.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.form-submit button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-notice.is-error {
  border-left-color: #c94040;
  background: #fff2f2;
}
