article.comment .profile {
  display: none;
}
article.comment .comment__submitted {
  font-size: 0.8em;
  align-items: baseline;
  display: inline-flex;
}
article.comment .comment__submitted span {
  font-weight: 700;
  font-size: 1.5em;
  margin-right: 0.4em;
}
.content__comments h2.content__comments__title,
.content__comments .field--name-field-comments h2 {
  text-align: initial;
  color: #E8B20E;
  border-bottom: 2px solid #E8B20E;
}
.node--type-article .content__comments h2.content__comments__title,
.node--type-article .content__comments .field--name-field-comments h2 {
  color: #E15513;
  border-bottom: 2px solid #E15513;
}
.content__comments .comment {
  padding: 1rem;
  font-size: 0.7rem;
}
.content__comments .comment h3 {
  font-size: 1.5em;
}
.content__comments footer {
  margin-top: 0;
}
.comment__wrapper {
  background: #FCFCFC;
}
.comment__wrapper .indented .comment .content__wrapper {
  border-left: 1px solid #E8B20E;
  padding-left: 1rem;
}
.node--type-article .comment__wrapper .indented .comment .content__wrapper {
  border-color: #E15513;
}
.comment-reply a {
  display: inline-flex;
  align-items: center;
  color: #E8B20E;
}
.node--type-article .comment-reply a {
  color: #E15513;
}
.comment-reply a:before {
  font-family: 'fontello';
  content: '\f112';
  /* '' icon-reply */
  font-size: 0.8em;
  margin-right: 0.2em;
}
