.comment-list {
  margin-bottom: 60px !important;
}
.comment-list .comment {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.comment-list .comment .thumbnail {
  width: 90px;
}
.comment-list .comment .thumbnail img {
  width: 90px;
  height: 90px;
}
.comment-list .comment .content {
  width: calc(100% - 90px);
  padding-right: 50px;
  padding-left: 20px;
}
.comment-list .comment .content .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.comment-list .comment .content p {
  font-size: 1rem;
  font-weight: 400;
}
.comment-list .comment .content .action .date {
  font-size: 0.875rem;
  font-weight: 500;
}
.comment-list .comment .content .action .date:after {
  margin: 0 15px;
  content: "|";
}
.comment-list .comment .content .action .reply-link {
  font-size: 1rem;
  font-weight: 700;
}
.comment-list .child-comment .comment {
  padding-right: 110px !important;
}

.comment-form .learts-mb-n20 {
  margin-bottom: -20px;
}
.comment-form .learts-mb-20 {
  margin-bottom: 20px;
}
.comment-form .learts-mt-20 {
  margin-top: 20px;
}
.comment-form textarea {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #333;
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ededed;
  background-color: rgba(0, 0, 0, 0);
  height: 200px;
  resize: none;
}

@media (max-width: 992) {
  .content {
    padding: 0 5px !important;
  }
  .thumbnail {
    width: 60px !important;
  }
  .thumbnail img {
    width: 60px !important;
    height: 60px !important;
  }
}/*# sourceMappingURL=commentBlog.module.css.map */