/* VELOZZ TRADUTOR - UI */
.velozz-tradutor {
  position: fixed;
  top: 12px;
  right: 14px;
  z-index: 999999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.9);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  font-family: Arial, sans-serif;
  line-height: 1;
}

.velozz-tradutor .vt-btn {
  border: 0;
  background: transparent;
  color: #e2e8f0;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.velozz-tradutor .vt-btn.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.velozz-tradutor .vt-sep {
  opacity: 0.6;
  font-weight: 700;
  font-size: 11px;
}

.vt-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* Oculta UI nativa do Google e barra superior */
#goog-gt-tt,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-balloon-frame,
.goog-logo-link,
.goog-te-gadget,
body > .skiptranslate,
body > .skiptranslate iframe {
  display: none !important;
  visibility: hidden !important;
  max-height: 0 !important;
}

html,
body {
  margin-top: 0 !important;
  top: 0 !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .velozz-tradutor {
    top: 8px;
    right: 8px;
    padding: 7px 10px;
  }
}
