/* Version 1.0.0 */

/* Google Translate - Esconder banner padrão */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-logo-link,
.goog-te-gadget-icon {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/* Esconder apenas popup de feedback do Google Translate (não elementos de tradução) */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Esconder apenas balões de feedback, não outros elementos do Translate */
[class*="goog-te-balloon-frame"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

