/*
 * Mise en forme éditoriale ActuRhin.
 * Les règles sont volontairement limitées aux articles explicitement formatés
 * par l'ability acturhin/format-article.
 */

.single article.acturhin-formatted .entry-content p {
	margin-top: 0;
	margin-bottom: 0.9em;
}

.single article.acturhin-formatted .entry-content h2 {
	margin-top: 1.65em;
	margin-bottom: 0.65em;
}

.single article.acturhin-formatted .entry-content h3 {
	margin-top: 1.4em;
	margin-bottom: 0.55em;
}

.single article.acturhin-formatted .entry-content .acturhin-chapo,
.editor-styles-wrapper .acturhin-chapo {
	font-size: clamp(1.12rem, 1.5vw, 1.25rem);
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.15em;
}

.single article.acturhin-formatted .entry-content .acturhin-article-image,
.editor-styles-wrapper .acturhin-article-image {
	margin-top: 1.1em;
	margin-bottom: 1.35em;
}

.single article.acturhin-formatted .entry-content .acturhin-article-image img,
.editor-styles-wrapper .acturhin-article-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.single article.acturhin-formatted .entry-content .acturhin-article-image figcaption,
.editor-styles-wrapper .acturhin-article-image figcaption {
	font-size: 0.86em;
	line-height: 1.4;
	margin-top: 0.45em;
}
