.gac-locale-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(121, 40, 202, 0.08);
  border: 1px solid rgba(121, 40, 202, 0.15);
  border-radius: 999px;
  padding: 3px;
  margin-inline-end: 10px;
  flex-direction: row;
  direction: ltr;
}

.gac-locale-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #64748b;
  transition: all 0.2s ease;
  line-height: 1;
  white-space: nowrap;
}

.gac-locale-btn.active {
  background: linear-gradient(135deg, #7928ca, #ff0080);
  color: #fff;
}

.gac-locale-btn:hover:not(.active) {
  color: #7928ca;
}

.auth-locale-row {
  display: flex;
  justify-content: flex-end;
  direction: ltr;
}

@media (max-width: 991.98px) {
  .gac-nav-actions .gac-locale-switcher {
    display: none;
  }

  .gac-mobile-menu .gac-locale-switcher {
    display: flex;
    margin: 12px 16px 4px;
    width: fit-content;
  }
}
