/* Special Effects */

/* Patron Gradients */

.player.patron[data-username='solegenddairy'] .name {
   background-image: linear-gradient(-45deg, white, #7cc3fa);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent;
}

/* Title Effects */

[data-title-effect='Golden'] {
   color: gold;
   filter: drop-shadow(0.5px 0.75px 5px yellow);
}
