/* Occhielli uniformi nelle schede della home e degli archivi. */

.gh-card .notizie-eyebrow {
    box-sizing: border-box;
    margin: 0 0 0.5rem;
    color: #666;
    font-size: var(--if-card-eyebrow-size-v1211, 1.8rem);
    font-weight: 600;
    line-height: 1.25;
}

.gh-card.if-uniform-eyebrow-v1211 .notizie-eyebrow {
    height: 4.5rem;
}

.gh-card .notizie-eyebrow.if-eyebrow-long-v1211 {
    --if-card-eyebrow-size-v1211: 1.65rem;
}

.gh-card .notizie-eyebrow.if-eyebrow-extra-long-v1211 {
    --if-card-eyebrow-size-v1211: 1.5rem;
}

.gh-card.if-uniform-eyebrow-v1211 .notizie-eyebrow.if-eyebrow-overflow-v1211 {
    height: auto;
}

.gh-card .gh-card-title {
    margin: 0;
    text-wrap: balance;
}

@media (max-width: 700px) {
    .gh-card .notizie-eyebrow,
    .gh-card.if-uniform-eyebrow-v1211 .notizie-eyebrow {
        height: auto;
        font-size: 1.6rem;
    }
}
