.dp-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(6, 26, 53, 0.08);
  border: 1px solid rgba(6, 26, 53, 0.12);
}

.dp-lang-switcher button {
  border: 0;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  background: transparent;
  color: #061a35;
}

.dp-lang-switcher button.active {
  background: #ffcc27;
  color: #061a35;
  box-shadow: 0 8px 18px rgba(255, 203, 39, .25);
}

.dp-lang-floating {
  position: fixed;
  right: 16px;
  top: 88px;
  z-index: 99999;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
}

@media (max-width: 768px) {
  .dp-lang-switcher {
    margin-left: 4px;
  }

  .dp-lang-switcher button {
    padding: 6px 8px;
    font-size: 12px;
  }
}
