.kt-comment-message {
      line-height: 1.5;
}
.kt-reply-to a {
    font-weight: 400 !important;
    font-size: 1.25rem !important;
}
.kt-ratings-wrap .flex-grow-1 .text-xs {
  display: none;
}
.d-flex {
  display: flex;
}
.comment-name-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
#kt .kt-comment {
  background: #fbfbfb !important;
}
.o-snackbar .fd-ratings-overall {
  display: none !important;
}

@media(max-width:576px) {
  .comment-name-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}