/* a11y.css — raise muted secondary-text contrast to WCAG AA on light backgrounds.
   Deliberately unscoped-to-dark: footer/hero white text set by more-specific theme
   rules still wins. Text color only; no layout/animation impact. */
.container-wrap .wpb_text_column p,
.container-wrap .wpb_wrapper p,
.iwt-text p, .iwt-text,
.container-wrap li,
.container-wrap .nectar-post-grid-item p { color:#455468; }
