[hidden]{display:none!important}
#list .player{border-bottom:1px solid var(--line)}
aside footer details summary{cursor:pointer;font-weight:800;color:var(--navy);padding:7px 2px;list-style:none}
aside footer details summary:before{content:'�';display:inline-grid;place-items:center;width:25px;height:25px;margin-right:8px;border-radius:50%;background:var(--gold);color:var(--navy)}
aside footer details summary:after{content:'Abrir';float:right;color:var(--muted);font-size:11px;margin-top:6px}
aside footer details[open] summary:after{content:'Cerrar'}
.backupContent{padding-top:10px;border-top:1px solid var(--line);margin-top:7px}
@media(max-width:850px){
  aside{height:auto;max-height:none;overflow:visible}
  #list{min-height:360px;max-height:62vh;overflow-y:auto;padding:8px 14px}
  #list .player{min-height:88px;padding:11px 4px}
  #list .player img,#list .avatar{width:78px;height:68px;flex:0 0 78px}
  aside footer{position:relative;background:#fff}
}
@media(max-width:560px){#list{min-height:390px}}
