.comment__content-container .comment__content .comment-author-picture {
  width: 50px;
  margin-top: 5px;
}
.comment__content-container .comment__content .comment-author-picture .user-widget-circle {
  background: var(--main-color);
  margin: 0;
  height: 40px;
  width: 40px;
}
.comment__content-container .comment__content .comment-author-picture .user-widget-circle .initials {
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  top: 0;
  color: white;
}
.comment__content-container .comment__content .comment-author-picture .user_comment_picture {
  max-height: 50px;
}
.comment__content-container .comment__content .comment-author-picture .user_comment_picture img {
  height: 40px;
  width: 40px;
}
.comment__content-container .comment__content p {
  margin: 0;
}
.comment__content-container .comment__content .comment-body-container {
  width: calc(100% - 50px);
  background: white;
  padding: 10px;
}
.comment__content-container .comment__content .comment-body-container .comment-body-container-header h6 {
  height: 20px;
  line-height: 15px;
  font-size: 13px;
  margin: 0;
}
.comment__content-container .comment__content .comment-body-container .comment-body-container-header .comment-date {
  line-height: 15px;
  height: 15px;
  font-size: 12px;
}
.comment__content-container .comment__content .comment-body-container .comment-body-container-header .colam_like_widget {
  flex: 0;
  height: 35px;
  align-items: center;
}
.comment__content-container .comment__content .comment-body-container .comment-body {
  margin-top: 10px;
}

form.comment-comment-form .js-filter-guidelines,
form.comment-comment-form .form-item-comment-body-0-format,
form.comment-comment-form #edit-comment-body-0-format-help {
  display: none;
}
form.comment-comment-form label {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  color: var(--main-color);
}
form.comment-comment-form label::after {
  display: none;
}
form.comment-comment-form .form-actions span,
form.comment-comment-form .form-actions input {
  width: 100%;
}