/* Prisme lead form — bridge core/form.php skin to landing styles */
form.lead-form.js-lead-form .iti {
  width: 100%;
  display: block;
}
form.lead-form.js-lead-form .iti input[type="tel"] {
  width: 100%;
  /* left padding is set by syncItiPadding() from dial-code width — do not hardcode */
  padding-top: 0.75rem;
  padding-right: 0.875rem;
  padding-bottom: 0.75rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--bg);
  font: inherit;
  color: var(--text, #0f172a);
}
/* separateDialCode: dial code must stay high-contrast on light country chip */
form.lead-form.js-lead-form .iti__selected-dial-code,
form.lead-form.js-lead-form .iti__dial-code,
.lead-form.js-lead-form .iti__selected-dial-code,
.lead-form.js-lead-form .iti__dial-code {
  color: #0f172a !important;
  opacity: 1 !important;
  font-weight: 600;
}
form.lead-form.js-lead-form .iti__selected-flag,
form.lead-form.js-lead-form .iti__selected-country,
form.lead-form.js-lead-form .iti__selected-country-primary {
  color: #0f172a !important;
}

form.lead-form.js-lead-form .btn-block {
  width: 100%;
  margin-top: 0.25rem;
}
form.lead-form.js-lead-form .form-legal {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.45;
}
form.lead-form.js-lead-form .form-legal a {
  color: var(--accent);
  text-decoration: underline;
}
.form-card form.lead-form.js-lead-form,
.form-card-accent form.lead-form.js-lead-form {
  margin: 0;
}
