.sv-form-status{
  min-height:1.5em;
  font-size:.95rem;
  font-weight:700;
  line-height:1.45;
}

.sv-form-status[data-state="success"]{
  color:#246535;
}

.sv-form-status[data-state="error"]{
  color:#9c2020;
}

.hero-estimate-card .sv-form-status[data-state="success"]{
  color:#c4f3cb;
}

.hero-estimate-card .sv-form-status[data-state="error"]{
  color:#ffd1d1;
}

.sv-contact-form.is-submitting button[type="submit"]{
  cursor:wait;
  opacity:.7;
}
