.main-header {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.main-header .navbar-toggler {
    border: none;
    padding: 0.5rem;
}

@media (max-width: 991.98px) {
    .main-header {
        padding: 0 15px;
    }
    .main-header .navbar-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }
    .main-header .navbar-toggler-icon {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath stroke='%23444' stroke-width='1.5' stroke-linecap='round' d='M3 6h18M3 12h18M3 18h18'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px 40px;
    }
}

.logo-img {
    height: 40px;
    width: auto;
}

.ml-auto,
.ms-auto {
    margin-left: auto !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: #333 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.dropdown-toggle.show {
    color: #004D3A !important;
}

.nav-link.dropdown-toggle::after {
    transition: transform 0.3s ease;
    display: inline-block;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    max-height: unset !important;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 30px;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.mega-menu {
    position: static !important;
}

.navbar .container {
    position: relative;
}

.mega-menu .dropdown-menu {
    padding: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 0.8rem;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    transform: none;
}

.mega-menu-header {
    background-color: white;
    padding: 0.75rem 1.5rem;
}

.mega-menu-tabs {
    display: flex;
    gap: 0.5rem;
}

.mega-menu-tab {
    background: #f5f5f5;
    border: none;
    color: #666;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
}

.mega-menu-tab:hover:not(.active) {
    background-color: #e8e8e8;
    color: #333;
}

.mega-menu-tab.active {
    background-color: #005A37;
    color: white;
}

.mega-menu-tab-link {
    background: #f5f5f5;
    color: #666;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    font-size: 0.9375rem;
    font-family: 'Montserrat', sans-serif;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}
.mega-menu-tab-link:hover {
    background-color: #e8e8e8;
    color: #333;
    text-decoration: none;
}

.mega-menu-body {
    background-color: white;
    padding: 10px 1.5rem 1.5rem;
}

.mega-menu-content-tab {
    display: none;
}

.mega-menu-content-tab.active {
    display: block;
}

.mega-menu-categories {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    background-color: white;
    padding: 0;
    border-radius: 30px;
	margin-bottom: 25px;
}

.mega-menu-category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    color: #333;
}



.mega-menu-category:hover {
    background-color: #f9f9f9;
    color: #005A37;
}

.mega-menu-category:hover::before,
.mega-menu-category:hover::after {
    background-color: #f5f5f5;
}

.mega-menu-category.active {
    background-color: #f5f5f5;
    color: #005A37;
    border-radius: 30px 0 0 30px;
    padding: 1rem 1.25rem;
    font-weight: 600;
    margin-right: -0.5rem;
}

.mega-menu-category > svg:first-of-type {
    flex-shrink: 0;
    color: #666;
}
.mega-menu-category > svg:first-of-type path {
    stroke: currentColor;
    transition: stroke 0.3s;
}
.mega-menu-category:hover > svg:first-of-type,
.mega-menu-category.active > svg:first-of-type {
    color: #005A37;
}

.mega-menu-chevron-right,
.mega-menu-category-chevron {
    margin-left: auto;
    flex-shrink: 0;
    color: #666;
    transition: color 0.3s;
}
.mega-menu-category:hover .mega-menu-chevron-right,
.mega-menu-category:hover .mega-menu-category-chevron,
.mega-menu-category.active .mega-menu-chevron-right,
.mega-menu-category.active .mega-menu-category-chevron {
    color: #005A37;
}

.mega-menu-subcategories {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 0 30px 30px 30px;
    margin-left: -0.5rem;
    margin-right: 1rem;
}

.mega-menu-subcategories.active {
    display: flex;
	  min-height: 100%;
}

.mega-menu-subcategory,
.mega-menu-subcategory-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border-radius: 16px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
    color: #333;
    transition: all 0.3s;
}

.mega-menu-subcategory:hover,
.mega-menu-subcategory-row:hover {
    color: #005A37;
}

.mega-menu-subcategory > svg:first-of-type,
.mega-menu-subcategory-row > svg:first-of-type {
    flex-shrink: 0;
    color: #005A37;
}
.mega-menu-subcategory svg path,
.mega-menu-subcategory-row svg path {
    stroke: currentColor;
    transition: stroke 0.3s;
}
.mega-menu-subcategory:hover > svg:first-of-type,
.mega-menu-subcategory-row:hover > svg:first-of-type {
    color: #005A37;
}

.mega-menu-subcategory-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
}

.mega-menu-subcategory-chevron,
.mega-menu-chevron-down {
    margin-left: auto;
    flex-shrink: 0;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
}

.mega-menu-subcategory-group.expanded .mega-menu-subcategory-chevron,
.mega-menu-subcategory-group.expanded .mega-menu-chevron-down {
    transform: rotate(180deg);
    color: #005A37;
}

.mega-menu-subcategory-row:hover .mega-menu-subcategory-chevron,
.mega-menu-subcategory-row:hover .mega-menu-chevron-down {
    color: #005A37;
}

.mega-menu-subcategory-children {
    display: none;
    flex-direction: column;
    padding: 0 1rem 0.75rem;
    gap: 0.25rem;
}

.mega-menu-subcategory-group.expanded .mega-menu-subcategory-children {
    display: flex;
}

.mega-menu-subcategory-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.1rem 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    border-radius: 12px;
    text-decoration: none;
    transition: color 0.3s, background 0.3s;
}

.mega-menu-subcategory-item:hover {
    color: #005A37;
    background: rgba(0, 90, 55, 0.06);
}

.mega-menu-featured {
    background: white;
    border-radius: 30px;
    padding: 1.5rem;
}

.mega-menu-featured-title {
    font-size: 1rem;
    font-weight: 600;
    color: #005A37;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.mega-menu-featured-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 1rem;
}

.mega-menu-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu-featured-heading {
    font-size: 1.125rem;
    font-weight: bold;
    color: #005A37;
    margin-bottom: 0.75rem;
    font-family: 'Montserrat', sans-serif;
}

.mega-menu-featured-text {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.atendimento-dropdown {
    position: static;
}

.atendimento-dropdown .dropdown-menu.atendimento-menu {
    padding: 20px;
    border-radius: 15px;
    overflow: visible;
    margin-top: 0.8rem;
    position: absolute;
    left: 0 !important;
    right: auto !important;
    transform: none;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.atendimento-menu-row {
    margin-left: -5px;
    margin-right: -5px;
}

.atendimento-menu-row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.atendimento-area-cinza {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 40px;
}

.atendimento-cards-top {
    margin-bottom: 19px;
}

.atendimento-cards-top .row {
    margin-left: -5px;
    margin-right: -5px;
}

.atendimento-cards-top .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.atendimento-card-large {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    height: 100%;
}

.atendimento-card-large-image-wrap {
    min-height: 120px;
}

.atendimento-card-large-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.atendimento-card-large-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px 10px 0;
}

.atendimento-card-large-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #004d3a;
    margin-bottom: 10px;
    line-height: 1.6;
}

.atendimento-card-large-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.07px;
    line-height: 1.5;
    margin: 0;
}

.atendimento-cards-grid {
    margin-left: -5px;
    margin-right: -5px;
}

.atendimento-cards-grid > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.atendimento-card-small {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 22px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #302f2e;
    min-height: 145px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: box-shadow 0.3s, color 0.3s;
}

.atendimento-card-small:hover {
    color: #004d3a;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.atendimento-card-small-icon {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #004d3a;
    margin-bottom: 10px;
}

.dropdown-menu.atendimento-menu {
    max-width: 100%;
}

.atendimento-card-small-icon svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.atendimento-card-small-label {
    line-height: 1.4;
    letter-spacing: 0;
}

.atendimento-contact-panel {
    background-color: #f7f7f7;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.atendimento-contact-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: center;
    letter-spacing: 0.08px;
    line-height: 1.5;
    margin-bottom: 29px;
}

.atendimento-contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.atendimento-contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s;
}

.atendimento-contact-item:hover {
    color: #004d3a;
}

.atendimento-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #004d3a;
    margin-bottom: 4px;
}

.atendimento-contact-icon svg {
    width: 48px;
    height: 48px;
}

.btn-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
	  padding: 0;
    transition: all 0.3s;
}

.btn-search:hover {
    background-color: #e9ecef;
    color: #004D3A;
}

.btn-search[aria-expanded="true"] {
    background-color: #005A37;
    color: white;
}

.btn-search .search-icon {
    display: block;
}

.btn-search .search-close-icon {
    display: none;
}

.btn-search[aria-expanded="true"] .search-icon {
    display: none;
}

.btn-search[aria-expanded="true"] .search-close-icon {
    display: block;
}

.main-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-panel {
    flex: 0 0 100%;
    width: 100%;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    order: 99;
    transition: max-height 0.22s ease-out, opacity 0.2s ease-out, padding 0.2s ease-out;
}

.search-panel.is-open {
    max-height: 120px;
    opacity: 1;
    padding: 0.75rem 0 1rem;
}

.search-panel-inner {
    padding: 0;
    width: 100%;
}

.main-header .search-panel-inner .container {
    display: flex !important;
    justify-content: flex-end !important;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 50%;
    width: 100%;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.search-input {
    flex: 1;
    min-width: 0;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #333;
    height: 40px;
    line-height: 1.4;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.19 5.58C16.52 7.91 16.52 11.69 14.19 14.03C11.86 16.36 8.08 16.36 5.75 14.03C3.42 11.69 3.42 7.91 5.75 5.58C8.08 3.25 11.86 3.25 14.19 5.58'/%3E%3Cpath d='M14.15 14.06L20 20'/%3E%3C/svg%3E") no-repeat 1rem center;
    background-size: 20px 20px;
}

.search-input::placeholder {
    color: #999;
}

.search-input:focus {
    outline: none;
    border-color: #e9ecef;
    box-shadow: 0 0 0 2px rgba(0, 90, 55, 0.12);
}

.btn-search-submit {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #e9ecef;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-search-submit:hover {
    background-color: #004D3A;
    color: #fff;
}

.btn-search-submit svg {
    width: 18px;
    height: 18px;
}

.sr-only,
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (min-width: 992px) {
    .mobile-menu-backdrop,
    .mobile-menu-drawer {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none !important;
    }
    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .mobile-menu-backdrop.is-open {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-drawer {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        max-width: 400px;
        height: 100%;
        background: #fff;
        z-index: 1050;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    }
    .mobile-menu-drawer.is-open {
        transform: translateX(0);
    }
    .mobile-menu-drawer-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }
    .mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1.25rem;
        flex-shrink: 0;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu-logo .logo-img {
        height: 36px;
        width: auto;
    }
    .mobile-menu-close {
        width: 44px;
        height: 44px;
        border: none;
        background: transparent;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: #333;
    }
    .mobile-menu-search {
        padding: 1rem 1.25rem;
        flex-shrink: 0;
        border-bottom: 1px solid #eee;
    }
    .mobile-search-input {
        width: 100%;
        height: 40px;
        padding: 0.75rem 1rem 0.75rem 2.5rem;
        font-size: 1rem;
        border: 1px solid #e0e0e0;
        border-radius: 30px;
        background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='1.5'%3E%3Cpath d='M14.19 5.58C16.52 7.91 16.52 11.69 14.19 14.03C11.86 16.36 8.08 16.36 5.75 14.03C3.42 11.69 3.42 7.91 5.75 5.58'/%3E%3Cpath d='M14.15 14.06L20 20'/%3E%3C/svg%3E") no-repeat 1rem center;
        background-size: 18px 18px;
    }
    .mobile-menu-tabs {
        display: flex;
        padding: 0.75rem 1.25rem;
        gap: 0.5rem;
        flex-shrink: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-menu-tab {
        flex: 0 0 auto;
        padding: 0.6rem 1rem;
        border: none;
        border-radius: 30px;
        font-size: 0.9375rem;
        font-weight: 500;
        cursor: pointer;
        background: #f0f0f0;
        color: #666;
        transition: background 0.2s, color 0.2s;
        white-space: nowrap;
    }
    .mobile-menu-tab.active {
        background: #004D3A;
        color: #fff;
    }
    .mobile-menu-tab-link {
        flex: 0 0 auto;
        padding: 0.6rem 1rem;
        border-radius: 30px;
        font-size: 0.9375rem;
        font-weight: 500;
        background: #f0f0f0;
        color: #666;
        text-decoration: none;
        text-align: center;
        transition: background 0.2s, color 0.2s;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }
    .mobile-menu-tab-link:hover {
        background: #e0e0e0;
        color: #333;
    }
    .mobile-menu-scroll {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
    .mobile-menu-content {
        overflow: visible;
    }
    .mobile-menu-panel {
        display: none;
        flex-direction: column;
    }
    .mobile-menu-panel.active {
        display: flex;
    }
    .mobile-menu-layer {
        display: none;
        flex-direction: column;
        padding: 0 1.25rem 1rem;
    }
    .mobile-menu-layer.active {
        display: flex;
    }
    .mobile-menu-layer-header {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 1rem 0;
        flex-shrink: 0;
        border-bottom: 1px solid #eee;
    }
    .mobile-menu-back {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        background: none;
        border: none;
        font-size: 1rem;
        color: #333;
        cursor: pointer;
        padding: 0;
    }
    .mobile-menu-layer-title {
        font-weight: 600;
        font-size: 1rem;
    }
    .mobile-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu-item {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1rem 0;
        border-bottom: 1px solid #f0f0f0;
        text-decoration: none;
        color: #333;
        font-size: 1rem;
    }
    .mobile-menu-item-text {
        flex: 1;
    }
    .mobile-menu-item-meta {
        font-size: 0.875rem;
        color: #666;
    }
    .mobile-menu-item svg {
        flex-shrink: 0;
    }
    .mobile-menu-ver-todos {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-top: 1rem;
        font-size: 0.9375rem;
        font-weight: 600;
        color: #004D3A;
        text-decoration: none;
    }
    .mobile-menu-atalhos {
        padding: 1rem 1.25rem;
        border-top: 1px solid #eee;
    }
    .mobile-menu-atalhos-title {
        font-size: 0.75rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #666;
        margin: 0 0 0.75rem 0;
        text-transform: uppercase;
    }
    .mobile-atalho {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        border-radius: 30px;
        text-decoration: none;
        font-size: 1rem;
        color: #666;
        background: #f5f5f5;
        margin-bottom: 0.5rem;
        transition: background 0.2s, color 0.2s;
    }
    .mobile-atalho:last-of-type {
        margin-bottom: 0;
    }
    .mobile-atalho .mobile-atalho-icon {
        flex-shrink: 0;
        color: inherit;
    }
    .mobile-atalho .mobile-atalho-arrow {
        margin-left: auto;
        flex-shrink: 0;
    }
    .mobile-atalho-primary {
        background: #004D3A;
        color: #fff;
        font-weight: 600;
    }
    .mobile-atalho-primary .mobile-atalho-icon {
        color: #fff;
    }
    .mobile-menu-footer {
        padding: 1rem 1.25rem;
        border-top: 1px solid #eee;
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        flex-shrink: 0;
    }
    .mobile-menu-footer a {
        font-size: 0.875rem;
        color: #666;
        text-decoration: none;
    }
    body.mobile-menu-open {
        overflow: hidden;
    }
}