.ls-comment-item.ls-god-comment {
    position: relative;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 20px;
    background-color: #fff6f6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
}
.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 {
    margin-top: 6px;
    margin-left: 4px;
    padding-left: 12px;
    border-left: 2px solid #f4f4f5;
}
.ls-god-comment-child-entry {
    font-size: 12px;
    color: var(--ls-theme-color, #2563eb);
    cursor: pointer;
    margin-left: 12px;
}
.ls-god-comment-child-entry:hover {
    opacity: 0.7;
}
.ls-god-comment-child-entry em {
    font-style: normal;
}
