/* ===========================================================================
   Agentic Commerce  (/de/ki/agentic-commerce = post 302206,
                      /en/ki/agentic-commerce = post 310540)

   Center the merchant trust stat
   "Über 50.000 Onlinehändler setzen auf die Software von JTL."
   (the single h2.product-companies-section__title in
   section.product-company-section).

   NOTE — this intentionally SUPERSEDES jp-546-agentic-commerce-logo-headline.css,
   which left-aligned this same headline (its comment still refers to the older
   "Wer mit uns skaliert" copy). custom-clone.css centers this trust element
   everywhere by default; jp-546 forced it left only on 302206 with
   `body.page-id-302206 main section ... h2 ...` (specificity 0,3,4 + !important).
   To win cleanly without editing another ticket's file, we mirror that chain,
   cover both locales, and add the page-template body class for a strictly
   higher specificity (0,4,4). We restore text-align:center AND the auto side
   margins (jp-546 had set them to 0 for the flush-left look).

   Scoped to the two page IDs + this section/heading only; font size / colour /
   surrounding layout are untouched.
   =========================================================================== */
body:is(.page-id-302206, .page-id-310540).page-template-product-landing
    main section.product-company-section h2.product-companies-section__title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
