/* Container anpassen, um Redundanz visuell zu minimieren */
.card-body p {
    min-height: 50px; /* Platzhalter für Beschreibung */
}

/* Optional: Die "System"-Bereiche optisch absetzen */
.card-body dl {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

/* Hilfsklassen für das JS-Tab-System */
.tab-pane { display: none; }
.tab-pane.active { display: block; }