/* ===== View-specific polish ===== */
/* album/artist/playlist shared detail spacing tweaks */
.detail-view .copyright { margin-top: 26px; font-size: .72rem; }
.artist-view .hero-art-holder img.round-clip { border-radius: 50%; }
.show-more-link {
  color: var(--text-subdued); font-weight: 800; font-size: .82rem;
  letter-spacing: .02em; margin-top: 6px;
}
.show-more-link:hover { color: #fff; }
.popular-wrap { margin-bottom: 8px; }
.popular-wrap h2 { margin-bottom: 10px; }
.page-title { margin-bottom: 6px; }
.search-browse h1 { padding-top: 4px; }
.queue-head-pad { height: 12px; }
.gen-shelf-gap { height: 20px; }

/* hero search focus ring like Spotify */
.tb-searchbox:focus-within { outline: 2px solid #fff; }
