
.sg-lang-hidden {
  display: none !important;
}

#sg-floating-language-switch.sg-lang-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  font-family: inherit;
}

.sg-lang-widget__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 999px;
  padding: 10px 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.sg-lang-widget__label {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.sg-lang-widget__buttons {
  display: flex;
  gap: 6px;
}

.sg-lang-btn {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  min-width: 48px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  background: #eef2f7;
  color: #222;
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}

.sg-lang-btn:hover {
  transform: translateY(-1px);
}

.sg-lang-btn.is-active {
  background: #144980;
  color: #fff;
}

@media (max-width: 767px) {
  #sg-floating-language-switch.sg-lang-widget {
    right: 12px;
    bottom: 12px;
  }

  .sg-lang-widget__inner {
    padding: 9px 10px;
    gap: 8px;
  }

  .sg-lang-widget__label {
    font-size: 12px;
  }

  .sg-lang-btn {
    min-width: 44px;
    padding: 8px 10px;
  }
}
