.static-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.static-form-status {
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.static-form-status[data-state="success"] {
  border-color: #42d77d;
  background: rgba(66, 215, 125, 0.12);
}

.static-form-status[data-state="error"] {
  border-color: #ff6464;
  background: rgba(255, 100, 100, 0.12);
}

.static-contact-form [type="submit"][disabled] {
  cursor: wait;
  opacity: 0.62;
}
