/*
 * privacy_policy.css — page-specific bits for the Privacy Policy only.
 *
 * The page is built almost entirely from shared redesign primitives (`.card`,
 * `.card-title`, `.r-recall`, and the utility helpers), so this file only adds
 * what those don't cover: the centred reading column and the icon check-list.
 * All colour/surface comes from the shared `--r-*` dark tokens.
 */

body.redesign .privacy-policy-container {
  max-width: 900px;
  margin: 0 auto;
}

body.redesign .policy-header {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--r-line);
}

/* Icon-led check-list used in the TLDR and the collection/usage sections. */
body.redesign .checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

body.redesign .checklist li {
  position: relative;
  padding-left: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.65;
  color: var(--r-text-dim);
}

body.redesign .checklist li:last-child {
  margin-bottom: 0;
}

body.redesign .checklist li > i:first-child {
  position: absolute;
  left: 0;
  top: 0.28rem;
  color: var(--r-accent);
}

body.redesign .checklist li b {
  color: var(--r-text);
}
