.lead-form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 750;
}

.lead-form-status.error {
  color: #b91c1c;
}

.lead-form-status.success {
  color: #047857;
}

.lead-field-error {
  grid-column: 1 / -1;
  display: none;
  margin-top: -8px;
  color: #b91c1c;
  font-size: 0.84rem;
  font-weight: 750;
}

.lead-field-error.visible {
  display: block;
}

input.lead-invalid,
select.lead-invalid {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.16) !important;
}

button.lead-submitting {
  cursor: wait;
  opacity: 0.72;
}
