/* Benutzerdefinierte Stile für die Kommentar-Sektion */

.comment-list .comment {
    border-bottom: 1px solid #e9ecef; /* Leichte Trennlinie zwischen Kommentaren */
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.comment-list .comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment .card {
    border: none; /* Entfernt den doppelten Rahmen innerhalb des Kommentars */
}

.comment .card-body {
    font-size: 0.9rem;
    line-height: 1.5;
}

.comment strong {
    color: var(--primary-color); /* Hebt den Benutzernamen hervor */
}

/* Stellt sicher, dass das Kommentarfeld eine angemessene Größe hat */
#comment {
    min-height: 100px;
}
