/* Editorial Resources — block wrapper, heading, and grid.
 * Card visuals come from `.ds-blog-article-card` + `.ds-blog-article-card--editorial`
 * (see src/scss/components/_blog-related-articles-2025.scss).
 */

body.ds-2025 .editorial-resources > .container {
  padding-left: 0;
  padding-right: 0;
}

body.ds-2025 .editorial-resources__heading {
  margin: 0 0 32px;
  text-align: left;
}

body.ds-2025 .editorial-resources__heading h2 {
  color: var(--home-text-heading, #051344);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 12px;
}

body.ds-2025 .editorial-resources__heading p {
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

body.ds-2025 .editorial-resources__grid {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}

@media (max-width: 767.98px) {
  body.ds-2025 .editorial-resources__heading {
    margin-bottom: 24px;
  }

  body.ds-2025 .editorial-resources__heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
