.lista-noticias-widget .noticia-item {
    margin-bottom: 20px;
    text-align: left;
}

.lista-noticias-widget .noticia-link {
    text-decoration: none;
    color: inherit;
}

.lista-noticias-widget .noticia-titulo {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    transition: color .18s ease-in-out;
}

.lista-noticias-widget .noticia-data {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}
