/* == Comments == */
.wojo.comments {
  margin: 1.5em 0em;
}
.wojo.comments .comment {
  position: relative;
  background-image: none;
  margin: 1em 0em 0em;
  padding: 1em 0em 0em;
  border: none;
  border-top: none;
}
.wojo.comments .comment:first-child {
  margin-top: 0em;
  padding-top: 0em;
}
.wojo.comments .comment .comments {
  margin: 0em 0em 0.5em 0.5em;
  padding: 1em 0em 1em 1em;
}
.wojo.comments .comment .comments:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.wojo.comments .comment .comments .comment {
  border: none;
  border-top: none;
  background: none;
}
/* == Avatar == */
.wojo.comments .comment .avatar {
  display: block;
  width: 3em;
  height: auto;
  float: left;
  margin: 0.2em 0em 0em;
}
.wojo.comments .comment img.avatar,
.wojo.comments .comment .avatar img {
  display: block;
  margin: 0em auto;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}
/* == Content == */
.wojo.comments .comment > .content {
  display: block;
}
.wojo.comments .comment > .avatar ~ .content {
  margin-left: 5.5em;
}
.wojo.comments .comment .author {
  font-size: 1em;
  font-weight: 700;
}
.wojo.comments .comment a.author {
  cursor: pointer;
}
.wojo.comments .comment a.author:hover {
  color: #1e70bf;
}
.wojo.comments .comment .metadata {
  display: inline-block;
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875em;
}
.wojo.comments .comment .metadata > * {
  margin: 0em 0.5em 0em 0em;
}
.wojo.comments .comment .metadata .wojo.stars {
  margin-left:1em;
}
.wojo.comments .comment .metadata > :last-child {
  margin-right: 0em;
}
.wojo.comments .comment .description {
  margin: 0.25em 0em 0.5em;
  word-wrap: break-word;
  line-height: 1.3;
}
.wojo.comments .comment .actions a {
  cursor: pointer;
  font-size: .875em;
}
.wojo.comments .comment .actions a .icon {
  margin-left: 0.25em
}
.wojo.comments .comment .actions a:last-child {
  margin-right: 0em;
}
.wojo.comments .comment .actions a.active,
.wojo.comments .comment .actions a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.wojo.collapsed.comments,
.wojo.comments .collapsed.comments,
.wojo.comments .collapsed.comment {
  display: none;
}
.wojo.comments .comment .delete {
  margin-left: 1em;
}
/* == Variations == */
.wojo.threaded.comments .comment .comments {
  margin: -1.5em 0 -1em 1.5em;
  padding: 3em 0 2em 3em;
  box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
}
.wojo.minimal.comments .comment .actions {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.wojo.minimal.comments .comment > .content:hover > .actions {
  opacity: 1;
}
/* == Sizes == */
.wojo.mini.comments {
  font-size: 0.78571429rem;
}
.wojo.tiny.comments {
  font-size: 0.85714286rem;
}
.wojo.small.comments {
  font-size: 0.9em;
}
.wojo.comments {
  font-size: 1em;
}
.wojo.large.comments {
  font-size: 1.1em;
}
.wojo.big.comments {
  font-size: 1.28571429rem;
}
.wojo.huge.comments {
  font-size: 1.2em;
}
.wojo.massive.comments {
  font-size: 1.71428571rem;
}