.form-honeypot {
  display: none !important;
}

.form-status {
  min-height: 22px;
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.form-status.success {
  color: var(--teal);
}

.form-status.error {
  color: #a33;
}

.enquiry-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}
