.rank-badge {
    gap: 4px;
    min-width: 38px;
    height: 30px;
    font-size: 13px;
    line-height: 1;
}

.rank-badge svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

.rank-badge.top-1 {
    background: #fff7cc;
    color: #d97706;
}

.rank-badge.top-2 {
    background: #eef2f7;
    color: #64748b;
}

.rank-badge.top-3 {
    background: #ffead5;
    color: #c2410c;
}

.score-cell {
    text-align: center;
}

.table tr.unit-row td {
    background: white;
    border-left: 0;
}
