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

.join-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-note[data-state="success"] {
  color: #285b3b;
}

.form-note[data-state="error"] {
  color: #8b241f;
}
