/* VF SEO-Block – Frontend-Layout
 * Breite/Zentrierung + Textausrichtung werden über die Widget-Controls gesteuert
 * (content_max_width = zentrierte Spalte, mobil volle Breite).
 */
.vf-seo-block {
	max-width: 720px;          /* Fallback; wird vom Control überschrieben */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;       /* Fallback; wird vom Control überschrieben */
	text-align: left;
}

.vf-seo-block--empty {
	max-width: none;
}

.vf-seo-block__title {
	margin: 0 0 .6em;
	line-height: 1.15;
}

.vf-seo-block__text {
	line-height: 1.7;
}

.vf-seo-block__text p {
	margin: 0 0 1em;
}

.vf-seo-block__text p:last-child {
	margin-bottom: 0;
}

/* Mobil: volle Breite (Fallback, falls Control-Default nicht greift) */
@media (max-width: 767px) {
	.vf-seo-block {
		max-width: 100%;
	}
}
