/* Oculta a barra superior de tradução */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget-icon,
.goog-te-gadget-simple {
    display: none !important;
}

/* Remove o espaçamento que o banner cria */
body {
    top: 0px !important;
    position: static !important;
}

/* Remove margem adicionada pelo banner */
body > .skiptranslate {
    display: none !important;
}

/* Garante que a tradução não altere o layout */
html {
    margin-top: 0px !important;
}
