
.comments_section{
  width:100%;

 }
 #sc-comments{
    width: 100%;
 }
  .sc-wrapper {
    padding: 10px;
    font-family: Arial, sans-serif;
}

.sc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.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: #6a6a6a;
}
.child_comment_li {
    margin-left: 60px;
    margin-top: 15px;
}
.child_comment_li .content_comment_li b{
  color: #002995;
}

.info_comment_li {
    display: flex;
    flex-direction: row;
}
.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: 36px !important;
  height: 30px !important;
  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{
    background-color: #f6f6f6;
    border-radius: 20px;
    padding:20px;
    margin-bottom:10px;
}
.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;
}
