.article-tag__wrapper {
  margin-bottom: 20px;
}

.article-tag__wrapper .label {
  margin-right: 10px;
}

.article__comment {
  margin-bottom: 20px;
}

.article__comment:last-child {
  margin-bottom: 0;
}

.comment-author {
  margin-bottom: 0;
}

.comment-date {
  font-size: calc(var(--type-base-size) * 0.85);
  display: block;
  margin-top: 3px;
}

@media only screen and (max-width: 768px) {
  .comment-date {
    margin-bottom: calc(var(--gutter) / 2);
  }
}
