.article-grid > .article-body {
  grid-column: 1;
  grid-row: 1;
}

.article-grid > .article-comments {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  margin-top: 48px;
  scroll-margin-top: 82px;
}

.article-grid > .related {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.article-comment-link {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.article-comment-link:hover,
.article-comment-link:focus-visible {
  color: var(--green);
  text-decoration: underline;
}

@media (max-width: 760px) {
  .article-grid > .article-comments {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
