/* Hide Google Translate default banner and iframe */
#google_translate_element,
.skiptranslate iframe,
.goog-te-banner-frame {
    display: none !important;
}

/* Prevent body from being pushed down by the hidden banner */
body {
    top: 0px !important; 
}

/* Hide the hover tooltip box */
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

/* Hide the blue loading spinner / widget */
.VIpgJd-Zvi9od-aZ2wEe-wOHMyf,
.VIpgJd-Zvi9od-aZ2wEe-wOHMyf-ti6hGc,
.goog-te-spinner-pos,
.goog-te-spinner-animation {
    display: none !important;
}

/* Disable the yellow highlight on translated text */
.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

