.language-picker {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.language-picker select {
  width: auto;
  min-width: 104px;
  min-height: 36px;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 6px 28px 6px 9px;
  color: inherit;
  background-color: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.language-picker option {
  color: #17211f;
  background: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
