/* ═══════════════════════════════════════════════════════════════
   Typography — globale Text-Klassen (Titel, Subtitles, etc.)
   ═══════════════════════════════════════════════════════════════ */

/* ── Sektions-Titel (z.B. "Collection-Profile", "Chunking-Profile") ── */
.z-section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--z-text);
    margin: 0 0 0.2rem 0;
    line-height: 1.3;
}

/* ── Sektions-Beschreibung (unterhalb des Titels) ── */
.z-section-subtitle {
    font-size: 0.78rem;
    color: var(--z-text-muted);
    line-height: 1.4;
}
