.language-picker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.language-picker > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-picker select {
  width: 4.75rem;
  min-height: 38px;
  padding: .45rem .5rem;
  border: 1px solid rgba(17, 17, 15, .13);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, .34);
  font: inherit;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.2;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
}

.language-picker select:focus-visible {
  outline: 3px solid rgba(185, 135, 46, .58);
  outline-offset: 3px;
}

.site-topbar .language-picker select {
  color: #39362f;
  border-color: rgba(17, 17, 15, .11);
  background: rgba(255, 255, 255, .42);
}

@media (max-width: 760px) {
  .site-topbar .language-picker {
    display: inline-flex;
  }

  .site-topbar .language-picker select {
    width: 4.4rem;
    min-height: 36px;
    padding-inline: .35rem;
  }
}
