/* Privacy Policy only — full-width shell/dividers; prose capped separately */

.privacy-page .legal-shell {
  max-width: 1100px;
  width: min(
    1100px,
    calc(
      100% - var(--legal-gutter-left, 0px) - var(--legal-gutter-right, 0px)
    )
  );
}

/* Full section width for gray border-top dividers */
.privacy-page .legal-section {
  width: 100%;
  max-width: none;
}

/* Prose-only measure — never applied to sections or dividers */
.privacy-page .legal-intro,
.privacy-page .legal-section > p,
.privacy-page .legal-section > ul,
.privacy-page .legal-contact-list {
  width: 100%;
  max-width: 64rem;
}

/* Modest gap after section 8 service-provider list before the next paragraph */
.privacy-page .legal-section > ul + p {
  margin-top: 12px;
}
