/* =============================================
    ZURICH (LSZH) THEME - DEFAULT
    Classic White/Black with Yellow Accents
    ============================================= */

/* LSZH uses the default styling from style.css */
/* This is the base theme - minimal overrides needed */

body.theme-lszh .fids-header {
    background: #ffffff;
    border-bottom: 4px solid #000000;
    color: #000000;
}

body.theme-lszh .airport-selector select,
body.theme-lszh .clock-container {
    color: #000000;
}

body.theme-lszh .section-divider {
    background: #111;
    color: var(--fids-yellow);
    border-bottom: 2px solid var(--border-dim);
}

body.theme-lszh .flight-table th {
    background: #151515;
    color: #ffffff;
    border-bottom: 2px solid #333;
}

body.theme-lszh .fids-footer {
    background-color: #000;
    border-top: 4px solid white;
}

body.theme-lszh .footer-group .main-label {
    color: #ffffff;
}

body.theme-lszh .gate-icon-box {
    border-color: white;
    color: white;
}

body.theme-lszh .huge-arrow {
    color: white;
}

/* Widget Colors: Force BLACK for Zurich */
body.theme-lszh .widget-icon, 
body.theme-lszh .widget-text {
    color: #000000 !important;
}
