/* IT|EN pill — shared on marketing, auth, legal, SVI public */
.sv-lang-switch {
  display: inline-flex;
  align-items: stretch;
  padding: 2px;
  border-radius: 999px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.sv-lang-switch--on-dark {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
.sv-lang-switch__opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: #64748b !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s;
}
.sv-lang-switch--on-dark .sv-lang-switch__opt {
  color: rgba(255, 255, 255, 0.75) !important;
}
.sv-lang-switch__opt:hover {
  color: #2563eb !important;
}
.sv-lang-switch--on-dark .sv-lang-switch__opt:hover {
  color: #fff !important;
}
.sv-lang-switch__opt.is-active {
  background: #fff;
  color: #2563eb !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.sv-lang-switch--on-dark .sv-lang-switch__opt.is-active {
  background: #fff;
  color: #1e3a8a !important;
}
.public-lang-bar {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 0 0;
}
.svi-public-lang-bar {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1.25rem 0;
  max-width: 960px;
  margin: 0 auto;
}
.legal-hero__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.75rem;
}
