/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.comment__section,
.comments {
  margin: 1.375rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fff3a4;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

/*# sourceMappingURL=comment.css.map */
