/* Public leaderboard polish: luxury header title. Avatar crop/zoom is now stored per player. */

/* Match the leaderboard title to the Joey Schitz / Milo Giggles champagne-gold treatment. */
.leaderboard-public-heading h2 {
  color: #fff2c8;
  background: linear-gradient(
    180deg,
    #fffdf6 0%,
    #fff0c8 17%,
    #f1d18d 36%,
    #c8933e 54%,
    #efd38a 72%,
    #fff8df 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: .35px rgba(255, 244, 210, .72);
  filter:
    drop-shadow(0 1px 0 rgba(255, 247, 220, .28))
    drop-shadow(0 3px 0 rgba(75, 45, 18, .95))
    drop-shadow(0 8px 12px rgba(0, 0, 0, .58))
    drop-shadow(0 0 12px rgba(238, 199, 112, .24));
}
