#content-comments,
.comments_face {
  background-color: #fff
}

.comments_face {
  font-size: 14px
}

.comments_face .comments {
  background-color: #f7f6f6;
  border-bottom: 2px solid #fff;
  padding: 10px
}

.comments_face .profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  height: 60px;
  justify-content: center;
  margin-right: 10px;
  width: 60px
}

.comments_face .comment-content img,
.comments_face .profile img {
  width: 100%
}

.comment-content img {
  padding: 10px 0;
  max-width: 300px;
}

.comment-status img,
.comments_face .comment-content img,
.comments_face .profile img {
  margin: 0 auto
}

.comments_face .comment-content {
  padding-left: 70px
}

.comments_face .name {
  margin: 0
}

.comments_face .name,
.comments_face .result {
  font-weight: 500
}

.comments_face .button,
.comments_face .name,
.comments_face .profile {
  cursor: pointer
}

.comments_face .comment-status {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  gap: 2px
}

.comments_face .comment-status span,
.comments_face .name {
  color: #000
}

.comments_face .button,
.comments_face .main-content span {
  color: red
}

.comments_face .clr {
  clear: both
}

.comments_face .comment-status span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  justify-content: start
}

.comments_face .profile img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}