.nm-contact-form__trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.contact-form[aria-busy="true"] {
  cursor: progress;
}

.contact-form[aria-busy="true"] .contact-form__submit {
  cursor: wait;
}

.contact-form__status:empty {
  display: none;
}
