/**
 * Section Éditorial — mise en page pleine largeur.
 *
 * Toutes les règles sont préfixées par .category-editorial : aucune autre
 * page du site n'est touchée. Le CSS additionnel du personnalisateur est
 * chargé après ce fichier, donc vos ajustements y auront toujours priorité.
 */

.category-editorial .feed__grid {
	grid-template-columns: 1fr;
	gap: 4.5rem;
}

.category-editorial .card__media {
	aspect-ratio: 21 / 9;
}

.category-editorial .card__title {
	font-size: clamp(1.7rem, 2.6vw, 2.5rem);
	line-height: 1.15;
}

.category-editorial .card__excerpt--full {
	max-width: 68ch;
}

.category-editorial .card__excerpt--full p + p {
	margin-top: 1em;
}

.category-editorial .card__more {
	margin-top: 1.25rem;
}
