/* Strategic Carbon: `class: sc-news-feature` shows the latest news post as one
   full-width panel on the home page, like the WordPress site's query loop. */
.block--collection.sc-news-feature .grid { grid-template-columns: 1fr; }
.block--collection.sc-news-feature .card {
  background: var(--maw-bg-alt);
  border: 0;
  padding: var(--maw-space-5);
}
.block--collection.sc-news-feature .card__title {
  color: var(--maw-accent);
  font-size: var(--sc-heading-sm);
  order: 1;
}
.block--collection.sc-news-feature .card__body { display: flex; flex-direction: column; }
.block--collection.sc-news-feature .card__meta { order: 2; }
.block--collection.sc-news-feature .card__text { order: 3; }
.block--collection.sc-news-feature .card__footer { order: 4; color: var(--maw-accent); }
