html {
    scrollbar-gutter: stable;
}

.site-header-inner {
    position: relative;
}

.site-nav a.is-active {
    font-weight: 500;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

@media (max-width: 980px) {
    .site-nav.is-open {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        z-index: 40;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 10px;
        border: 1px solid #e2e8f0;
        border-top: 0;
        border-radius: 0 0 12px 12px;
        background: #fff;
        box-shadow: 0 18px 34px rgba(15, 42, 80, .12);
    }

    .site-nav.is-open a {
        width: 100%;
        padding: 13px 14px;
        border-radius: 8px;
    }

    .site-nav.is-open a.is-active::after {
        display: none;
    }

    .site-nav.is-open a.is-active {
        background: #f4f7fb;
        color: #0f2a50;
    }

    .mobile-menu[aria-expanded="true"] {
        border-color: #f0b18e;
        background: #fff7f2;
        color: #e85e25;
    }
}
