/* LIVE Rosenau */

.artists {
  /* flex-wrap: wrap; */
  gap: 0 5px;
}
.artists li:not(:last-child):after {
  content:", ";
}