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

.comment-list li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.comment-author {
    font-weight: bold;
    color: #1a237e;
}

.comment-meta {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 8px;
}

.comment-content {
    font-size: 16px;
    line-height: 1.6;
}
