.legal-facts dd {
  color: var(--pine);
  font-weight: 650;
  overflow-wrap: anywhere;
}

.legal-facts a {
  color: var(--pine);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.website-field {
  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-result {
  display: none;
  margin-top: 20px;
}

.form-result:target {
  display: block;
}

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