/* /Components/Pages/Scoreboard.razor.rz.scp.css */
/* Scoreboard desktop grid styling */

/* Two-line cell: last name on top, pts below */
.wc-cell-content[b-9e9eso6hpd] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1px;
    line-height: 1.25;
    width: 100%;
}

/* Bottom row: points + placement badge */
.wc-pts-row[b-9e9eso6hpd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wc-name-link[b-9e9eso6hpd] {
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 88px;
    display: block;
}

/* Points sub-label — smaller and subdued beneath the name */
.wc-pts-sub[b-9e9eso6hpd] {
    font-size: 0.70rem;
    opacity: 0.70;
    line-height: 1;
    white-space: nowrap;
}
