.juson-lang-switch {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 4px;
  margin-left: 14px;
  padding: 3px;
  border: 1px solid #dbe4f2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 16px rgba(21, 43, 86, 0.08);
  pointer-events: auto;
  white-space: nowrap;
  z-index: 20;
}

.juson-lang-switch button {
  min-width: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #53627c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 6px 9px;
  pointer-events: auto;
}

.juson-lang-switch button.is-active {
  background: #075cff;
  color: #fff;
}

.juson-lang-switch button:focus-visible {
  outline: 2px solid rgba(7, 92, 255, 0.28);
  outline-offset: 2px;
}

@media (max-width: 959px) {
  .header-main .hfg-slot.right {
    position: relative;
  }

  .juson-lang-switch {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .juson-lang-switch {
    gap: 2px;
    margin-left: 6px;
    padding: 2px;
  }

  .juson-lang-switch button {
    min-width: 32px;
    padding: 5px 7px;
    font-size: 11px;
  }
}
