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

.form-status {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: normal;
}

.form-status[data-state="error"] { color: #ffd0cd; }
form button[disabled] { cursor: wait; opacity: .7; }
