/* ============================================================
   RELIQUARY - Legal Pages (Terms, Privacy, Disclaimer)
   Extends docs.css layout + prose
   ============================================================ */

.legal-meta {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-faint);
  margin-top: -4px;
  margin-bottom: 32px;
}

.legal-prose .docs-h3:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.legal-contact {
  margin-top: 12px;
  padding: 22px 24px;
  border: 1px solid var(--line-2);
  background: var(--surface);
  max-width: 72ch;
}
.legal-contact p {
  margin: 0 0 10px;
  font-size: 1rem;
  color: var(--bone-dim);
  line-height: 1.75;
}
.legal-contact p:last-child { margin-bottom: 0; }
