/* v0.9.84 · equal visible spacing between leaderboard cards and both panel sides */

@media (min-width: 821px) {
  body.home-screen #leaderboardPanel .leaderboard-list {
    /* Left card gap is 14px via the panel padding. Keep the same 14px
       between the cards and the scrollbar at the panel's right edge. */
    padding-right: 14px !important;
  }
}
