.listing-header { width: min(100%, var(--wp--style--global--content-size)); margin-inline: auto; }
.post-list { display: grid; gap: var(--wp--preset--spacing--lg); margin: var(--wp--preset--spacing--lg) auto; padding: 0; list-style: none; }
.post-list article > :first-child { margin-block-start: 0; }
.navigation.pagination { margin-block-start: var(--wp--preset--spacing--lg); }

/* Archive cards — title, date, excerpt, Read More, as the source listed them. */
.post-list { display: grid; gap: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.post-card { padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem); border-bottom: 1px solid var(--wp--preset--color--border-light); }
.post-card:last-child { border-bottom: 0; }
.post-card__title a { text-decoration: none; }
.post-card__title a:hover { color: var(--wp--preset--color--red); }
.post-card__date {
  margin: .5rem 0 .75rem;
  font-family: var(--wp--preset--font-family--condensed);
  font-size: .8125rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--wp--preset--color--gray-400);
}
.post-card__more {
  display: inline-block; margin-top: .75rem;
  font-family: var(--wp--preset--font-family--condensed);
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--wp--preset--color--red); text-decoration: none;
}
.listing-header { padding-block: clamp(2rem, 1.4rem + 2vw, 3.5rem) 1rem; }
