/* Long-form editorial body only — not cards, hero, nav, or short blurbs */
.editorial-about-copy > p:not(.concept-eyebrow),
.story-grid > div:last-child p,
.prose-layout article p {
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto;
}
