/* ============================
   Eigene Stilregeln für Konzertartikel
   ============================ */

/* Horizontale Linie – dezent in #A8BFA1 */
.article-content hr {
  border: none;
  border-top: 1px solid #A8BFA1;
  margin: 20px 0;
  display: block;
}

/* Künstlername – hervorgehoben in #8B1A2B */
.article-content strong.kuenstlername {
  color: #8B1A2B;
  font-weight: bold;
}
