/* Auto Translate — Floating Language Switcher */
#de-at-switcher {
    position: fixed;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#de-at-switcher button {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(24, 24, 27, 0.92);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 9999px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

#de-at-switcher button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4);
}

/* Google Translate widget — hide the ugly default bar */
#google_translate_element {
    position: fixed !important;
    bottom: -9999px !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.skiptranslate {
    position: absolute !important;
    top: -9999px !important;
}
