.news-date {
  display: block;
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-copy > strong {
  order: 1;
}

.news-copy > .news-date {
  order: 2;
}

.news-copy > span {
  order: 3;
}

.news-archive-copy > h3 {
  order: 1;
}

.news-archive-copy > .news-date {
  order: 2;
}

.news-archive-copy > p {
  order: 3;
}

.news-archive-copy > a {
  order: 4;
}

@media (min-width: 761px) {
  .news-card > a {
    grid-template-rows: 210px 1fr;
  }

  .news-card .news-image {
    width: 100%;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
  }

  .news-card .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
