#comments .comment-overview .comment-stars-status {
  direction: ltr;
}
#comments .comment-overview .comment-stars-status > li {
  font-size: 14px;
  margin-bottom: 0.5rem;
  gap: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#comments .comment-overview .comment-stars-status > li .count {
  min-width: 50px;
  text-align: right;
}
#comments .comment-overview .comment-stars-status > li .label {
  gap: 0.25rem;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
  font-variation-settings: "wght" 600, "KSHD" 100;
}
#comments .comment-overview .comment-stars-status > li > progress {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 9px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  accent-color: var(--primary-color);
  background-color: #f0f0ff;
}
#comments
  .comment-overview
  .comment-stars-status
  > li
  > progress::-webkit-progress-bar {
  height: 5px;
  border-radius: 6px;
  background-color: #f0f0ff;
}
#comments
  .comment-overview
  .comment-stars-status
  > li
  > progress::-webkit-progress-value {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(5.07%, #195bdc),
    to(#aeddff)
  );
  background: linear-gradient(270deg, #195bdc 5.07%, #aeddff 100%);
  border-radius: 6px;
}
#comments
  .comment-overview
  .comment-stars-status
  > li
  > progress::-moz-progress-bar {
  background: linear-gradient(270deg, #195bdc 5.07%, #aeddff 100%);
  border-radius: 6px;
}
#comments .commentslist .commnetbody {
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e4e7f2;
}
#comments .commentslist .commnetbody .comment-meta {
  gap: 0.75rem;
}
#comments .commentslist .commnetbody .comment-meta .votes {
  gap: 0.5rem;
  direction: ltr;
  line-height: 20px;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
#comments .commentslist .commnetbody .comment-actions .comment-reply-link {
  margin-left: 1.5rem;
}
#comments .commentslist .commnetbody .comment-actions .btn-feedback {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#comments .commentslist .commnetbody .comment-actions .btn-feedback.waiting {
  opacity: 0.5;
  pointer-events: none;
}
#comments .commentslist .commnetbody .comment-actions .btn-feedback.liked,
#comments .commentslist .commnetbody .comment-actions .btn-feedback.disliked {
  color: #185adb;
}
#comments .commentslist li ul {
  margin-top: 0.7rem;
  -webkit-margin-start: 1.5rem;
  margin-inline-start: 1.5rem;
}
#comments .commentslist li ul.children li.bypostauthor > .commnetbody {
  border-color: #f5fcf5 !important;
  background-color: #f5fcf5 !important;
}
#comments
  .commentslist
  li
  ul.children
  li.bypostauthor
  > .commnetbody
  .commenter {
  color: var(--primary-color);
}
#comments
  .commentslist
  li
  ul.children
  li.bypostauthor
  > .commnetbody
  .comment-time {
  display: none;
}
#comments .commentslist li ul.children li .commnetbody {
  background-color: #fafafb;
  border-color: #fafafb;
}
#comments .commentslist li:not(:last-child) {
  margin-bottom: 0.75rem;
}
#comments .commentslist #respond {
  margin-bottom: 1.5rem;
}
#comments .commentslist #respond #cancel-comment-reply-link {
  color: #ea5861;
}
@media (max-width: 360px) {
  #file {
    max-width: 97px;
  }
}
@media (max-width: 576px) {
  .single-entry .entry-section {
    padding: 1.5rem;
  }
  .single-entry .commentform #progressbar .label {
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .entry-advantages,
  .entry-options {
    min-width: 100%;
  }
  #comments .commentslist li ul {
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem;
  }
  #comments .comment-overview .comment-stars-status > li .count,
  #comments .comment-overview .comment-stars-status > li .label {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}