/* ============================================================================
   JP-784 — /de/jtl-partner/ebay-agenturprogramm/  (body.page-id-326159)
   QA batch #11: the CARD body copy inside the "IN KÜRZE" (section .green) and
   "VORTEILE FÜR PARTNER" (section .purple) blocks — plus the hero-green intro
   paragraph — renders in the theme default gray (#333 / rgb(51,51,51)) instead
   of Dark Blue. Same `.green` / `.purple` product-management-section variant
   #333 cascade that hit JP-786.

   Also the final "Jetzt bewerben! Die Plätze sind begrenzt." CTA section
   (section#bewerben) — its intro paragraph ("Die Bewerbungsphase für das eBay
   Agency Program…") is the plain product-landing #333 body colour, not a
   .green/.purple variant, so it needs its own scope.

   Only the gray BODY text is pinned to Dark Blue #0b1b45. The section eyebrows
   ("IN KÜRZE", "VORTEILE FÜR PARTNER", "Für JTL-Servicepartner") are Tech Blue
   #2722f8 by design and are LEFT UNTOUCHED (they aren't gray, so the p/em/li
   selector never reaches them). The #bewerben "JETZT BEWERBEN" buttons keep
   their navy-on-orange label (already #0b1b45, unchanged). Page-scoped per
   CLAUDE.md rule 4b — never a global `.green`/`.purple` recolour (that broke a
   cream card in JP-717).
   ============================================================================ */
body.page-id-326159 section.hero-product-section.green :is(p, em, li, strong, .font-weight-bold, .text-standard),
body.page-id-326159 section.product-management-section.green :is(p, em, li, strong, .font-weight-bold, .text-standard),
body.page-id-326159 section.product-management-section.purple :is(p, em, li, strong, .font-weight-bold, .text-standard),
body.page-id-326159 section#bewerben :is(p, li, span, strong, .font-weight-bold, .redesign-styles__text, .redesign-styles__title) {
    color: #0b1b45 !important;
    -webkit-text-fill-color: #0b1b45 !important;
}
