.form-success {
  color: #176c3a;
}

.form-error {
  color: #a12828;
}

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

.project-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.cf-turnstile {
  min-height: 65px;
  margin: 4px 0 16px;
  overflow: hidden;
}
