/* SphereNexus v2.0 — compact supporting post titles. */

/* The four supporting hero cards must remain visually lighter than the main story. */
.sn-hero-v16-side-card h2,
body .sn-hero-v16-side-card h2 {
    margin: 0 0 7px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    -webkit-line-clamp: 2;
}

.sn-hero-v16-side-card__body {
    padding: 11px 13px 10px;
}

.sn-hero-v16-side-card__category {
    font-size: 7px;
    font-weight: 500;
}

.sn-hero-v16-side-card .sn-read-more-link {
    font-size: 9px;
    font-weight: 500 !important;
}

@media (max-width: 1180px) {
    .sn-hero-v16-side-card h2,
    body .sn-hero-v16-side-card h2 {
        font-size: 14px !important;
    }
}

@media (max-width: 760px) {
    .sn-hero-v16-side-card h2,
    body .sn-hero-v16-side-card h2 {
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .sn-hero-v16-side-card__body {
        padding: 9px 10px 9px;
    }
}
