/* Google Translate UI */

#google_translate_element {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.goog-te-banner-frame.skiptranslate,
body > .skiptranslate,
iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

body {
  top: 0 !important;
}

#goog-gt-tt,
.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}

.anahera-lang-switch {
  display: inline-flex;
  align-items: center;
  margin-right: 4px;
}

.anahera-lang-switch__wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 22px 0 30px;
  border: 1px solid #1a73e8;
  border-radius: 4px;
  background: #fff;
}

.anahera-lang-switch__icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  color: #1a73e8;
  pointer-events: none;
  line-height: 0;
}

.anahera-lang-switch__select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231a73e8' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right center;
  background-size: 10px 6px;
  color: #1a73e8;
  font: 500 12px/1.2 Poppins, system-ui, sans-serif;
  letter-spacing: 0.04em;
  padding: 6px 14px 6px 0;
  margin: 0;
  cursor: pointer;
  min-width: 36px;
  max-width: 52px;
}

/* Keep blue on sticky / dark header (do not flip to white) */
.mainmenu__area.scroll-header .anahera-lang-switch__wrap,
.nav-black-page .anahera-lang-switch__wrap,
.mainmenu__area.scroll-header.nav-black-page .anahera-lang-switch__wrap {
  border-color: #1a73e8;
  background-color: #fff;
}

.mainmenu__area.scroll-header .anahera-lang-switch__icon,
.nav-black-page .anahera-lang-switch__icon,
.mainmenu__area.scroll-header .anahera-lang-switch__select,
.nav-black-page .anahera-lang-switch__select,
.mainmenu__area.scroll-header.nav-black-page .anahera-lang-switch__icon,
.mainmenu__area.scroll-header.nav-black-page .anahera-lang-switch__select {
  color: #1a73e8;
}

.mainmenu__area.scroll-header .anahera-lang-switch__select,
.nav-black-page .anahera-lang-switch__select,
.mainmenu__area.scroll-header.nav-black-page .anahera-lang-switch__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231a73e8' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.offset__single [data-google-lang].is-active,
.offset__single li.is-active > [data-google-lang] {
  color: var(--anahera-text-accent, #5E5E5E);
  font-weight: 600;
}

@media (max-width: 575px) {
  .anahera-lang-switch__wrap {
    padding-right: 18px;
    padding-left: 28px;
  }

  .anahera-lang-switch__select {
    font-size: 11px;
    max-width: 44px;
  }
}
