.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.membership-form[aria-busy="true"] button[type="submit"] {
  cursor: wait;
  opacity: .72;
}
