/**
 * /privacy-policy/ — first-letter uppercase for all paragraphs.
 * Scoped on .swjs-privacy-page-container so it only applies to this page.
 */
.swjs-privacy-page-container p::first-letter {
	text-transform: uppercase;
}
