/* Occhiello e titolo nelle schede del Fondo Quotidiano. */

.notizie-card .notizie-eyebrow {
    margin: 0 0 0.5rem;
    color: #666;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
}

.notizie-card .gh-card-title {
    margin: 0;
}

@media (max-width: 700px) {
    .notizie-card .notizie-eyebrow {
        font-size: 1.6rem;
    }
}
