.pb-participant-link,
.pb-current-player-link {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    text-underline-offset: 3px;
}

.pb-participant-link:hover,
.pb-current-player-link:hover {
    color: #315f89;
    text-decoration: underline;
}

.pb-participant-link:focus-visible,
.pb-current-player-link:focus-visible {
    border-radius: 4px;
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
