/* Article body typography (§7): normal WP block-editor content, styled to
   match the reading-column type — Manrope body copy, Space Grotesk H2s. */

.single-insight__body,
.single-case-study__body {
	padding-block: 8px 96px;
	color: var(--ink);
	font-size: var(--body-size);
	line-height: 1.75;
}

.single-insight__body :where(h2, h3) {
	margin-top: 1.75em;
}

.single-insight__body p,
.single-case-study__body p {
	margin-bottom: 1.5em;
}

.single-insight__body ul,
.single-case-study__body ul {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
}

.single-insight__body li,
.single-case-study__body li {
	margin-bottom: 0.5em;
}

.pull-quote {
	margin: 48px 0;
	padding: 32px 40px;
	background: var(--cyan-tint);
	border-left: 4px solid var(--cyan);
	border-radius: 0 12px 12px 0;
}

.pull-quote__text {
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: var(--h3-size);
	line-height: 1.4;
	color: var(--navy);
	margin: 0 0 0.75em;
}

.pull-quote__attribution {
	font-style: normal;
	font-size: 0.9375rem;
	color: var(--slate);
}
