/* Keeps the second-place entry distinct from ranks 4–10 on the TV leaderboard. */
.leaderboard-rank-two {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.82), rgba(37, 99, 235, 0.82)) !important;
  border-color: rgba(224, 242, 254, 0.96) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24), 0 0 22px rgba(56, 189, 248, 0.72);
}

.leaderboard-rank-two > span:first-child {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(3, 37, 76, 0.8);
}

.leaderboard-rank-two p {
  color: #ffffff;
}

.leaderboard-rank-two p.text-gray-500 {
  color: #dbeafe !important;
}

.leaderboard-rank-two .text-green-400 {
  color: #ecfeff !important;
  text-shadow: 0 1px 3px rgba(3, 37, 76, 0.7);
}
