/* Mobile Header Horizontal Alignment Fix */
@media (max-width: 768px) {
    .tgl-header-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 5px 10px !important;
        gap: 5px !important;
        min-height: 60px !important;
    }

    .tgl-brand {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        flex: 1 !important;
        text-align: left !important;
        overflow: hidden !important;
    }

    .tgl-brand-logo {
        flex-shrink: 0 !important;
    }

    .tgl-brand-logo img {
        height: 40px !important;
        width: auto !important;
        display: block !important;
    }

    .tgl-brand-text {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    .tgl-brand-name {
        font-size: 1.1rem !important;
        line-height: 1.1 !important;
        margin: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-weight: 700 !important;
        color: #002147 !important;
    }

    .tgl-brand-subtitle {
        font-size: 0.65rem !important;
        line-height: 1 !important;
        margin-top: 1px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.3px !important;
        opacity: 0.9 !important;
        white-space: nowrap !important;
        color: #D4AF37 !important;
    }

    /* Ensure controls are compact */
    .tgl-header-mobile-toggle,
    .tgl-header-search-toggle {
        flex-shrink: 0 !important;
        width: 32px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .tgl-menu-toggle,
    .tgl-search-toggle {
        font-size: 1.2rem !important;
        padding: 5px !important;
        background: transparent !important;
        border: none !important;
        color: #002147 !important;
    }
}
