/*
 * GTranslate Widget - CSS Fixes
 * Drop-in stylesheet for pure PHP sites.
 *
 * HOW TO USE:
 *   Add this in your <head>:
 *   <link rel="stylesheet" href="translator/gtranslate.css">
 * ---------------------------------------------------------- */

/*
 * Prevent Google Translate from pushing the entire page down
 * by locking the body position at the top.
 */
body {
    top: 0px !important;
}

/*
 * Hide the Google Translate iframe/toolbar banner that appears
 * at the top of the page when a language is selected.
 * The widget itself (the floating flag button) remains visible.
 */
.skiptranslate iframe {
    visibility: hidden !important;
}

/*
 * Optional: If you want to also hide the "Translated by Google"
 * text that sometimes appears in the top bar, uncomment below.
 */
/* #goog-gt-tt,
.goog-te-banner-frame,
.goog-te-balloon-frame {
    display: none !important;
} */
