/* Make the player cards behave like blocks now that they're <a> links */
.featured-player-card,
.player-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
