.related-articles {
  padding: 18px;
  border-top: 6px solid var(--red);
  background: #dedbd0;
}

.related-articles > span {
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.related-articles h2 {
  margin: 5px 0 14px;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -.04em;
}

.related-articles ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-articles li {
  border-top: 1px solid #b9b6ac;
}

.related-articles a {
  padding: 11px 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.related-articles img {
  width: 72px;
  height: 48px;
  display: block;
  object-fit: cover;
}

.related-articles strong {
  font-size: .7rem;
  line-height: 1.25;
}

.related-articles a:hover strong {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 800px) {
  .related-articles {
    width: 100%;
  }
}
