/* The one thing the source has no equivalent for: a place to report the result of a
   submit. Quform injected its own; this matches the form's type rather than inventing
   a look. Kept off the critical path -- the form renders identically without it. */
.abc-form-notice {
  margin: 18px 0 0;
  padding: 12px 16px;
  font: 400 15px/22px Lato, sans-serif;
  border-left: 3px solid #a93d20;
  background: #f7f4f2;
  color: #434343;
}
.abc-form-notice.is-ok { border-left-color: #4a7c3f; }
.abc-form-notice.is-error { border-left-color: #a93d20; }
.quform-is-submitting .quform-submit { opacity: .6; pointer-events: none; }
