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

.language-selector-wrap {
  display: inline-flex;
  align-items: center;
}

.language-selector {
  min-width: 62px;
  height: 36px;
  padding: 0 28px 0 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: .84rem;
  font-weight: 750;
  cursor: pointer;
}

.language-selector:hover,
.language-selector:focus-visible {
  border-color: var(--brand);
  outline: none;
}

@media (max-width: 720px) {
  .language-selector-wrap {
    width: 100%;
    padding: 8px 12px;
  }

  .language-selector {
    width: 100%;
  }
}
