/* fragment */

/* 覆盖通用样式 */
#comments > ol > li {
    margin-top: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 var(--margin);
}

/* 为评论列表容器添加整体样式 */
#comments > ol {
    background: var(--background);
    border: var(--border);
    border-radius: var(--radius);
    box-shadow: var(--box-shadow);
    padding: var(--margin);
    position: relative;
}

#comments .lovers_avatar{
    justify-content: flex-end;    
    padding: 0.5rem 0 0 0;
}

.cat_fragment {
    display: flex;
    flex-direction: column;
}
.cat_fragment .comment_infos{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;   
    color: var(--colorF);
    margin: 0.5rem;
    gap: 0.5rem;
}
.cat_fragment .comment_infos>*{
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.75rem;
    /*border: 1px solid rgb(141 138 209 / 43%);*/
    backdrop-filter: blur(2rem);
}

@media (max-width:650px) {
    #comments > ol > li {
        padding-top: 1.5rem;
    }
}

#comments select {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.5rem;
}
/* fragment end */


/* 隐藏动态作者信息 */
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_comment_reply,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_left_line,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .cat_left_circle,
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .user{
    display: none!important;
}
/* 修改动态作者内容格式 */
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .substance {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
#comments>ol>li.cat_comment_parent>.comment_middle .cat_comment_body .content .substance p{
    background: url(data:image/webp;base64,UklGRngAAABXRUJQVlA4WAoAAAAwAAAABAAAJwAAQUxQSBwAAAABHyAQSLbYnzSNiIgYCtlGgOYPeEqvQET/k7twVlA4IDYAAACQAgCdASoFACgAPi0ShkKhoQ1SAAwBYlpAACkt4AD+/qVKn5EwPEXXT2ko/fsLBnK5w/BJoAA=);
    line-height: 2.5rem;
    margin: 0 0;
    padding: 0 0.5rem;
    min-height: auto;
    box-shadow: unset;
    /*outline: 0.5rem solid var(--colorA);*/
}
#comments>ol>.cat_comment_parent>.comment_middle .cat_comment_body {
    margin: 0;
}

/* 非-首条评论 空位 */
#comments .cat_comment_parent .cat_comment_replyout .cat_comment_body {
    margin-left: 3rem;
}
#comments>ol>li>.comment-children>ol>li>.comment_middle .cat_comment_body {
    margin: 0.5rem 0;
}

/* 隐藏展开按钮 */
#comments .comment_infos .eye_button_close {
    display: none;
    align-items: center;
}

#comments .comment_infos .eye_button_open {
    display: flex;
    align-items: center;
}
/* 隐藏小评论的时间 */
.cat_comment_child .comment_infos{
    display: none;
}

#comments>ol>li>.comment-children {
    border-top: 1px dashed var(--theme-30);
    padding-top: 1rem;
    margin-top: 1rem;
}

#comments>ol>li>.comment-children .comment-children .cat_comment_body .avatar {
    width: 2rem;
    height: 2rem;
}
/* 动态页媒体宽度限制
#comments cat_post_album_cube,
#comments cat_article_video,
#comments cat_post_image{
    max-width: 500px;
}
 */
