.standings-leader-card {
            padding: 14px;
        }
        .standings-leader-head,
        .standings-leader-row {
            display: grid;
            grid-template-columns: 18px 24px minmax(0, 1fr) 24px 24px 24px 32px 28px;
            gap: 6px;
            text-align: center;
            align-items: center;
        }
        .standings-leader-head {
            padding-bottom: 6px;
            border-bottom: 1px solid #efe6d3;
            font-family: var(--mono);
            font-size: .58rem;
            color: var(--editorial-muted);
            letter-spacing: .12em;
            text-transform: uppercase;
        }
        .standings-leader-head .standings-leader-team {
            text-align: left;
        }
        .standings-leader-row {
            padding: 7px 0;
            border-top: 1px solid #efe6d3;
            font-size: .82rem;
        }
        .standings-leader-row:first-of-type {
            border-top: none;
        }
        .standings-leader-rank {
            font-family: var(--mono);
            font-weight: 800;
            font-size: .72rem;
            color: var(--editorial-muted);
        }
        .standings-leader-rank.is-leader {
            color: #1f6fb4;
        }
        .standings-leader-badge {
            color: #fff;
            font-family: var(--mono);
            font-weight: 800;
            font-size: .58rem;
            letter-spacing: .04em;
            border-radius: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 22px;
        }
        .standings-leader-team {
            text-align: left;
            font-weight: 600;
            color: var(--editorial-ink);
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .standings-leader-num {
            color: var(--editorial-muted);
        }
        .standings-leader-mono {
            font-family: var(--mono);
            font-size: .76rem;
        }
        .standings-leader-points {
            font-family: var(--serif);
            font-weight: 800;
            color: var(--editorial-ink);
            font-size: 1.05rem;
            letter-spacing: -.02em;
        }
