/* Notícias (página /novo/noticias) — estilos específicos */

.news-hero-img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.content-rich img {
    max-width: 100%;
    height: auto;
}

