[data-contact-form] .form-btn:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.contact-form-status {
  margin: 14px 0 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  color: #245b3b;
  overflow-wrap: break-word;
}

.contact-form-status[data-state="error"] {
  color: #92212e;
}

.form-expanded.show:has([data-contact-status]) {
  max-height: 700px;
}
