.ugrad-stat-with-icon {
    text-align: center;
    margin-block: 1rem;
}

.ugrad-stat-with-icon-stat {
    font-size: clamp(2rem, 7.5vw, 3rem) !important;
    font-weight: 900 !important;
    margin: .25rem 0 !important;
    color: #fff !important;
    line-height: 1.2;
}

.ugrad-stat-with-icon-blurb {
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #fff !important;
}

.ugrad-stat-with-icon i {
    font-size: clamp(3.5rem, 5vw, 4.5rem) !important;
    margin: 0 auto;
    display: block;
}

/* =============================================================
   Dark Mode — Statistic With Icon Block
   Stat and blurb are already color:#fff — designed for coloured
   backgrounds. Dark mode ensures the icon matches and the block
   reads cleanly when placed on a dark page background.
   ============================================================= */

[data-theme="dark"] .ugrad-stat-with-icon i {
    color: #e0e0e0;
}

/* When the block sits directly on a dark page (no coloured
   wrapper behind it), white text stays white — no changes needed
   for stat/blurb since they're already forced #fff. */