/* Rich-text block: vertical rhythm between the title and the content
   via gap on the inner container, so spacing scales with --section-gy
   token regardless of which (or whether) elements render. */
.rich-text-content > .container {
	display: flex;
	flex-direction: column;
	gap: var(--section-gy);
}
