/* Shared styles for the legal/document pages: /terms, /privacy and
 * /legal/oss-notices.
 *
 * terms + privacy carried byte-identical inline <style> blocks and
 * oss-notices a near-copy (dl/dt/dd instead of ul) — extracted here per
 * the share.css / tips.css precedent. The uppercase section eyebrow is
 * named .legal-eyebrow so it no longer shadows the system .section-title
 * (which is a 17/700 ink heading, the opposite treatment).
 *
 * Load order: common.css → legal.css.
 */

.subtitle { line-height: 1.6; margin-bottom: 48px; }
.section { margin-bottom: 40px; }
.legal-eyebrow {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-gray-500);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray-200);
}
p { font-size: 15px; line-height: 1.7; margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
a { color: var(--color-ink); font-weight: 600; }
a:visited { color: var(--color-ink); }
a:hover { text-decoration: underline; }
/* terms/privacy use lists; oss-notices uses definition lists. */
ul { margin: 0 0 14px 24px; }
ul li { font-size: 15px; color: var(--color-body); line-height: 1.7; margin-bottom: 6px; }
dl { margin: 0 0 16px 0; }
dt { font-size: 15px; font-weight: 600; color: var(--color-ink); margin-top: 14px; }
dd { font-size: 15px; line-height: 1.7; color: var(--color-body); margin: 4px 0 0 0; }
