
/* =====================================================================
   ART IMAGE — V52
   Traduzione nella stessa pagina: grafica invariata in tutte le lingue.
   ===================================================================== */

/* Google Translate non deve mai aggiungere spazio sopra la pagina. */
html,
body {
  top:0 !important;
}

.goog-te-banner-frame,
iframe.goog-te-banner-frame,
body > .skiptranslate > iframe,
iframe.skiptranslate {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
}

/* Niente popup/tooltip di Google che cambino l'aspetto al passaggio. */
#goog-gt-tt,
.goog-te-balloon-frame {
  display:none !important;
}

.goog-text-highlight {
  background-color:transparent !important;
  box-shadow:none !important;
}

/* Il nostro selettore non deve essere tradotto né deformato. */
.ai-language-picker,
.ai-language-select {
  translate:no;
}

/* Evita che eventuali elementi Google nascosti prendano spazio. */
.ai-google-translate-host,
.ai-google-translate-host * {
  max-height:1px !important;
}

/* Mobile: conserva esattamente il layout italiano anche dopo la traduzione. */
@media screen and (max-width:820px) {
  body.translated-ltr,
  body.translated-rtl {
    top:0 !important;
  }

  body.translated-ltr #imPage,
  body.translated-rtl #imPage {
    margin-top:0 !important;
  }
}
