/* =========================================
   SPIELER-DETAILS.CSS – Spieler-Detailseite
   Info-Blöcke, Text (Titel/Layout/Charakter-Grid in site.css)
========================================= */

.spieler-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.spieler-text {
    line-height: 1.8;
    font-size: 17px;
    color: #222;
    white-space: pre-line;
}

.spieler-quote {
    font-size: 24px;
    font-style: italic;
    color: #666;
    margin-top: 12px;
}
