#mainComments{
    margin-top: 16px;
    border-top: 1px solid #D8D8D8;
    padding-top: 16px;
}
.commentsHeader{
    border-bottom: solid 1px #D8D8D8;
    width: 100%;
}
.commentsHeader span{
    /* display: flex; */
    width: min-content;
    color: #4E5259;
    border: solid 1px #D8D8D8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 3px solid #c90000;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 700;
}
.comHeader{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 4px solid #c90000;
    border-image: linear-gradient(#c90000, #a90000) 1;
    padding-left: 8px;
    height: 32px;
    font-size: 14px;
    margin-bottom: 24px;
}
.comHeader span{
    font-weight: 700;
}
.comment{
    margin-bottom: 16px;
    border-bottom: 1px solid #D8D8D8;
}
.commentHeader{
    margin-bottom: 10px;
}
.commentAuthor{
    font-weight: 700;
    font-size: 14px;
}
.commentPub{
    font-size: 12px;
    margin-left: 2px;
    color: #696969;
}
.commentBody{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
.commentFooter{
    font-size: 12px;
    color: #606669;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.commentFooter img{
    height: 12px;
    width: min-content;
    margin-bottom: 0;
    padding-left: 2px;
}
.likes{
    display: flex;
    align-items: center;
    gap: 8px;
}
.like img{
    padding-left: 4px;
    padding-right: 2px;
}
.replyCount img{
    padding-left: 2px;
}
.likes a{
    display: flex;
    align-items: center;
}

.reply{
    margin-left: 16px;
    padding-left: 16px;
    margin-top: -16px;
    border-left: 1px solid #c90000;
}
.reply .commentHeader{
    padding-top: 10px;
}