
.comment {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.comment:hover {
    background-color: #f9f9f9;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-meta {
    color: #666;
    font-size: 0.9em;
}

.comment-content {
    line-height: 1.6;
}
