/**
 * Estilos de la página de herramienta (templates/single-herramienta.html) y furniture
 * compartida (breadcrumbs, slot de anuncio). Los colores/tipos vienen de theme.json.
 */
.fltc-tool-page {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
}

.fltc-tool-title {
	margin-bottom: 0.5rem;
	font-size: clamp( 1.9rem, 3vw, 2.6rem );
	line-height: 1.15;
}

.fltc-tool-intro {
	margin: 0 0 1.5rem;
	max-width: 46em;
	font-size: 1.05rem;
	opacity: 0.75;
}

.fltc-rule.wp-block-separator {
	margin: 0 0 2rem;
	border: none;
	border-top: 1px solid var( --wp--preset--color--linea, #D8D4C6 );
}

.fltc-breadcrumbs {
	margin: 0 0 1.5rem;
	font-size: 0.85rem;
	opacity: 0.7;
}

.fltc-breadcrumbs a {
	color: inherit;
	text-decoration: underline;
}

/*
 * Espacio reservado para el slot de anuncio aunque esté vacío, para no introducir Cumulative
 * Layout Shift el día que se active AdSense (adsense-implementation.md).
 */
.fltc-ad-slot {
	min-height: 0;
	margin: 1.5rem 0;
}

.fltc-ad-slot[data-ads-activos="1"] {
	min-height: 100px;
}
