.comments-thread .comments-thread {
  padding-inline-start: 15px;
  border-inline-start: 1px solid grey;
}
.comments-comment {
  border-bottom: 1px solid grey;
}
.comments-comment:last-child {
  border-bottom: none;
}
.comments-comment.mobile-hidden-comment {
  border-bottom: none;
}
.comment {
  padding: 24px 0px 13px;
}
.comment .comment-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 11px;
}
.comment .comment-heading .comment-authored {
  display: flex;
  flex: 1;
  align-items: center;
  margin-bottom: 11px;
  margin-inline-end: 15px;
}
.comment .comment-heading .comment-authored .author-avatar {
  margin-inline-end: 8px;
}
.comment .comment-heading .comment-authored .author-avatar img {
  object-fit: contain;
}
.comment .comment-heading .comment-authored .comment-meta .author-name {
  font-size: 520px;
  font-size: 16px;
  line-height: 24px;
}
.comment .comment-heading .comment-authored .comment-meta .comment-date {
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}
.comment .comment-heading .comment-actions .comment-action {
  margin-inline-end: 16px;
  margin-bottom: 16px;
}
.comment .comment-heading .comment-actions .comment-action:last-child {
  margin-inline-end: 0;
}
.comment .comment-body {
  margin-bottom: 11px;
}
.comment .comment-body .comment-content {
  font-size: 16px;
  line-height: 24px;
}
.comment .comment-body .comment-content img {
  max-width: 100%;
}
.comment .comment-footer .reply-actions .reply-action {
  margin-top: 10px;
  margin-inline-end: 16px;
  margin-bottom: 16px;
}
.comment .comment-footer .reply-actions .reply-action:last-child {
  margin-inline-end: 0;
}
.comment-form .form-group.comment-email.error,
.comment-form .form-group.comment-consent.error,
.comment-form .form-group.comment-content.error {
  color: #b55457;
}
.comment-form .send-form-ok {
  background: greenyellow;
  text-align: center;
  display: none;
}
.email-notification-deleted {
  display: none;
}
.email-notification-deleted textarea {
  height: 10rem;
}
