/* Fallback styles when JavaScript is disabled */
body {
        overflow: auto;
}

#site-nav {
        position: static !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
}

#site-nav ul {
        flex-direction: row !important;
        justify-content: center;
        gap: 1.5rem;
        padding: 0 !important;
}

.menu-toggle {
        display: none !important;
}
