.comment-card {
    border-radius: 12px;
    transition: all 0.2s ease;
}

.comment-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


.comment-item {
    font-size: 14px;
}

.comment-replies {
    border-left: 2px solid #e9ecef;
}

.avatar {
    flex-shrink: 0;
}

.comment-content {
    color: #333;
}