
/* CANTAIMY v7.6.81 — clear active indication for shuffle */
@media (min-width:821px){
  html body .player-refresh-v765 #shuffleBtn[aria-pressed="true"],
  html body .player-refresh-v765 #shuffleBtn.active{
    color:#ffffff!important;
    border-color:rgba(255,61,203,.95)!important;
    background:linear-gradient(135deg,rgba(114,73,255,.95),rgba(244,48,194,.96))!important;
    box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,0 0 20px rgba(239,56,201,.42)!important;
    transform:translateY(-1px)!important;
  }
  html body .player-refresh-v765 #shuffleBtn[aria-pressed="true"]::before,
  html body .player-refresh-v765 #shuffleBtn.active::before{
    background:#fff!important;
    filter:drop-shadow(0 0 4px rgba(255,255,255,.45))!important;
  }
  html body .player-refresh-v765 #shuffleBtn[aria-pressed="true"]::after,
  html body .player-refresh-v765 #shuffleBtn.active::after{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    right:2px;
    top:2px;
    background:#55f3ff;
    box-shadow:0 0 8px rgba(85,243,255,.95);
  }
  html body .player-refresh-v765 #shuffleBtn{position:relative!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important}
}

@media (max-width:820px){
  html body .player-refresh-v765 #shuffleBtn[aria-pressed="true"],
  html body .player-refresh-v765 #shuffleBtn.active{
    color:#59efff!important;
    text-shadow:0 0 10px rgba(89,239,255,.55)!important;
  }
}
