/* Hide topbar and language switcher on mobile */
@media (max-width: 1024px) {
    .top-bar {
        display: none !important;
    }

    .language-switcher {
        display: none !important;
    }
}