/*
 * MODA Mobile Menu Rescue v1.0.1
 *
 * This version deliberately does NOT style or reveal any menu panel.
 * It only ensures the real menu button can receive Android touch input.
 */
@media (max-width: 1199.98px) {
    html.moda-android-menu-rescue #menu-icon,
    html.moda-android-menu-rescue .navbar-toggler,
    html.moda-android-menu-rescue .navbar-toggle,
    html.moda-android-menu-rescue .leo-megamenu .navbar-toggler,
    html.moda-android-menu-rescue .leo-megamenu .navbar-toggle,
    html.moda-android-menu-rescue .leo-top-menu .navbar-toggler,
    html.moda-android-menu-rescue .leo-top-menu .navbar-toggle {
        position: relative;
        z-index: 10020 !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
    }

    html.moda-android-menu-rescue #menu-icon *,
    html.moda-android-menu-rescue .navbar-toggler *,
    html.moda-android-menu-rescue .navbar-toggle * {
        pointer-events: none !important;
    }
}
