.bonmo-language-switcher {
  position: fixed;
  left: clamp(14px, 3vw, 28px);
  top: clamp(100px, 10vw, 138px);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(312px, calc(100vw - 24px));
  padding: 8px;
  border: 1px solid rgba(16, 16, 16, .14);
  border-radius: 999px;
  background: rgba(255, 253, 247, .94);
  color: #101010;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
  backdrop-filter: blur(14px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.header .bonmo-language-switcher {
  position: static;
  z-index: auto;
  flex: 0 0 auto;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.header .bonmo-language-label {
  display: none;
}

.header .bonmo-language-select {
  width: 148px;
  min-height: 36px;
  padding: 7px 32px 7px 12px;
  background: rgba(255, 253, 247, .78);
}

.bonmo-language-label {
  padding-left: 8px;
  color: rgba(16, 16, 16, .68);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.bonmo-language-select {
  width: 172px;
  max-width: 52vw;
  min-height: 38px;
  padding: 8px 34px 8px 12px;
  border: 1px solid rgba(16, 16, 16, .16);
  border-radius: 999px;
  background: #fffdf7;
  color: #101010;
  font: inherit;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.2;
  outline: none;
}

.bonmo-language-select:focus {
  border-color: rgba(16, 16, 16, .58);
  box-shadow: 0 0 0 3px rgba(179, 139, 69, .22);
}

.bonmo-language-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

#google_translate_element {
  position: fixed;
  left: -9999px;
  bottom: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame {
  display: none !important;
}

body {
  top: 0 !important;
}

@media (max-width: 640px) {
  .bonmo-language-switcher {
    left: 12px;
    top: auto;
    bottom: 14px;
    padding: 6px;
  }

  body.bonmo-has-bottom-actions .bonmo-language-switcher {
    bottom: 74px;
  }

  .bonmo-language-label {
    display: none;
  }

  .bonmo-language-select {
    width: 112px;
    min-height: 36px;
    max-width: calc(100vw - 24px);
    padding: 8px 28px 8px 10px;
    font-size: 12px;
  }

  .header .bonmo-language-select {
    width: 128px;
    background: #fffdf7;
  }
}
