.comments-area {
  margin-top: 1.5rem;
}

.comments-area .comment-list,
.comments-area .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-area .comment {
  background: #fff;
  border: 1px solid #e5e9f4;
  border-radius: 12px;
  padding: 0.9rem;
  margin-bottom: 0.8rem;
}

.comments-area .comment-author {
  font-weight: 700;
  color: #1f2440;
}

.comments-area .comment-metadata {
  font-size: 0.82rem;
  color: #6f768f;
}

.comments-area .comment-content p:last-child {
  margin-bottom: 0;
}

.comments-area .comment-reply-link {
  color: #1f1eff;
  font-weight: 700;
  font-size: 0.86rem;
}

.comments-area .comment-form-comment textarea {
  min-height: 140px;
}
