/* Komponentregler for semantiske artistbilder og gjenbrukte tekstvarianter. */
img.artist-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.artist-hero-image--placeholder {
  background: linear-gradient(135deg, #1a1a1a 0%, #4a0e1f 100%);
}

.artist-prose--wide {
  max-width: none;
}

.artist-concert-resale-note {
  margin-top: 24px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: rgba(247,243,236,0.55);
}

.artist-concert-resale-note a {
  color: rgba(247,243,236,0.85);
  border-bottom: 1px dotted currentColor;
}

img.artist-related-card-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}
