/* The Growth Coach (thegrowthcoach.plumgrove.us). Ported verbatim from its
   inline HEAD <style> (2026-09-22). Self-contained: this client does not load
   global/global.css (see loader.js), and its body is not a flex column, so the
   body > .container cap other clients carry is not needed. Open Sans is loaded
   by the HEAD snippet. */

body {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
    }

    .dropdown-menu {
        box-shadow: 0 0 8px #dadada;
    }

    .skinsetting-header-logo-height {
        max-height: 70px;
    }

    .skinsetting-header-logo-height {
        max-height: 120px;
    }

    .currentCategoryDes {
        margin-top: 0;
    }

    /*Category Page Desc*/
    .pgp-home-notice {
        background: #f8eff8;
        padding: 36px;
        font-size: 22px;
        line-height: 28px;
    }

    .pgp-home-notice .row {
        max-width: 960px;
        margin: 0 auto;
    }

    .pgp-home-notice h1 {
        margin: 0 0 14px 0;
        color: #660066;
        padding: 0;
        font-weight: bold;
    }
