.falu-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.falu-contact-status {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
}

.falu-contact-status--error {
  padding: 0.8rem 1rem;
  color: #7a2020;
  background: #fff1f1;
  border: 1px solid #e7baba;
  border-radius: 10px;
}

.falu-contact-success .modal-title:focus,
.falu-contact-status:focus {
  outline: none;
}

.modal-submit-btn[aria-busy="true"] {
  cursor: wait;
  opacity: 0.78;
}
