.contact-status {
  margin: 24px 0;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-status--success {
  border-color: #b7dec7;
  background: #edf9f2;
  color: #145c31;
}

.contact-status--error {
  border-color: #e9c4c4;
  background: #fff2f2;
  color: #7a2020;
}

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

.form-privacy {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.form-privacy a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-form-wrap button[disabled] {
  cursor: wait;
  opacity: 0.72;
}
