.comment-comp__title{display:inline-block;margin-bottom:20px;padding:7px 15px 5px;border-radius:15px;font-size:14px;font-weight:700;color:#fff}
.comment-comp__comment-box{margin-bottom:20px;padding:20px;border:3px solid #e4e7ec;border-radius:20px;line-height:1.7em;font-size:17px;position:relative}
.comment-comp__comment-box:before{content:"";position:absolute;top:100%;right:20px;width:12px;height:12px;margin-top:-5px;background:#fff;border-width:0 0 3px 3px;border-style:solid;border-color:#e4e7ec;transform:skewX(45deg) skewY(-45deg)}
.comment-comp__author-box{display:flex;justify-content:flex-end;align-items:center}
.comment-comp__author-box__list{margin-right:10px;max-width:65%;width:100%;text-align:right;word-break:break-all}
.comment-comp__author-box__list li+li{margin-top:3px}
.comment-comp__author-box__list span{display:inline-block;max-width:90%;font-size:14px;color:#9aa1a7}
.comment-comp__author-box__list strong{display:inline-block;margin-left:3px;max-width:30%;font-size:16px;font-weight:700}
.comment-comp__author-box__image{max-width:35%}
.comment-comp__author-box__image img{width:40px;border:2px solid #fff;border-radius:50%;background:#fff}
.comment-comp__author-box__image picture+picture img{margin-left:-20px}