.dp-global-lang {
  position: fixed;
  right: 18px;
  top: 92px;
  z-index: 999999;
  display: flex;
  gap: 5px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(6,26,53,.16);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

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

.dp-global-lang button.active {
  background: #ffcc27;
  color: #061a35;
}

@media (max-width: 768px) {
  .dp-global-lang {
    top: 78px;
    right: 10px;
  }
}
