.free-section {
	position: relative;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.free-section__container {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: var(--spacing-md);
}

.free-section__content>*:last-child {
	margin-bottom: 0;
}

/* Editor: cartão com cantos arredondados (cosmético, não existe no
   frontend) — segue a regra 5 do blocks/PROMPT-BLOCOS.md. */
.free-section-editor-wrap .free-section {
	border-radius: var(--radius-md);
	overflow: hidden;
}