/* Фиксы для мобильной навигации - загружается последним */

@media (max-width: 768px) {
    .nav-bar {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        touch-action: pan-x !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .nav-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        min-width: max-content !important;
        width: max-content !important;
        border: none !important;
    }

    .nav-bar a,
    .nav-brand,
    .nav-login,
    .nav-avatar,
    .nav-icon-link {
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        border: none !important;
        outline: none !important;
    }
}

@media (max-width: 480px) {
    .nav-bar {
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }
}
