/* ABOUTME: Article typography for the public legal pages (privacy, terms). */

/* ABOUTME: Long-form prose sits inside a .ps-card on the shared .ps-page shell. */

.ps-legal-article h2 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 19px;
  font-weight: 600;
  color: var(--ink);
  margin: 22px 0 8px;
}
.ps-legal-article h2:first-child { margin-top: 0; }

.ps-legal-article p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 12px;
}

.ps-legal-article ul {
  margin: 0 0 12px;
  padding-left: 20px;
}

.ps-legal-article li {
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 6px;
}

/* Higher specificity than design_system.css's `.ps-page a` link reset, so this
   wins no matter which stylesheet the browser happens to apply last. Also
   covers .ps-legal-footer, which sits outside .ps-legal-article as a sibling
   in .ps-page. */
.ps-page .ps-legal-article a,
.ps-page .ps-legal-footer a {
  color: var(--accent-ink);
  text-decoration: underline;
}

.ps-legal-footer {
  font-size: 14px;
  color: var(--ink-soft);
  margin-top: 22px;
}
