.lang-switch,
a.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 6px 12px;
  margin-right: 12px;
  border: 1px solid rgba(167, 139, 250, 0.45);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #a78bfa !important;
  background: rgba(167, 139, 250, 0.08);
  text-decoration: none !important;
  transition: 0.2s;
  flex-shrink: 0;
}
.lang-switch:hover {
  background: rgba(167, 139, 250, 0.18);
  border-color: rgba(167, 139, 250, 0.7);
  transform: translateY(-1px);
}
.topbar .lang-switch {
  margin-right: 0;
}
nav .lang-switch {
  margin-right: 8px;
}
@media (max-width: 768px) {
  nav .lang-switch {
    margin-right: 8px;
    order: 2;
  }
}
