/* ============================================================
   CRAV Text Reveal — line clip structure
   ============================================================ */

.crav-text-reveal .crav-tr-line-outer {
	display: block;
	overflow: hidden;
	/* Preserve inline context for heading/paragraph elements */
	line-height: inherit;
	/*
	 * overflow:hidden rogne sur la boîte « ligne » : ascendants / descenders (p, g, virgules).
	 * Un peu de padding vertical sur le masque ; marges négatives pour ne pas écarter les lignes.
	 */
	padding-top: 0.12em;
	padding-bottom: 0.22em;
	margin-top: -0.12em;
	margin-bottom: -0.22em;
}

.crav-text-reveal .crav-tr-line-inner {
	display: block;
}

/* Word measure spans — purely structural, no visual impact */
.crav-text-reveal .crav-tr-word {
	display: inline;
}
