.comments-area{
  border-top:1px solid rgba(0,0,0,0.08);
}

.comments-area > :last-child{
  margin-bottom:0;
}

.comments-area .comments-title + .comment-navigation,
.comments-area .says{
  display:none;
}

.comments-area .reply{
  clear:both;
}

.comments-area .reply a,
.comments-area .comment-navigation a,
.comments-area .comment-meta .url{
  font-weight:bold;
}

.comments-area .reply,
.comments-area .comment-navigation{
  font-style:italic;
}

.comment-respond label,
.comments-area .comment-metadata,
.comments-area .comment-navigation a{
  color:var(--th-color-secondary-base);
}

.comments-area .comment-meta a:not(:hover){
  color:inherit;
  text-decoration:none;
}

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

.comments-area ol.comment-list{
  -webkit-padding-start:0;
  margin-left:0;
  padding-left:0;
}

.comments-area .comment-list .children{
  margin-left:1rem;
}

.comments-area .comment-awaiting-moderation,
.comments-area .comment-body > * + *,
.comment .comment-respond,
.comment-respond .form-submit{
  margin-top:2rem;
}

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  border-top:1px solid rgba(0,0,0,0.08);
  margin-top:2rem;
}

.comments-area .comment-list > * + *,
.comments-area .comment-list .children > *{
  padding-top:2rem;
}

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

.comments-area .comment-meta{
  position:relative;
}

.comments-area .comment-author .avatar{
  height:52px;
  left:0;
  position:absolute;
  top:0;
  width:52px;
}

.comments-area .comment-author{
  font-size:1rem;
}

.comments-area .comment-author,
.comments-area .comment-metadata{
  padding-left:68px;
}

.comment-list + .comment-navigation{
  border-top:1px solid rgba(0,0,0,0.08);
  padding-top:1rem;
}

.comments-area .comment-body h1,
.comments-area .comment-body h2,
.comments-area .comment-body h3,
.comments-area .comment-body h4,
.comments-area .comment-body h5,
.comments-area .comment-body h6{
  margin-bottom:1rem;
}

.comments-area .comment-edit-link:before{
  content:"/";
  padding-right:0.25rem;
}

.comments-area .comment-metadata,
.comments-area .reply,
.comment-respond .logged-in-as,
.comment-respond .comment-notes,
.comments-area .comment-navigation,
.comments-area .form-allowed-tags{
  font-size:0.889rem;
}

.comment-form > p{
  margin-bottom:0;
  margin-top:1rem;
}

.comment-form > p:first-child{
  margin-top:0;
}

.comment-respond label{
  font-size:0.79rem;
  text-transform:uppercase;
}

.comment-respond .logged-in-as a:not(:hover){
  color:inherit;
  text-decoration:none;
}

.comment-respond .logged-in-as a:hover{
  color:var(--th-color-secondary-base);
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label{
  display:block;
  margin-bottom:0.25rem;
}

.comment-respond input:not([type="checkbox"]),
.comment-respond textarea{
  width:100%;
}

.comment-respond input[type="checkbox"]{
  vertical-align:middle;
}

.comment-respond input[type="checkbox"] + label{
  margin-left:0.25rem;
}

.comments-area .comment-subscription-form + .comment-subscription-form{
  margin-top:0.5rem;
}

.comments-area .comment-awaiting-moderation,
.comments-area .no-comments{
  display:inline-block;
  padding:2px 5px;
}

.comments-area .comment-awaiting-moderation{
  background:yellow;
}

.comments-area .no-comments{
  background-color:rgba(0,0,0,0.05);
  color:inherit;
}

.comment-content a{
  font-weight:bold;
  text-decoration:underline;
  word-wrap:break-word;
}

.bypostauthor{
  display:block;
}

.comment-respond .required{
  color:var(--th-color-red);
}

@media (min-width: 500px){
  .comments-area .comment-list .children{
    margin-left:2rem;
  }
  .comment-respond input.submit{
    width:auto;
  }
  .comment-respond p.comment-form-url,
    .comment-respond p.comment-form-author,
    .comment-respond p.comment-form-email{
    width:50%;
  }
}

@media (min-width: 768px){
  .comments-area .comments-title + .comment-navigation{
    border-bottom:1px solid rgba(0,0,0,0.08);
    display:block;
    margin-top:1rem;
    padding-bottom:1rem;
  }
}
