.language-switcher {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.language-switcher option {
    background: #333;
    color: #fff;
}

/* ── Hide Google Translate UI ────────────────────────────────────────────── */

/* Banner toolbar iframe */
.goog-te-banner-frame,
iframe.skiptranslate {
    display: none !important;
}

/* Gadget container */
.goog-te-gadget {
    display: none !important;
}

/* Undo Google's body offset — do NOT set position:static (breaks fixed nav) */
body {
    top: 0 !important;
}