/* Mobile header — tight gap between logo banner and action buttons */

@media (max-width: 767px) {
    .main-header {
        padding: 6px 0 !important;
    }

    .main-header .header-flex {
        gap: 6px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .logo-area {
        gap: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .logo-img {
        margin-bottom: 0 !important;
        line-height: 0;
    }

    .logo-img img {
        margin-bottom: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        object-fit: contain !important;
    }

    .header-actions {
        margin-top: 0 !important;
        padding-top: 0 !important;
        gap: 6px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .header-actions .iso-badge {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 480px) {
    .main-header {
        padding: 4px 0 !important;
    }

    .main-header .header-flex {
        gap: 4px !important;
    }

    .header-actions {
        gap: 5px !important;
    }
}
