/*
 * Intégration de l'image mise en avant sur templates/single.html : ratio
 * contenu (pas de bord à bord), coins arrondis et ombre légère pour
 * s'accorder avec le langage visuel des cartes (post-card.css, faq.css).
 */
.solea-article-image {
	margin: clamp(24px, 4vw, 40px) 0 0;
}

.solea-article-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 480px;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 12px 32px -16px rgba(57, 18, 102, 0.25);
}
