.field--name-field-comments article.comment {
  border: 1px solid #F8F8F8;
  padding: 1em;
}
.field--name-field-comments article.comment:not(:last-of-type) {
  margin-bottom: 1em;
}
.field--name-field-comments article.comment p.comment__submitted {
  margin-top: 0;
}
.field--name-field-comments article.comment .links {
  position: absolute;
  top: 1em;
  right: 1em;
  margin-top: 0;
}
.field--name-field-comments article.comment mark:not(.hidden) {
  padding: 0.3em 1em;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1em;
  background: #ACBEB9;
  color: #1E2643;
  font-weight: bold;
  border: 1px solid #008080;
}