/* ============================================================
   Block: stats  (sections/block_stats.php)
   Stats strip — eyebrow + number/label items.
   Loaded only on pages that contain a "stats" block.
   Note: .stats-strip / .stat-item / .stat-number / .stat-label
   live in style.css (shared layout). This file adds block chrome.
   ============================================================ */

.block-stats {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.block-stats .eyebrow {
    text-align: center;
    margin-bottom: 2rem;
}

.block-stats .stat-number {
    color: var(--accent);
}
