.oz-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.oz-form-status {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.oz-form-status.is-success {
  background: #edf8f1;
  border-color: #91d5a9;
  color: #155c31;
}

.oz-form-status.is-error {
  background: #fff1f1;
  border-color: #efb2b2;
  color: #8b1e1e;
}

.v8-form button[aria-busy="true"],
.v38-contact-form button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}
