.lang-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border-bottom: 1px solid #e5e2f5;
  background: #f8f7ff;
}
.lang-switcher a,
.lang-switcher span {
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  text-decoration: none;
  color: #4b3fa8;
}
.lang-switcher a:hover {
  background: #ece9ff;
  text-decoration: underline;
}
.lang-switcher span.lang-switcher__active {
  background: #6f42c1;
  color: #fff;
  font-weight: 600;
}
