.fayatak-carousel__video-wrap { position: relative; }
.fayatak-yt-facade {
  position: absolute; inset: 0; width: 100%; height: 100%;
  padding: 0; border: 0; cursor: pointer;
  background: #000 center / cover no-repeat;
}
.fayatak-yt-facade__play {
  position: absolute; top: 50%; left: 50%;
  width: 68px; height: 48px; transform: translate(-50%, -50%);
  border-radius: 14%; background: #f00; transition: background .15s ease;
}
.fayatak-yt-facade__play::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border: solid transparent; border-width: 11px 0 11px 19px; border-left-color: #fff;
}
.fayatak-yt-facade:hover .fayatak-yt-facade__play,
.fayatak-yt-facade:focus-visible .fayatak-yt-facade__play { background: #c00; }
.fayatak-yt-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* Artist-Links (generisches Mehrfach-Link-Feld) */
.artist-links { list-style: none; margin: .5rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.artist-link {
  display: inline-flex; align-items: center; gap: .4em;
  text-decoration: none; line-height: 1; font-weight: 600;
}
.artist-link svg { flex: 0 0 auto; }
.artist-link span { white-space: nowrap; }
.artist-link:hover { text-decoration: underline; }
