.contact-form button:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #8fd6dd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

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