/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 19, components/components/comment/comment.scss */
.comment__section,
.comments {
  margin: 18px 0px;
  margin: 1.8rem 0;
}

/* line 23, components/components/comment/comment.scss */
.comment__title {
  margin: 0;
}

/* line 28, components/components/comment/comment.scss */
.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* line 34, components/components/comment/comment.scss */
.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

/* line 39, components/components/comment/comment.scss */
.comment--nested,
.indented {
  margin-left: 20px;
}

/* line 18, components/init/rtl/_rtl.scss */
[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 20px;
}
