/*
 * Asset de composant chargé uniquement sur les pages de listing (cf. inc/assets.php).
 * Effets discrets ; le mouvement est neutralisé par prefers-reduced-motion (style.css).
 */
.article-cards article {
	transition: transform var(--wp--custom--transition--base, 180ms ease);
}
.article-cards article:hover :where(.wp-block-post-featured-image) {
	filter: brightness(0.97);
}
.article-cards .wp-block-post-title a {
	text-decoration: none;
}
.article-cards .wp-block-post-title a:hover,
.article-cards .wp-block-post-title a:focus-visible {
	text-decoration: underline;
}
