/*
 * blocks/text-then-image-full.css — texte centré + image plein cadre edge-to-edge.
 * Complète guest.css, ne redéfinit aucune primitive existante.
 */

.text-then-image-full {
	padding-bottom: 0;
}
.text-then-image-full__image {
	margin-top: var(--s10);
	width: 100%;
}
.text-then-image-full__image img {
	display: block;
	width: 100%;
	height: 520px;
	object-fit: cover;
}

@media (max-width: 700px) {
	.text-then-image-full__image img { height: 320px; }
}
