/* A-TOM Artists Styles */
.artist-chips { display:flex; flex-wrap:wrap; gap:.5rem; margin:.75rem 0; }
.artist-chip {
  display:inline-block; padding:.35rem .6rem; border:1px solid #00ff00;
  border-radius:999px; text-decoration:none; color:#00ff00;
  font-weight:600; font-size:.9rem; transition:transform .12s ease;
}
.artist-chip:hover { transform: translateY(-1px); }

.artist-list { list-style:none; padding:0; margin:1rem 0; }
.artist-list li { break-inside:avoid; margin:.15rem 0; }
.artist-list a { text-decoration:none; color:#00ff00; font-weight:600; }
.artist-list a:hover { text-decoration:underline; }
