.comment-list li .avatar img,
.commentlist li .avatar img,
.comment-list li .avatar,
.commentlist li .avatar {
  width: 37px;
  height: 37px;
}
.comment-author,
.comment-content {
  font-size: 14px;
}
.comment-author,
.comment-content {
  font-style: normal;
}
.comment-meta a {
  font-size: 13px;
}
.comment-meta a:after,
a.comment-reply-link:after {
  content: none !important;
}
.comment-meta a {
  font-weight: normal !important;
}

.reactions-comment-btn .likes,
.reactions-comment-btn .loves,
.comment-time .date {
  position: absolute;
  top: -40px;
  left: -40px;
  min-width: 100px;
  background: rgb(214 227 237 / 80%);
  text-align: center;
  font-size: 11px;
  border-radius: 8px;
  padding: 2px 0;
  display: none;
}
.reactions-comment-btn .likes,
.reactions-comment-btn .loves {
  left: -40px;
}
.comment-time .date {
  top: -30px;
}
.reactions-comment-btn:hover .likes,
.reactions-comment-btn:hover .loves,
.comment-time:hover .date {
  display: block;
}
.reactions-comment-btn,
.comment-time {
  padding: 0;
  line-height: unset;
  min-height: unset;
  margin: 0 10px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.reactions-comment-btn svg {
  height: 15px;
  width: 20px;
  margin-right: 0px;
  line-height: 1;
}
.comment-meta {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.comment-meta a {
  color: #333 !important;
  font-size: 12px;
}
ol.children .comment {
  padding: 0;
}
a.comment-reply-link {
  font-size: 14px;
}
ol.children {
  margin-left: 1rem;
}

.comment-content p {
  margin-bottom: 7px !important;
}
#comments {
  border: 1px solid #ebf0f9;
  border-radius: 10px;
  padding: 1rem;
  margin-top: 2rem;
}
#comments .comment-respond {
  background-color: #fff;
}
form#commentform input[type="submit"] {
  padding: 2px 10px;
  min-height: 2rem;
  font-size: 14px;
}
