/* SNS Apex Pace - Practice Leaderboard cleanup */

.apex-reference-bar .apex-reference-card{
  border-color:rgba(224,174,62,.42)!important;
  background:
    linear-gradient(
      135deg,
      rgba(224,174,62,.075),
      rgba(23,29,37,.96) 42%,
      rgba(23,29,37,.98)
    )!important;
}

.apex-reference-card .pace-reference-kicker{
  color:#e0ae3e!important;
}

.apex-reference-card .pace-reference-time{
  color:#efbd4d!important;
}

.apex-reference-card .pace-reference-source{
  color:#aeb4bd!important;
}

.apex-reference-card .pace-reference-classes{
  color:#e6c66f!important;
}

.reference-pace-hero-actions .button[href="reference-pace.html"]{
  border:1px solid rgba(224,174,62,.72)!important;
  background:linear-gradient(180deg,#e2b144,#c58d1f)!important;
  color:#090b0e!important;
  font-weight:900!important;
}

.reference-pace-hero-actions .button[href="reference-pace.html"]:hover{
  filter:brightness(1.08);
}
