/* 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;
}
