
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
.skiptranslate iframe { display: none !important; }


#google_translate_element.mc-translate-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px; height: 1px; overflow: hidden;
}


.mc-translate-switcher {
    position: fixed;
    top: 92px;
    right: 10px;
    z-index: 100000;
    display: inline-flex;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    max-width: none;
    gap: 1px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    font-family: inherit;
}
.mc-translate-globe {
    width: 14px; height: 14px;
    margin: 0 2px 0 7px;
    color: #6b7280;
    flex: 0 0 auto;
}

.mc-translate-switcher .mc-lang-btn {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    color: #4b5563;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1 !important;
    padding: 6px 13px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    box-sizing: border-box;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.mc-translate-switcher .mc-lang-btn:hover { color: #111827; }
.mc-translate-switcher .mc-lang-btn.active {
    background: #111827 !important;
    color: #fff;
    box-shadow: 0 2px 8px rgba(17, 24, 39, 0.3);
}
@media (max-width: 767px) {
    .mc-translate-switcher { top: 66px; right: 10px; padding: 2px; }
    .mc-translate-switcher .mc-lang-btn { padding: 5px 10px !important; font-size: 11px !important; }
    .mc-translate-globe { width: 12px; height: 12px; margin-left: 6px; }
}
