.PlayList{position:relative;height:0;transition:height var(--animate-fast) ease;display:flex;flex-direction:column}.PlayList.minimized{height:0px}.PlayList h3{flex-shrink:0}.PlayList-header{display:flex;align-items:center;margin-bottom:var(--space-2);padding-top:var(--space-2)}.PlayList-header h3{margin:0;margin-left:var(--space-1)}.PlayList-list{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;min-height:0}.PlayList-item{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);font-size:var(--text-sm)}.PlayList-item-thumbnail{width:32px;height:32px;border-radius:4px;flex-shrink:0;cursor:pointer}.PlayList-item-info{flex:1;min-width:0;cursor:pointer;display:flex;flex-direction:column;overflow:hidden}.PlayList-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PlayList-item-artist{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--gray-800)}.PlayList-list button{background:none;border:none;cursor:pointer;font-size:var(--text-md);padding:0;color:var(--primary-blue);flex-shrink:0;align-self:flex-start}.PlayList-remove-btn{color:var(--primary-blue)!important;transition:opacity .2s ease}.PlayList-remove-btn:hover{opacity:.7}
