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

.contact-form-status {
  min-height: 24px;
  margin: 4px 0 12px;
  color: #a43838;
  font-size: 14px;
  line-height: 1.5;
}

.contact-form-status.success {
  color: #2f7555;
}

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