.contact-form .has-error input,
.contact-form .has-error select,
.contact-form .has-error textarea,
.contact-form fieldset.has-error {
  border-color: #b42318;
  box-shadow: inset 0 0 0 1px #b42318;
}

.contact-form .field-error {
  grid-column: 1 / -1;
  width: 100%;
  margin: 8px 0 0;
  color: #9f1710;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.35;
}

.contact-form .form-status {
  grid-column: 1 / -1;
  width: 100%;
  margin: 4px 0 0;
  padding: 14px 16px;
  border: 1px solid currentColor;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.5;
}

.contact-form .form-status.success {
  background: #baff19;
  color: #10110f;
}

.contact-form .form-status.error {
  background: #fff0ed;
  color: #9f1710;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: .72;
}

@media (max-width: 520px) {
  .contact-form .field-error { font-size: .82rem; }
  .contact-form .form-status { font-size: .84rem; }
}
