/*
  CUBE — Leaderboard page extras
  Styling for the "Prove it" tagline and the completed-projects
  criteria note. Additive only, does not touch leaderboard.css.
*/

.leaderboard-tagline {
  margin-bottom: 10px;
}

.leaderboard-tagline p {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #ff8fa0;
  background: rgba(227, 17, 54, 0.12);
  border: 1px solid rgba(227, 17, 54, 0.3);
  padding: 8px 18px;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.leaderboard-criteria-note {
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(242, 233, 233, 0.65);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-left: 3px solid #e31136;
  padding: 14px 18px;
  border-radius: 10px;
  margin: 16px 0 26px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 640px;
}
