


.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;
}

.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-switcher::after {
  content: '';
  position: absolute;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.75);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.75);
  transform: translateY(-35%) rotate(45deg);
  pointer-events: none;
}
