/* Kommentare */
.comments-area {
    margin-top: 3rem;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.comment .comment-author {
    font-weight: bold;
}

.comment .comment-meta {
    font-size: 0.875rem;
    color: #666;
}

.comment .comment-content {
    margin-top: 0.5rem;
}