/* NP policy/text pages (price match, shipping, returns...). Rendered by
   sections/np-policy.liquid; palette tokens come from np-site.css.
   Text page: the 768 step widened by 200px, the copy measure with it. */
#np-policy-page {
  max-width: 968px;
  margin: 0 auto;
  padding: 6px .75rem 56px;
  color: var(--np-ink);
}

#np-policy-page h1 {
  margin: 10px 0 14px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--np-ink);
}

#np-policy-page .np-policy-lede,
#np-policy-page .np-policy-text {
  margin: 0 0 14px;
  max-width: calc(68ch + 200px);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--np-ink-soft);
}

#np-policy-page h2 {
  margin: 26px 0 10px;
  font-size: 16.5px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--np-ink);
}

#np-policy-page .np-policy-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
#np-policy-page .np-policy-list li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 20px;
  max-width: calc(68ch + 200px);
  font-size: 14.5px;
  line-height: 1.55;
}
/* small red square marker, the ledger pages' accent scale */
#np-policy-page .np-policy-list li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: var(--np-red);
}
