/**
 * Tekst-sektion — matcher CTA-blokken: valgfrit rødt top-label,
 * mørk centreret titel (ikke versaler), grå centreret brødtekst.
 * Bruges til "Om legaterne" og "Den gode ansøgning".
 */

.text-section {
	text-align: center;
}

.text-section__eyebrow {
	color: var(--tc-red);
	font-weight: 700;
	font-size: var(--tc-fs-sm);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: var(--tc-space-2);
}

.text-section .tc-section__title {
	color: var(--tc-ink);
	max-width: 28ch;
	margin-inline: auto;
}

.text-section__body {
	color: var(--tc-text-muted);
	max-width: 52ch;
	margin-inline: auto;
	margin-bottom: var(--tc-space-8);
}

.text-section__body p {
	margin-bottom: var(--tc-space-4);
}

.text-section__body p:last-child {
	margin-bottom: 0;
}
