.olive-form-status {
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}
.olive-form-status.is-success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
}
.olive-form-status.is-error {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
}
form[data-formspree-static] button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}
.olive-form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
