/**
 * Cache-safe mobile navigation flow and stacking correction.
 *
 * The Solor header places the navigation and logo in equal z-index contexts,
 * while ElementsKit aligns overflowing panel children to flex-end. Raise only
 * the navigation column and start the panel flow below its identity bar.
 */
@media (max-width: 767px) {
    body.kea-public-legal-page .main-header-inner .e-con:has(> .elementor-widget-ekit-nav-menu) {
        z-index: 2147483646 !important;
    }

    body.kea-public-legal-page .elementskit-menu-container {
        justify-content: flex-start !important;
        z-index: 2147483647 !important;
    }

    body.kea-public-legal-page .elementskit-menu-container > .elementskit-navbar-nav {
        position: static !important;
    }
}
