.current-resources {
  margin-top: 1rem;
}

.leaderboard-wrapper {
  margin-top: 1rem;
}

.rank-row {
  align-items: center;
  border-radius: .6rem;
  display: grid;
  grid-template-areas: "rank avatar username record points";
  grid-template-columns: 3rem 4rem 1fr 10rem 4rem;
  padding: .5rem;
  text-decoration: none;
}

.rank-row:nth-child(even) {
  background-color: #58586530;
}

.rank-row:focus,
.rank-row:hover {
  background-color: #D9734430;
  color: inherit;
}

.leaderboard-username {
  overflow: hidden;
  padding-right: .5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
