#atiic-google-translate-element {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.atiic-translate-widget {
  position: fixed;
  z-index: 999999;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}

.atiic-translate-widget.bottom-right {
  right: 18px;
  bottom: 18px;
}

.atiic-translate-widget.bottom-left {
  left: 18px;
  bottom: 18px;
}

.atiic-translate-current,
.atiic-translate-option {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.atiic-translate-current {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 92px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #ffffff;
  color: #222222;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  font-weight: 700;
}

.atiic-translate-current:hover,
.atiic-translate-current:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 160, 220, 0.28), 0 4px 14px rgba(0, 0, 0, 0.18);
}

.atiic-translate-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  font-size: 22px;
}

.atiic-translate-abbr {
  letter-spacing: 0.02em;
}

.atiic-translate-chevron {
  font-size: 14px;
  opacity: 0.7;
  transform: translateY(-1px);
}

.atiic-translate-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  min-width: 230px;
  max-height: 320px;
  padding: 6px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 140ms ease, transform 140ms ease;
  overflow-y: auto;
}

.atiic-translate-widget.bottom-left .atiic-translate-menu {
  left: 0;
  right: auto;
}

.atiic-translate-widget.is-open .atiic-translate-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.atiic-translate-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  background: transparent;
  color: #222222;
  text-align: left;
  font-weight: 600;
}

.atiic-translate-option:hover,
.atiic-translate-option:focus,
.atiic-translate-option.is-active {
  outline: none;
  background: #f0f4f8;
}

.atiic-translate-name {
  flex: 1;
}

.atiic-translate-small-abbr {
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

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

body {
  top: 0 !important;
}

font[style*="background-color: rgb(255, 255, 0)"] {
  background-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 640px) {
  .atiic-translate-widget.bottom-right {
    right: 12px;
    bottom: 12px;
  }

  .atiic-translate-widget.bottom-left {
    left: 12px;
    bottom: 12px;
  }

  .atiic-translate-menu {
    min-width: 210px;
  }
}
