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

.samia-contact-status {
  grid-column: 1 / -1;
  min-height: 1.5em;
  margin: 0;
  font-size: 0.86rem;
}

.samia-contact-status:empty {
  display: none;
}

.samia-contact-status.is-pending {
  color: #5f6b72;
}

.samia-contact-status.is-success {
  padding: 14px 18px;
  border-left: 4px solid #9b5139;
  border-radius: 4px;
  background: #f4e7df;
  color: #713926;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.55;
}

.samia-contact-status.is-error {
  color: #a24635;
}

.samia-server-form .button[disabled] {
  cursor: wait;
  border-color: #71808a;
  background: #e9e1d5;
  color: #334653;
  opacity: 1;
  transform: none;
}
