/* ICEBERG R3: visible mobile email; the existing menu stays above the header. */
body.ice-site .ice-mobile-header-mail { display: none; }

@media (max-width: 991.98px) {
    body.ice-site .head__inner--clean {
        height: auto;
        min-height: 64px;
    }

    body.ice-site .header-top-clean {
        min-height: 72px;
        margin-top: 0;
        gap: 8px;
    }

    body.ice-site .header-top-clean > [class*="col-"] {
        min-width: 0;
        margin-top: 0;
    }

    body.ice-site .header-top-phone > .text-center {
        min-width: 0;
        width: 100%;
    }

    body.ice-site .header-top-phone > .text-center > a {
        display: block;
        max-width: 100%;
    }

    body.ice-site .header-top-phone .logo {
        display: block;
        width: min(156px, 100%);
        min-width: 0;
        max-width: 100%;
        height: auto;
    }

    body.ice-site .header-top-cta {
        flex-direction: column;
        align-items: stretch !important;
    }

    body.ice-site .ice-mobile-header-mail {
        display: flex;
        min-height: 32px;
        padding: 5px 4px;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        text-decoration: underline;
        text-underline-offset: 3px;
        overflow-wrap: anywhere;
    }

    body.ice-site .ice-mobile-header-mail:focus-visible,
    body.ice-site .mobile-bar .offcanvas-open:focus-visible {
        outline: 2px solid #0aafc2;
        outline-offset: 2px;
    }

    body.ice-site #offcanvas-menu {
        z-index: 1030;
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    body.ice-site:has(#offcanvas-menu.offcanvas_active) > .offcanvas-overlay { z-index: 1029; }

    body.ice-site #offcanvas-menu .offcanvas__head {
        min-height: 60px;
        padding: 8px 16px;
        align-items: center;
        color: #fff;
        background: #152432;
        font-size: 18px;
        font-weight: 700;
    }

    body.ice-site #offcanvas-menu .offcanvas-close {
        display: inline-flex;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: transparent;
        font-size: 32px;
        line-height: 1;
    }

    body.ice-site #offcanvas-menu .offcanvas-close:focus-visible {
        outline: 2px solid #0aafc2;
    }
}
