.commentCard{
    background: #fbf6ff!important;
}
.comment-level-{
    border-bottom: solid 1px #d5cdcd !important;
}
.comment-user{
    color: #6e6e75 !important;
    margin: 0;
}
.comment-time{
    color: #6e6e75 !important;
    font-weight: normal;
    margin: 0;
}
.comment-item {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.comment-header {
    font-weight: 500;
    color: #444;
    margin-bottom: 4px;
}

.comment-meta {
    color: #999;
    font-size: 13px;
}

.comment-body {
    margin-bottom: 8px;
}

.comment-actions {
    font-size: 13px;
    color: #8590a6;
    display: flex;
    gap: 12px;
}

.btn-reply,
.btn-like {
    background: none;
    border: none;
    cursor: pointer;
    color: #8590a6;
    padding: 0;
}

.btn-reply:hover,
.btn-like:hover {
    color: #1e80ff;
}

.reply-form {
    margin-top: 10px;
}
