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

/* Compact combined weight-class columns (name + pts stacked) */
[b-9e9eso6hpd] .wc-col-header,
[b-9e9eso6hpd] .wc-col-cell {
    min-width: 72px;
    max-width: 96px;
    padding-left: 6px !important;
    padding-right: 4px !important;
}

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

.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;
}

[b-9e9eso6hpd] .scoreboard-grid .mud-table-container {
    overflow-x: auto;
}
