.ls-comment-item.ls-god-comment {
    position: relative;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) calc(100% - 10px);
    background-color: #fff6f6;
    border-radius: 8px;
    padding: 10px;
}
.ls-comment-item.ls-god-comment > .ls-ci-main > .ls-ci-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ls-comment-item.ls-god-comment > .ls-ci-main > .ls-ci-header .ls-ci-bar-right {
    margin-left: auto;
}
.ls-comment-item.ls-god-comment .ls-ci-child-list {
    display: block;
    margin-top: 6px;
    margin-left: 4px;
    padding-left: 12px;
    border-left: 2px solid #f4f4f5;
}
.ls-comment-item.ls-god-comment .ls-ci-child-list > .ls-comment-item {
    display: block;
    margin-bottom: 8px;
}
.ls-god-comment-child-entry {
    color: #3b82f6;
    margin-left: 8px;
}
