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