/* Readable additions inside the established page sections; no global overrides. */
[data-seo-editorial] { scroll-margin-top: 5rem; }
[data-seo-editorial] .container { max-width: 56rem; }
[data-seo-editorial] h3 { font-family: var(--font-body, sans-serif); font-size: 1.15rem; line-height: 1.45; margin: 1.8rem 0 .65rem; color: var(--clr-forest, #1c4034); }
[data-seo-editorial] .section-text { max-width: none; font-size: max(1rem, 16px); text-align: left; }
[data-seo-editorial] ul { list-style: disc; padding-left: 1.4rem; }
[data-seo-editorial] li { margin: .5rem 0; line-height: 1.75; }
[data-seo-editorial] a { text-decoration: underline; text-underline-offset: .18em; overflow-wrap: anywhere; }
[data-seo-editorial] a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
