/* Player info popup (chess-results style)
   Used on the Pairing & Results page (EventFiles/Index.cshtml).
-------------------------------------------------- */
.player-info-link {
    cursor: pointer;
}

a.player-info-link,
.player-info-link {
    text-decoration: none;
}

.player-info-link:hover {
    text-decoration: underline;
}

.player-info-detail td,
.player-info-results td,
.player-info-results th {
    padding: 0.25rem 0.5rem;
}

.player-info-detail .player-info-label {
    font-weight: 600;
    white-space: nowrap;
    width: 1%;
    color: var(--bs-secondary-color, inherit);
}

.player-info-results thead th {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    white-space: nowrap;
}
