/* Small layout fixes shared by the main site and Releases. */
.world{display:flex;flex-direction:column}
.world p{flex:1}
.world .pill{margin-top:auto;align-self:flex-start}

/* Featured Beats are a curated selection, not a public ranking.
   Keep every row fast to scan: small artwork left, concise copy right. */
#charts .rank,
#charts .play,
#charts .chart-tag{display:none!important}
#charts .track.track-button.with-cover{grid-template-columns:48px minmax(0,1fr)!important;gap:11px;padding:9px 11px;align-items:center}
#charts .chart-cover{width:46px;height:46px;border-radius:9px}
#charts .track-copy{min-width:0}
#charts .track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.25}
#charts .meta{margin-top:2px;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media(max-width:560px){
  #charts .track.track-button.with-cover{grid-template-columns:42px minmax(0,1fr)!important;gap:9px;padding:8px 9px}
  #charts .chart-cover{width:42px;height:42px}
  #charts .track-title{font-size:13px}
  #charts .meta{font-size:10.5px}
}
