<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-listing__header {
  margin-block-end: var(--wdg-gap-block);
}
.article-listing__layout {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-block);
}
.article-listing__item .article__image-link,
.article-listing__item .article__image,
.article-listing__item .article__excerpt {
  display: none;
}
.article-listing__item.is-featured:first-child .article__title {
  font-size: var(--wdg-font-size-alt-medium);
}
.article-listing__item.is-featured:first-child .article__image-link,
.article-listing__item.is-featured:first-child .article__image,
.article-listing__item.is-featured:first-child .article__excerpt {
  display: block;
}

/*# sourceMappingURL=style.css.map */</pre></body></html>