/* ============================================================================
   JP-786 — /de/logistik-als-wachstumstreiber/ (+ EN twin)
   The green "Wachstumsbremse / Wachstumstreiber" content section (section.green)
   renders its bold card heading, the <strong> labels ("Herausforderung:",
   "Warum das kritisch ist:"), the body PARAGRAPHS/LIST items and the
   "Whitepaper herunterladen" button text in the theme default gray (#333)
   instead of Dark Blue. (QA re-check batch #11: the earlier pass only pinned
   the bold/strong/button text; the <p>/<li> body copy was still gray — now
   covered.)

   The eyebrow ("THEMA 1", .green-title) is intentionally Tech Blue #2722f8 and
   the "Das erwartet dich" list arrows teal — both LEFT UNTOUCHED. Only the gray
   body text is pinned to Dark Blue #0b1b45.

   Scoped to the DE page-id 326672 (prod) + EN twin 326673 + legacy 304462
   (this page was migrated with divergent post-ids per environment). Page-scoped
   per CLAUDE.md rule 4b. Complements the existing jp-logistik-wachstumstreiber.css
   (CTA pill / tabs / list arrows), which does NOT touch body-text colour.
   ============================================================================ */
body:is(.page-id-326672, .page-id-326673, .page-id-304462) section.green :is(
    strong,
    .font-weight-bold,
    .product-button-group__button__text,
    p,
    li,
    .text-standard) {
    color: #0b1b45 !important;
    -webkit-text-fill-color: #0b1b45 !important;
}
