/* ==========================================================
   MS CONSULTING
   PREMIUM NAVIGATION
   ISOLATED / CONFLICT-SAFE VERSION
========================================================== */


/* ==========================================================
   HEADER
========================================================== */

.ms-site-header {

    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;

    width: 100% !important;

    background: rgba(255, 255, 255, 0.97) !important;

    border-bottom: 1px solid #e6ece9 !important;

    box-shadow:
        0 8px 30px rgba(11, 93, 74, 0.07) !important;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

}


/* ==========================================================
   NAV CONTAINER
========================================================== */

.ms-nav-container {

    width: min(1180px, calc(100% - 40px)) !important;

    height: 82px !important;

    margin: 0 auto !important;

    display: flex !important;

    align-items: center !important;

    gap: 30px !important;

    box-sizing: border-box !important;

}


/* ==========================================================
   BRAND
========================================================== */

.ms-site-brand {

    display: flex !important;

    align-items: center !important;

    gap: 14px !important;

    flex-shrink: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    text-decoration: none !important;

    border: 0 !important;

}


/* ==========================================================
   LOGO CONTAINER
========================================================== */

.ms-brand-logo {
    width: 70px !important;
    height: 70px !important;
    flex: 0 0 70px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 5px !important;

    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid #e5ebe8 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.08) !important;

}


/* ==========================================================
   LOGO IMAGE
========================================================== */

.ms-brand-logo img {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px !important;
    max-height: 65px !important;
    min-width: 65px !important;
    min-height: 65px !important;

    object-fit: contain !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* ==========================================================
   BRAND TEXT
========================================================== */

.ms-brand-text {

    display: flex !important;

    flex-direction: column !important;

    justify-content: center !important;

    margin: 0 !important;

    padding: 0 !important;

}


.ms-brand-name {

    display: block !important;

    color: #0b5d4a !important;

    font-size: 19px !important;

    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: -0.3px !important;

    white-space: nowrap !important;

}


.ms-brand-tagline {

    display: block !important;

    margin-top: 5px !important;

    color: #788580 !important;

    font-size: 8px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    letter-spacing: 1.1px !important;

    text-transform: uppercase !important;

    white-space: nowrap !important;

}


.ms-brand-tagline span {

    color: #c9952e !important;

    padding: 0 3px !important;

}


/* ==========================================================
   DESKTOP NAVIGATION
========================================================== */

.ms-main-navigation {

    display: flex !important;

    align-items: center !important;

    gap: 5px !important;

    margin-left: auto !important;

    padding: 0 !important;

}


.ms-main-navigation a {

    position: relative !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-height: 44px !important;

    padding: 0 18px !important;

    margin: 0 !important;

    color: #263631 !important;

    background: transparent !important;

    font-family: inherit !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    border: 0 !important;

    border-radius: 10px !important;

    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease !important;

}


.ms-main-navigation a:hover {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.ms-main-navigation a.active {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.ms-main-navigation a.active::after {

    content: "" !important;

    position: absolute !important;

    left: 18px !important;

    right: 18px !important;

    bottom: 4px !important;

    height: 2px !important;

    background: #c9952e !important;

    border-radius: 20px !important;

}


/* ==========================================================
   CTA
========================================================== */

.ms-nav-cta {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 10px !important;

    min-height: 46px !important;

    padding: 0 20px !important;

    margin: 0 0 0 10px !important;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #0b6752,
            #084b3c
        ) !important;

    font-family: inherit !important;

    font-size: 13px !important;

    font-weight: 800 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    border: 0 !important;

    border-radius: 50px !important;

    box-shadow:
        0 10px 25px rgba(11, 93, 74, 0.16) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;

}


.ms-nav-cta:hover {

    color: #ffffff !important;

    transform: translateY(-2px) !important;

    box-shadow:
        0 15px 32px rgba(11, 93, 74, 0.24) !important;

}


.ms-nav-cta i {

    width: 26px !important;

    height: 26px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,.6) !important;

    border-radius: 50% !important;

    font-size: 12px !important;

}


/* ==========================================================
   MOBILE BUTTON
========================================================== */

.ms-mobile-menu-toggle {

    display: none !important;

    width: 44px !important;

    height: 44px !important;

    flex-shrink: 0 !important;

    margin: 0 0 0 auto !important;

    padding: 0 !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: column !important;

    gap: 5px !important;

    background: #f4f8f6 !important;

    border: 1px solid #e1ebe7 !important;

    border-radius: 12px !important;

    cursor: pointer !important;

}


.ms-mobile-menu-toggle span {

    display: block !important;

    width: 19px !important;

    height: 2px !important;

    margin: 0 !important;

    padding: 0 !important;

    background: #0b5d4a !important;

    border-radius: 20px !important;

}


/* ==========================================================
   MOBILE NAVIGATION
========================================================== */

.ms-mobile-navigation {

    display: none !important;

    position: fixed !important;

    top: 96px !important;

    left: 15px !important;

    right: 15px !important;

    z-index: 9999 !important;

}


.ms-mobile-navigation.open {

    display: block !important;

}


.ms-mobile-navigation-inner {

    position: relative !important;

    width: 100% !important;

    padding: 24px !important;

    box-sizing: border-box !important;

    background: rgba(255,255,255,.98) !important;

    border: 1px solid #e3ebe7 !important;

    border-radius: 22px !important;

    box-shadow:
        0 25px 70px rgba(0,0,0,.15) !important;

}


.ms-mobile-navigation-inner > a {

    display: flex !important;

    align-items: center !important;

    gap: 15px !important;

    width: 100% !important;

    min-height: 52px !important;

    padding: 0 15px !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    color: #263631 !important;

    background: transparent !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    border-radius: 12px !important;

}


.ms-mobile-navigation-inner > a:hover {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.ms-mobile-navigation-inner > a i {

    width: 24px !important;

    color: #0b5d4a !important;

    font-size: 17px !important;

}


.ms-mobile-navigation-inner > a.active {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

    border-left: 3px solid #c9952e !important;

}


/* ==========================================================
   CLOSE BUTTON
========================================================== */

.ms-mobile-menu-close {

    position: absolute !important;

    top: 15px !important;

    right: 15px !important;

    width: 36px !important;

    height: 36px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 0 !important;

    color: #0b5d4a !important;

    background: transparent !important;

    border: 0 !important;

    font-size: 17px !important;

    cursor: pointer !important;

}


/* ==========================================================
   DIVIDER
========================================================== */

.ms-mobile-navigation-divider {

    width: 100% !important;

    height: 1px !important;

    margin: 16px 0 !important;

    background: #e5ece9 !important;

}


/* ==========================================================
   MOBILE CTA
========================================================== */

.ms-mobile-navigation-inner > a.ms-mobile-cta {

    justify-content: center !important;

    margin-top: 5px !important;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #0b6752,
            #084b3c
        ) !important;

    border-radius: 50px !important;

}


.ms-mobile-navigation-inner > a.ms-mobile-cta i {

    color: #ffffff !important;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 850px) {

    .ms-nav-container {

        width: calc(100% - 30px) !important;

        height: 72px !important;

    }


    .ms-main-navigation,
    .ms-nav-cta {

        display: none !important;

    }


    .ms-mobile-menu-toggle {

        display: flex !important;

    }


    .ms-mobile-navigation {

        top: 82px !important;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 520px) {

    .ms-nav-container {

        width: calc(100% - 24px) !important;

        height: 68px !important;

    }


    .ms-brand-logo {

        width: 48px !important;

        height: 48px !important;

        flex-basis: 48px !important;

        border-radius: 12px !important;

    }


    .ms-brand-logo img {

        width: 40px !important;

        height: 40px !important;

        min-width: 40px !important;

        min-height: 40px !important;

        max-width: 40px !important;

        max-height: 40px !important;

    }


    .ms-brand-name {

        font-size: 17px !important;

    }


    .ms-brand-tagline {

        display: none !important;

    }


    .ms-mobile-navigation {

        top: 78px !important;

        left: 10px !important;

        right: 10px !important;

    }


    .ms-mobile-navigation-inner {

        padding: 22px 18px !important;

    }
    
    /* ==========================================================
   MOBILE NAVIGATION - FINAL OVERRIDE
========================================================== */

@media (max-width: 850px) {

    .site-header {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .nav-container {
        width: calc(100% - 24px);
        max-width: 100%;
        height: 68px;
        margin: 0 auto;

        display: flex;
        align-items: center;

        overflow: hidden;
    }

    .site-brand {
        display: flex;
        align-items: center;

        min-width: 0;
        max-width: calc(100% - 60px);

        gap: 10px;
    }

    .brand-logo {
        width: 48px;
        height: 48px;

        flex: 0 0 48px;
    }

    .brand-logo img {
        width: 40px;
        height: 40px;

        max-width: 40px;
        max-height: 40px;

        object-fit: contain;
    }

    .brand-text {
        min-width: 0;
        max-width: 100%;
    }

    .brand-name {
        font-size: 17px;
        line-height: 1.1;

        white-space: nowrap;
    }

    .brand-tagline {
        display: none;
    }

    .main-navigation {
        display: none !important;
    }

    .nav-cta {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: flex !important;

        flex: 0 0 44px;

        width: 44px;
        height: 44px;

        margin-left: auto;
    }

    .mobile-navigation {
        display: none;
    }

    .mobile-navigation.open {
        display: block !important;
    }
}

}


/* ==========================================================
   LEGACY NAVIGATION CLASS COMPATIBILITY
   Supports the existing navbar.php markup:
   .site-header / .nav-container / .site-brand / etc.
========================================================== */

/* ==========================================================
   MS CONSULTING
   PREMIUM NAVIGATION
   ISOLATED / CONFLICT-SAFE VERSION
========================================================== */


/* ==========================================================
   HEADER
========================================================== */

.site-header {

    position: sticky !important;
    top: 0 !important;
    z-index: 10000 !important;

    width: 100% !important;

    background: rgba(255, 255, 255, 0.97) !important;

    border-bottom: 1px solid #e6ece9 !important;

    box-shadow:
        0 8px 30px rgba(11, 93, 74, 0.07) !important;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

}


/* ==========================================================
   NAV CONTAINER
========================================================== */

.nav-container {

    width: min(1180px, calc(100% - 40px)) !important;

    height: 82px !important;

    margin: 0 auto !important;

    display: flex !important;

    align-items: center !important;

    gap: 30px !important;

    box-sizing: border-box !important;

}


/* ==========================================================
   BRAND
========================================================== */

.site-brand {

    display: flex !important;

    align-items: center !important;

    gap: 14px !important;

    flex-shrink: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    text-decoration: none !important;

    border: 0 !important;

}


/* ==========================================================
   LOGO CONTAINER
========================================================== */

.brand-logo {
    width: 70px !important;
    height: 70px !important;
    flex: 0 0 70px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 5px !important;

    margin: 0 !important;

    background: #ffffff !important;

    border: 1px solid #e5ebe8 !important;

    border-radius: 14px !important;

    overflow: hidden !important;

    box-sizing: border-box !important;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.08) !important;

}


/* ==========================================================
   LOGO IMAGE
========================================================== */

.brand-logo img {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px !important;
    max-height: 65px !important;
    min-width: 65px !important;
    min-height: 65px !important;

    object-fit: contain !important;

    margin: 0 !important;

    padding: 0 !important;

}


/* ==========================================================
   BRAND TEXT
========================================================== */

.brand-text {

    display: flex !important;

    flex-direction: column !important;

    justify-content: center !important;

    margin: 0 !important;

    padding: 0 !important;

}


.brand-name {

    display: block !important;

    color: #0b5d4a !important;

    font-size: 19px !important;

    font-weight: 800 !important;

    line-height: 1.2 !important;

    letter-spacing: -0.3px !important;

    white-space: nowrap !important;

}


.brand-tagline {

    display: block !important;

    margin-top: 5px !important;

    color: #788580 !important;

    font-size: 8px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    letter-spacing: 1.1px !important;

    text-transform: uppercase !important;

    white-space: nowrap !important;

}


.brand-tagline span {

    color: #c9952e !important;

    padding: 0 3px !important;

}


/* ==========================================================
   DESKTOP NAVIGATION
========================================================== */

.main-navigation {

    display: flex !important;

    align-items: center !important;

    gap: 5px !important;

    margin-left: auto !important;

    padding: 0 !important;

}


.main-navigation a {

    position: relative !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    min-height: 44px !important;

    padding: 0 18px !important;

    margin: 0 !important;

    color: #263631 !important;

    background: transparent !important;

    font-family: inherit !important;

    font-size: 14px !important;

    font-weight: 700 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    border: 0 !important;

    border-radius: 10px !important;

    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease !important;

}


.main-navigation a:hover {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.main-navigation a.active {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.main-navigation a.active::after {

    content: "" !important;

    position: absolute !important;

    left: 18px !important;

    right: 18px !important;

    bottom: 4px !important;

    height: 2px !important;

    background: #c9952e !important;

    border-radius: 20px !important;

}


/* ==========================================================
   CTA
========================================================== */

.nav-cta {

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 10px !important;

    min-height: 46px !important;

    padding: 0 20px !important;

    margin: 0 0 0 10px !important;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #0b6752,
            #084b3c
        ) !important;

    font-family: inherit !important;

    font-size: 13px !important;

    font-weight: 800 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    border: 0 !important;

    border-radius: 50px !important;

    box-shadow:
        0 10px 25px rgba(11, 93, 74, 0.16) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease !important;

}


.nav-cta:hover {

    color: #ffffff !important;

    transform: translateY(-2px) !important;

    box-shadow:
        0 15px 32px rgba(11, 93, 74, 0.24) !important;

}


.nav-cta i {

    width: 26px !important;

    height: 26px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    color: #ffffff !important;

    border: 1px solid rgba(255,255,255,.6) !important;

    border-radius: 50% !important;

    font-size: 12px !important;

}


/* ==========================================================
   MOBILE BUTTON
========================================================== */

.mobile-menu-toggle {

    display: none !important;

    width: 44px !important;

    height: 44px !important;

    flex-shrink: 0 !important;

    margin: 0 0 0 auto !important;

    padding: 0 !important;

    align-items: center !important;

    justify-content: center !important;

    flex-direction: column !important;

    gap: 5px !important;

    background: #f4f8f6 !important;

    border: 1px solid #e1ebe7 !important;

    border-radius: 12px !important;

    cursor: pointer !important;

}


.mobile-menu-toggle span {

    display: block !important;

    width: 19px !important;

    height: 2px !important;

    margin: 0 !important;

    padding: 0 !important;

    background: #0b5d4a !important;

    border-radius: 20px !important;

}


/* ==========================================================
   MOBILE NAVIGATION
========================================================== */

.mobile-navigation {

    display: none !important;

    position: fixed !important;

    top: 96px !important;

    left: 15px !important;

    right: 15px !important;

    z-index: 9999 !important;

}


.mobile-navigation.open {

    display: block !important;

}


.mobile-navigation-inner {

    position: relative !important;

    width: 100% !important;

    padding: 24px !important;

    box-sizing: border-box !important;

    background: rgba(255,255,255,.98) !important;

    border: 1px solid #e3ebe7 !important;

    border-radius: 22px !important;

    box-shadow:
        0 25px 70px rgba(0,0,0,.15) !important;

}


.mobile-navigation-inner > a {

    display: flex !important;

    align-items: center !important;

    gap: 15px !important;

    width: 100% !important;

    min-height: 52px !important;

    padding: 0 15px !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    color: #263631 !important;

    background: transparent !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    text-decoration: none !important;

    border-radius: 12px !important;

}


.mobile-navigation-inner > a:hover {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

}


.mobile-navigation-inner > a i {

    width: 24px !important;

    color: #0b5d4a !important;

    font-size: 17px !important;

}


.mobile-navigation-inner > a.active {

    color: #0b5d4a !important;

    background: #f1f7f4 !important;

    border-left: 3px solid #c9952e !important;

}


/* ==========================================================
   CLOSE BUTTON
========================================================== */

.mobile-menu-close {

    position: absolute !important;

    top: 15px !important;

    right: 15px !important;

    width: 36px !important;

    height: 36px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 0 !important;

    color: #0b5d4a !important;

    background: transparent !important;

    border: 0 !important;

    font-size: 17px !important;

    cursor: pointer !important;

}


/* ==========================================================
   DIVIDER
========================================================== */

.mobile-navigation-divider {

    width: 100% !important;

    height: 1px !important;

    margin: 16px 0 !important;

    background: #e5ece9 !important;

}


/* ==========================================================
   MOBILE CTA
========================================================== */

.mobile-navigation-inner > a.mobile-cta {

    justify-content: center !important;

    margin-top: 5px !important;

    color: #ffffff !important;

    background:
        linear-gradient(
            135deg,
            #0b6752,
            #084b3c
        ) !important;

    border-radius: 50px !important;

}


.mobile-navigation-inner > a.mobile-cta i {

    color: #ffffff !important;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 850px) {

    .nav-container {

        width: calc(100% - 30px) !important;

        height: 72px !important;

    }


    .main-navigation,
    .nav-cta {

        display: none !important;

    }


    .mobile-menu-toggle {

        display: flex !important;

    }


    .mobile-navigation {

        top: 82px !important;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 520px) {

    .nav-container {

        width: calc(100% - 24px) !important;

        height: 68px !important;

    }


    .brand-logo {

        width: 48px !important;

        height: 48px !important;

        flex-basis: 48px !important;

        border-radius: 12px !important;

    }


    .brand-logo img {

        width: 40px !important;

        height: 40px !important;

        min-width: 40px !important;

        min-height: 40px !important;

        max-width: 40px !important;

        max-height: 40px !important;

    }


    .brand-name {

        font-size: 17px !important;

    }


    .brand-tagline {

        display: none !important;

    }


    .mobile-navigation {

        top: 78px !important;

        left: 10px !important;

        right: 10px !important;

    }


    .mobile-navigation-inner {

        padding: 22px 18px !important;

    }

/* ==========================================================
   FINAL NAVIGATION OVERRIDES
========================================================== */

.site-header,
.ms-site-header {
    width: 100% !important;
    max-width: 100% !important;
}

.nav-container,
.ms-nav-container {
    box-sizing: border-box !important;
}

.brand-logo,
.ms-brand-logo {
    width: 70px !important;
    height: 70px !important;
    flex: 0 0 70px !important;
}

.brand-logo img,
.ms-brand-logo img {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px !important;
    max-height: 65px !important;
    object-fit: contain !important;
}

@media (max-width: 850px) {

    .site-header,
    .ms-site-header {
        width: 100% !important;
        max-width: 100% !important;
    }

    .nav-container,
    .ms-nav-container {
        width: calc(100% - 24px) !important;
        max-width: 100% !important;
        height: 68px !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        overflow: hidden !important;
    }

    .site-brand,
    .ms-site-brand {
        min-width: 0 !important;
        max-width: calc(100% - 55px) !important;
        flex-shrink: 1 !important;
        gap: 10px !important;
    }

    .brand-logo,
    .ms-brand-logo {
        width: 48px !important;
        height: 48px !important;
        flex: 0 0 48px !important;
        border-radius: 12px !important;
    }

    .brand-logo img,
    .ms-brand-logo img {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        min-width: 42px !important;
        min-height: 42px !important;
    }

    .brand-text,
    .ms-brand-text {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .brand-name,
    .ms-brand-name {
        font-size: 17px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
    }

    .brand-tagline,
    .ms-brand-tagline {
        display: none !important;
    }

    .main-navigation,
    .ms-main-navigation,
    .nav-cta,
    .ms-nav-cta {
        display: none !important;
    }

    .mobile-menu-toggle,
    .ms-mobile-menu-toggle {
        display: flex !important;
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        flex: 0 0 44px !important;
        margin-left: auto !important;
    }

    .mobile-navigation,
    .ms-mobile-navigation {
        display: none !important;
    }

    .mobile-navigation.open,
    .ms-mobile-navigation.open {
        display: block !important;
    }
}

@media (max-width: 520px) {

    .nav-container,
    .ms-nav-container {
        width: calc(100% - 20px) !important;
        height: 64px !important;
    }

    .brand-logo,
    .ms-brand-logo {
        width: 46px !important;
        height: 46px !important;
        flex-basis: 46px !important;
    }

    .brand-logo img,
    .ms-brand-logo img {
        width: 40px !important;
        height: 40px !important;
        max-width: 40px !important;
        max-height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }

    .brand-name,
    .ms-brand-name {
        font-size: 16px !important;
    }
}
