/* FW Related Posts — styles minimaux (carte cliquable accessible). */

.fw-rp-related-item.fw-rp-is-clickable {
	position: relative;
}

/* Lien étiré : couvre toute la carte sans imbriquer de <a>. */
.fw-rp-related-item.fw-rp-is-clickable .fw-rp-stretched-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	/* Pas de texte visible : libellé porté par aria-label. */
	font-size: 0;
}

.fw-rp-related-item.fw-rp-is-clickable .fw-rp-stretched-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Les liens internes (titre, lien, image) restent cliquables au-dessus. */
.fw-rp-related-item.fw-rp-is-clickable a:not(.fw-rp-stretched-link) {
	position: relative;
	z-index: 2;
}

.fw-rp-image img {
	height: auto;
	max-width: 100%;
}
