.bt-language-switcher {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    z-index: 9999;
    font-family: 'Segoe UI', sans-serif;
    color: #000;
    text-align: center;
}

.bt-language-switcher button {
    background: linear-gradient(135deg, #1e90ff, #007bff);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bt-language-switcher button:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.bt-language-switcher select {
    margin-top: 10px;
    padding: 8px;
    border-radius: 6px;
    width: 100%;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
}

.bt-legal-note {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    color: #444;
}

#bt-lang-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    min-height: 22px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* Hide Google Translate bar */
iframe.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}
.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-menu-value span {
    color: #000 !important;
}

/* Responsive styles for mobile */
@media (max-width: 480px) {
    .bt-language-switcher button {
        font-size: 12px;
        padding: 8px 16px;
        border-radius: 40px;
    }
    #bt-lang-label {
        font-size: 12px;
    }
}
