/* Wyłącznie wspólne stany formularzy podłączonych do ActiveCampaign. */
.contact .ac-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact .ac-form-status {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: 0;
  padding: 0 4px;
  color: #9db1cd;
  font-size: 12px;
  font-weight: 650;
}

.contact .ac-form-status:empty {
  display: none;
}

.contact .ac-form-status.is-success {
  color: #77e2ad;
}

.contact .ac-form-status.is-error {
  color: #ff9d98;
}

.contact button[disabled] {
  cursor: wait;
  opacity: .7;
  transform: none;
}
