.header-mobile {
    padding: 16px 24px;
    z-index: 12;
}

.logo-mobile {
    max-height: 28px;
}

.offcanvas {
    width: 100vw !important;
    height: min-content;
    background-color: #EDEBE8;
}

.offcanvas-header {
    height: 60px;
    padding: 16px 24px;
}

.offcanvas-logo {
    max-height: 28px;
}

.offcanvas-body {
    padding: 20px 24px 24px 24px;
}

.offcanvas-body ul {
    margin-left: 0;
}

.offcanvas-body .nav-link {
    color: var(--bs-dark);
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

.offcanvas-body .nav-link:hover, .offcanvas-body .nav-link:focus {
    color: var(--bs-black);
}

.offcanvas-body .nav-link:focus {
    outline: none !important;
}

.subnav-item:first-child {
    border-bottom: 1px solid var(--bs-light);
}

.subnav-item:first-child .nav-link, .subnav-item:nth-child(2) .nav-link {
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: none;
    font-weight: 500 !important;
}

.subnav-item:not(:nth-child(-n+2)) .nav-link {
    text-transform: none;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}
