/**
 * Module: Content Block Section (generic heading + description block).
 * Loaded only when a `content_block_section` layout is present.
 * (The News listing is a separate partial — see assets/css/news-listing.css.)
 */
.content-block-section .content-block-head {
	margin-bottom: 0;
}
.content-block-section .content-block-desc {
	font-size: var(--fuchs-fs-lead, 20px);
	font-weight: var(--fuchs-fw-regular, 400);
}
