/* Refreshed document composition, shared by informational and legal pages.
   Existing program facts, legal wording and source links remain in the views. */
.rx-doc-page { padding-bottom: 96px; }
.rx-doc-page > .rx-section:first-of-type { padding-top: 32px; padding-bottom: 48px; }
.rx-doc-page .rx-legal { max-width: 1200px; }
.rx-doc-page h1 { font-size: clamp(32px,4.8vw,48px); line-height: 1.07; letter-spacing: -.015em; margin: 0 0 20px; }
.rx-doc-page .rx-legal-dateline { margin-bottom: 40px; font-size: 15px; }
.rx-doc-page .rx-legal-dateline .rx-stamp { text-transform: none; letter-spacing: 0; color: var(--ink-muted); font-weight: 400; }
.rx-doc-page .rx-legal-dateline .rx-stamp::before { content: none; }
.rx-doc-page .rx-doc-layout { display: grid; grid-template-columns: minmax(200px, 1fr) minmax(0, 2fr); gap: clamp(28px,4vw,48px); align-items: start; }
.rx-doc-page--sections > .rx-doc-layout { max-width: calc(1200px + 2 * var(--section-x)); margin: 0 auto; padding: 0 var(--section-x); }
.rx-doc-page .rx-legal-jump, .rx-doc-page .rx-onpage { position: sticky; top: 24px; max-width: 340px; margin: 0; padding: 0; border: 0; border-radius: 0; background: none; display: block; }
.rx-doc-page .rx-legal-jump p, .rx-doc-page .rx-onpage-label { display: block; margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.rx-doc-page .rx-legal-jump ol { display: block; }
.rx-doc-page .rx-legal-jump a, .rx-doc-page .rx-onpage > a { display: flex; min-height: 44px; padding: 10px 0; border-top: 1px solid #F2F2F2; font-size: 16px; line-height: 1.4; text-decoration: none; }
.rx-doc-page .rx-legal-jump a:hover, .rx-doc-page .rx-onpage > a:hover { text-decoration: underline; }
.rx-doc-page .rx-doc-content { min-width: 0; }
.rx-doc-page .rx-doc-content .rx-section { padding: 0 0 clamp(30px,4vw,44px); background: none; }
.rx-doc-page .rx-doc-content .rx-inner { max-width: none; }
.rx-doc-page .rx-doc-content h2 { margin: 0 0 14px; font-size: clamp(23px,2.8vw,29px); line-height: 1.2; letter-spacing: -.01em; scroll-margin-top: 24px; }
.rx-doc-page .rx-legal .rx-doc-content > h2:not(:first-child), .rx-doc-page .rx-legal .rx-doc-content > section + section { margin-top: 36px; }
.rx-doc-page .rx-doc-content p, .rx-doc-page .rx-doc-content li { font-size: 17px; line-height: 1.65; }
.rx-doc-page .rx-doc-content p { margin: 0 0 14px; max-width: 74ch; }
.rx-doc-page .rx-doc-content .rx-guide-measure { max-width: 74ch; }
.rx-doc-page .rx-doc-content .rx-guide-body > section { padding-top: 0; }
.rx-doc-page .rx-legal-questions { margin-top: 32px; padding-top: 22px; }
.rx-doc-page .rx-answer { margin: 0; border-radius: 20px; padding: clamp(24px,3vw,32px); background: #F3FBFF; border: 1px solid #CDEAF9; }
.rx-doc-page .rx-answer .rx-answer-claim { font-size: 21px; line-height: 1.45; font-weight: 500; }
.rx-doc-page .rx-answer p { max-width: 74ch; }
.rx-doc-page .rx-compare, .rx-doc-page .rx-table { width: 100%; }
.rx-doc-page .rx-compare th, .rx-doc-page .rx-compare td { white-space: normal; }
.rx-doc-page pre { max-width: 100%; overflow-x: auto; }
@media (min-width: 1000px) {
  .rx-doc-page--sections > .rx-section:first-of-type .rx-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(30px,4.5vw,56px); align-items: start; }
  .rx-doc-page--sections > .rx-section:first-of-type .rx-crumbs { grid-column: 1 / -1; }
  .rx-doc-page--sections > .rx-section:first-of-type h1 { grid-column: 1; }
  .rx-doc-page--sections > .rx-section:first-of-type .rx-answer { grid-column: 2; grid-row: 2 / span 4; }
  .rx-doc-page--sections > .rx-section:first-of-type .rx-inner > p { grid-column: 1; }
}
@media (max-width: 767px) {
  .rx-doc-page { padding-bottom: 64px; }
  .rx-doc-page .rx-doc-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .rx-doc-page .rx-legal-jump, .rx-doc-page .rx-onpage { position: static; max-width: none; }
  .rx-doc-page .rx-doc-content .rx-section { padding-bottom: 32px; }
}
.rx-doc-page--sections > .rx-section:first-of-type .rx-kicker { grid-column: 1; }
.rx-doc-page h1 { font-weight: 700; }
