
.comments_section{
  width:100%;

 }
 #sc-comments{
    width: 100%;
 }
  .sc-wrapper {
    padding:0;
    font-family: Arial, sans-serif;
}

.sc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding-bottom: 8px;
    
}
.cayviet_bl{
      background-color: red;
    padding: 2px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.div-sc-title{
  display: flex;
  justify-content: center;
    align-items: center;
    gap:10px;
}
.cayviet_bl svg{
   
    fill: #fff;
}
.sc-title {
    font-size: 16px;
    font-weight: bold;
    color:#0946B1
}

.sc-list-comments {
    margin-top: 10px;
}

.comment_li {
    margin-bottom: 20px;
}
.comment_li .content_comment_li b{
  color: #000;
}


.info_comment_li {
       display: flex;
    flex-direction: row;
    background: #fafafc;
    padding: 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ccc;
    position: relative;

      
    
}
.info_comment_li:after{
    content:"";
     width: calc(100% + 1px);

    height:50px;
    background: #fff;
    position: absolute;
    left:0;
    bottom:0;
    display: block;
     border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
     
    border-top: 1px solid #ccc;
    border-right: none;
}
.avatar_comment_li {
    flex-shrink: 0;
}
.avatar_comment_li img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: block
}
.child_comment_li .logo_pk_cm{
  width: 60px;
  height:60px;
  display: block;
  margin: 0 auto;

}

.name_comment_li {
    margin-left: 12px;
}

.name_comment_li b {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.content_comment_li{
 
    border-radius: 20px;
    padding:10px 0;
   
}
.content_comment_li p {
    margin: 5px 0 8px;
    line-height: 1.6;
    font-size: 15px;
   
}

.sc-actions {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #4faed8;
    align-items: center;
}

.sc-actions img {
    width: 16px;
    height: 16px;
}

.sc-time {
    color: #888;
}
.sc-actions a.reply{
    cursor: pointer;
      color: #888;
}
.sc-actions span.like_cm{
    cursor: pointer;
      color: #888;
}
.child_comment_li {
        margin-top: -30px;
    margin-left: 60px;
    
}
.child_comment_li .content_comment_li b{
  color: #000;

}
.child_comment_li .info_comment_li{
    background-color: #daeeff;
    border:none;
    border-radius: 0 !important;
}
.child_comment_li .info_comment_li::after{
    display: none;
}

.info_like_comment{
    display: flex;
    flex-direction: row;
    font-size: 14px;;
    justify-content: space-between;
        align-items: center;
        
                margin-bottom: 57px;
}
.info_like_comment a{
    color:#0946B1;
    
}
.thoigian_comment {
    display: flex;
    gap:15px;
}
.thoigian_comment span{
    color:#606060;
}
.cot_sao_love{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.cot_sao_love div{
    gap: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 5px;
    display: flex;
    align-items: center;
}
.child_comment_li .content_comment_li{
    padding: 5px;
}
.child_comment_li .info_like_comment{
    padding: 5px 0;
    margin-bottom:0;
}
.child_comment_li .thoigian_comment{
    padding-left: 5px;
}

@media screen and (max-width: 912px) {
    .thoigian_comment .sc-time{
        display: none;
    }
    .thoigian_comment {
       
        font-size: 12px;
    }
    .child_comment_li{
          margin-left: 20px;
    }
    .cot_sao_love{

        font-size: 12px;;
    }
    .cot_sao_love img{
        width:14px;
    }
}