.contact-trap {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

button:disabled {
  cursor: wait;
  opacity: .65;
}
