body {
    top: 0 !important;
}

#vdg-google-translate-element {
    bottom: -10000px;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: fixed;
    width: 1px;
}

.goog-te-banner-frame,
iframe.goog-te-banner-frame,
body > .skiptranslate {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

.vdg-language-switcher {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(19, 57, 45, 0.14);
    border-radius: 12px;
    bottom: 18px;
    box-shadow: 0 12px 34px rgba(5, 52, 40, 0.2);
    display: flex;
    gap: 6px;
    padding: 6px;
    position: fixed;
    right: 18px;
    z-index: 9998;
}

.vdg-language-switcher__icon {
    font-size: 17px;
    line-height: 1;
    margin-left: 3px;
}

.vdg-language-switcher select {
    appearance: auto;
    background: #edf8f3;
    border: 0;
    border-radius: 8px;
    color: #123c30;
    cursor: pointer;
    font: 700 13px/1.2 Arial, Helvetica, sans-serif;
    height: 34px;
    margin: 0;
    max-width: 170px;
    min-height: 34px;
    padding: 0 8px;
    width: auto;
}

.vdg-language-switcher select:focus-visible {
    outline: 2px solid #087358;
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .vdg-language-switcher {
        bottom: 84px;
        right: 10px;
    }

    .vdg-language-switcher select {
        font-size: 12px;
        max-width: 145px;
    }
}

@media print {
    .vdg-language-switcher {
        display: none !important;
    }
}

