.shopify-section--latest-articles:has(.bordered-section) {
  --border-color: var(--accent-color);
}

.shopify-section--latest-articles .blog-post-list {
  grid-template-rows: auto;
}

@media screen and (min-width: 1000px) {
  .shopify-section--latest-articles .blog-post-list {
    column-gap: 5rem;
  }
}