/**
 * Salam — Pages légales
 */

/* Fond crème sur toute la page, comme les pages produit / recette. */
.legal-page {
	background-color: var(--salam-color-bg-cream);
}

/* Rapproche le fil d'Ariane de la bannière (moitié de l'espace haut). */
.legal-page .salam-section {
	padding-top: calc(var(--salam-spacing-section) / 2);
}

.legal-page__content {
	max-width: 800px;
	margin-inline: auto;
}

.legal-page__content h2 {
	font-family: var(--font-heading);
	color: var(--color-primary);
	margin-top: 2.5rem;
}

.legal-page__content h2:first-child {
	margin-top: 0;
}
