.article-date {
  display: inline-block;
  margin-top: .4rem;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
}

.article-cover {
  margin: 1.75rem 0 0;
}

.article-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 630;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  object-fit: cover;
}

.article-cover figcaption {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}
