/* ============================================
   ZAHRA SEA LINE — Custom Overrides
   Fichier personnalisable pour les styles
   qui ne font pas partie du template.
============================================ */

/* ---------- LOCALE DROPDOWN (dark theme) ---------- */
.dropdown-locale-dark .dropdown-item {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    transition: all 0.2s ease;
}

.dropdown-locale-dark .dropdown-item:hover,
.dropdown-locale-dark .dropdown-item:focus {
    background: rgba(26, 111, 181, 0.3);
    color: #fff;
}

.dropdown-locale-dark .dropdown-item.active {
    background: rgba(26, 111, 181, 0.25);
    color: #fff;
}
