/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 10:54:22 */
.tgs-lang{
  display:flex;
  gap:8px;
  align-items:center;
}

.tgs-lang__btn{
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;

  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(17,24,39,.18);
  color: rgba(17,24,39,.85);
  background: rgba(255,255,255,.85);
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.tgs-lang__btn:hover{
  transform: translateY(-1px);
  border-color: rgba(226,166,21,.55);
  background: rgba(226,166,21,.10);
}

.tgs-lang__btn.is-active{
  border-color: rgba(226,166,21,.65);
  background: rgba(226,166,21,.18);
  color: #111827;
}