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

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.toast {
  max-width: min(440px, calc(100vw - 48px));
}

.toast.error {
  background: #fff0f0;
  color: #801f2b;
}
