/* /noticias/ conserva la línea visual normal del sitio. */
.fsf-news-page .fsf-news-card b {
	color: #9a6c08;
}

/* Menú principal más legible. */
.fsf-nav a {
	font-size: 1.52rem;
	line-height: 1.2;
}

.fsf-nav .sub-menu a {
	font-size: 1rem;
}

/* Footer con una tipografía mayor. */
.fsf-footer__grid h3 {
	font-size: .72rem;
	line-height: 1.3;
}

.fsf-footer__grid a {
	font-size: .92rem;
	line-height: 1.45;
}

.fsf-footer__brand p {
	font-size: .92rem;
	line-height: 1.5;
}

.fsf-footer__legal {
	font-size: .64rem;
	line-height: 1.5;
}

/* Cabecera del carrusel centrada y con mayor presencia. */
.fsf-sponsor-carousel__heading {
	display: block;
	margin-bottom: 34px;
	text-align: center;
}

.fsf-sponsor-carousel__heading p {
	margin-bottom: 10px;
	font-size: clamp(.92rem, 1.5vw, 1.15rem);
	line-height: 1.2;
}

.fsf-sponsor-carousel__heading h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1;
}

@media (min-width: 760px) {
	.fsf-nav a { font-size: .79rem; }
	.fsf-nav .sub-menu a { font-size: .71rem; }
}
