/* Hide Google Translate banner and widget */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}

/* Fix any Google Translate styling issues */
.goog-te-combo {
    display: none !important;
}