/* Keep Google Translate's auto-translation lightweight - no layout shift, no visible toolbar */
body {
    top: 0 !important;
}
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
.skiptranslate {
    display: none !important;
}
.goog-te-spinner-pos {
    display: none !important;
}

font[class*='VIpgJd'],
.goog-text-highlight,
iframe[class*='VIpgJd'] {
  background: transparent !important;
  box-shadow: none !important;
}

#goog-gt-tt,
#goog-gt-vt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
iframe[class*='VIpgJd'],
div[class*='VIpgJd'] {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
body {
  top: 0 !important;
}