/* ====== Pre‑footer del contenido principal (elnacionalista.net) ====== */
.prefooter {
margin-top: 2.5rem;
padding: 3rem 0;
border-top: 1px solid rgba(0,0,0,.08);
background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0));
}
.prefooter__wrap {
max-width: 60ch;
}
.prefooter__title {
margin: 0 0 .5rem 0;
font-size: 1.35rem;
line-height: 1.25;
}
.prefooter__text {
margin: 0 0 1.25rem 0;
opacity: .85;
}
/* Un poco de aire al final del main para que no “muerda” el borde */
#main .inner {
padding-bottom: 2rem;
}
@media (max-width: 980px) {
.prefooter { padding: 2rem 0; }
.prefooter__title { font-size: 1.2rem; }
}
/* Opcional: icono junto al título si lo usas */
.prefooter__title .icon {
margin-right: .5rem;
}
