.page-stats{min-height:var(--view-height-without-navbar)}.page-stats h1{text-align:center}.page-stats .stats{display:flex;flex-wrap:wrap;padding:20px;margin:0 auto;max-width:var(--website-width);gap:20px}.page-stats .stats h2{text-align:left}.page-stats .stats .loader{display:flex;justify-content:center;align-items:center;height:50vh}.page-stats .stats .type{flex:1 1 0px;min-width:250px}.page-stats .stats .type .songs{gap:1rem;display:flex;flex-direction:column}.page-stats .stats .type .songs .song{border-radius:5px;padding:1rem;gap:1rem;background-color:var(--ui-bg-elevated);border:1px solid hsla(0,0%,100%,.1);display:flex;transition:border-color .3s}.page-stats .stats .type .songs .song:hover{border-color:var(--ui-primary)}.page-stats .stats .type .songs .song img{border-radius:5px}.page-stats .stats .type .songs .song .info{width:100%;text-align:left;align-content:center;overflow:hidden}.page-stats .stats .type .songs .song .info .title{font-weight:700}.page-stats .stats .type .songs .song .info .title p{margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.page-stats .stats .type .songs .song .info .artist{color:var(--color-text-secondary)}.page-stats .stats .type .songs .song .listeners{display:flex;align-items:center;text-align:right}.page-stats .stats .type .songs .song .listeners p{margin:0}.page-stats .stats .type .songs .song .listeners .trending{margin-right:10px}
