/**
 * Policy + Terms — .cbs-legal-page wrapper inside standard page.php shell.
 * Layout and typography use theme tokens from cbs-content.css (Appearance → Carbon Based).
 */

.cbs-legal-page {
	color: var(--cbs-text-strong, #1a1a1a);
}

.cbs-legal-page .privacy-policy-tutorial {
	display: none;
}

.cbs-legal-page h2,
.cbs-legal-page h3 {
	scroll-margin-top: 24px;
}

.cbs-legal-page .cbs-legal-page__meta {
	line-height: var(--cbs-line-height-body, 1.65);
	margin-top: 2rem;
}
