body {
    scrollbar-gutter: stable;
}

body .mobile-menu-shadow {
    height: 100vh !important;
    height: 100dvh !important;
}

body #nav-mobile {
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.mobile-menu-close {
    width: 40px;
    height: 40px;
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 4px;
    content: "";
    background: currentColor;
    transform-origin: center;
}

.mobile-menu-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .mobile-menu-close::before {
    margin-left: 0;
    font-family: inherit;
    font-size: 0;
    line-height: 0;
}
