/* Página de listado de noticias — complementa articulos.css */

.noticias-page {
    background-color: var(--white);
}

.noticias-intro .milestones-intro-content {
    max-width: 720px;
}

.noticia-persona-row {
    margin-bottom: 8px;
}

.noticia-persona-row span {
    font-size: 11px;
    color: #666666;
}

.noticia-persona-row i {
    color: var(--accent-gold);
    margin-right: 5px;
}
