.hold-text {
  background: #F5F5F5;
  margin: 0;
  padding-top: 30px;
  font-weight: bold;
}

.hold {
  background-color: #F5F5F5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.reply {
  margin-left: 105px;
}
@media (max-width: 615px) {
  .reply {
    margin-left: 50px;
  }
}

.flib-comments-list,
.flib-replies-list {
  margin-bottom: 60px;
}
.flib-comments-list .flib-comment,
.flib-comments-list .flib-reply,
.flib-replies-list .flib-comment,
.flib-replies-list .flib-reply {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
.flib-comments-list .flib-comment .comment-avatar,
.flib-comments-list .flib-reply .comment-avatar,
.flib-replies-list .flib-comment .comment-avatar,
.flib-replies-list .flib-reply .comment-avatar {
  min-width: 75px;
  height: 75px;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.75rem;
}
@media (max-width: 615px) {
  .flib-comments-list .flib-comment .comment-avatar,
.flib-comments-list .flib-reply .comment-avatar,
.flib-replies-list .flib-comment .comment-avatar,
.flib-replies-list .flib-reply .comment-avatar {
    min-width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.flib-comments-list .flib-comment .comment-content-wrapper,
.flib-comments-list .flib-reply .comment-content-wrapper,
.flib-replies-list .flib-comment .comment-content-wrapper,
.flib-replies-list .flib-reply .comment-content-wrapper {
  display: flex;
  flex-direction: column;
}
.flib-comments-list .flib-comment .comment-content-wrapper .comment-head,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-head,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-head,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-head {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5px;
}
@media (max-width: 615px) {
  .flib-comments-list .flib-comment .comment-content-wrapper .comment-head,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-head,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-head,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-head {
    flex-direction: column;
  }
}
.flib-comments-list .flib-comment .comment-content-wrapper .comment-head .comment-author,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-head .comment-author,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-head .comment-author,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-head .comment-author {
  font-weight: 600;
  color: #000;
  margin-right: 5px;
}
.flib-comments-list .flib-comment .comment-content-wrapper .comment-head .comment-date,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-head .comment-date,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-head .comment-date,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-head .comment-date {
  color: #636362;
}
.flib-comments-list .flib-comment .comment-content-wrapper .comment-footer,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-footer,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-footer,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-footer {
  margin-top: 2.5px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 425px) {
  .flib-comments-list .flib-comment .comment-content-wrapper .comment-footer .comment-view-replies,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-footer .comment-view-replies,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-footer .comment-view-replies,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-footer .comment-view-replies {
    font-size: 0.9rem;
  }
  .flib-comments-list .flib-comment .comment-content-wrapper .comment-footer .divider,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-footer .divider,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-footer .divider,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-footer .divider {
    font-size: 0.9rem;
  }
  .flib-comments-list .flib-comment .comment-content-wrapper .comment-footer .comment-reply,
.flib-comments-list .flib-reply .comment-content-wrapper .comment-footer .comment-reply,
.flib-replies-list .flib-comment .comment-content-wrapper .comment-footer .comment-reply,
.flib-replies-list .flib-reply .comment-content-wrapper .comment-footer .comment-reply {
    font-size: 0.9rem;
  }
}

.flib-replies-list.hidden {
  display: none;
}

.comment-reply a,
.comment-view-replies a {
  cursor: pointer;
}

.flib-comments-load-more {
  color: var(--primary-color);
  font-weight: bold;
}
.flib-comments-load-more .load-more-comments {
  font-weight: bold;
  cursor: pointer;
}

.flib-replies-read-more {
  color: var(--primary-color);
  margin-top: -2rem;
  margin-bottom: 3rem;
}
.flib-replies-read-more.hidden {
  display: none;
}
.flib-replies-read-more .load-more-replies {
  cursor: pointer;
}