.form-honey {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-status {
  margin: 16px 0 0;
  padding: 13px 15px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.form-status.is-success {
  color: #254d37;
  background: #dce9df;
}

.form-status.is-error {
  color: #742f27;
  background: #f1ddd8;
}

.button:disabled {
  cursor: wait;
  opacity: .72;
}

.consent a {
  color: inherit;
  text-underline-offset: 3px;
}

.footer-meta {
  gap: 24px;
  flex-wrap: wrap;
}

.field textarea {
  width: 100%;
  resize: vertical;
  min-height: 120px;
  border: 0;
  background: transparent;
  padding: 12px 0 2px;
  color: var(--ink);
  outline: none;
  font: 400 16px "DM Sans";
  line-height: 1.5;
}

.field textarea::placeholder {
  color: #827a70;
}
