/* ============================================================================
   Whitepaper overview /de/whitepaper/  (body.page-id-301594)
   QA batch #11 — "E-Commerce Insights · Unsere Whitepaper im Überblick" card
   grid (section.orange, NOT the section.orange.black CTA band below it).

   The card body copy — the "Das erwartet dich:" labels, the "Zum Download" /
   "Paper lesen" outline buttons/links and the odd card title that lost its
   per-word colour — renders in the theme default gray (#333 / rgb(51,51,51))
   instead of Dark Blue. The theme's `.page-template-product-landing h3/p`
   rule paints #333 (no !important) and one card title has no WPBakery
   `.utils-*` override, so it stays gray.

   Only the gray card TEXT is pinned to Dark Blue #0b1b45. The section eyebrow
   ("E-Commerce Insights") sits OUTSIDE .card-body (white on the orange band)
   and is untouched; the `.orange.black` CTA band below is excluded via
   :not(.black). Page-scoped per CLAUDE.md rule 4b.
   ============================================================================ */
body.page-id-301594 section.orange:not(.black) .card-body :is(
    h2, h3, h4,
    p, li, span,
    a, .font-weight-bold, .outline-btn) {
    color: #0b1b45 !important;
    -webkit-text-fill-color: #0b1b45 !important;
}
