/**
 * jp-538-wawi-download-logo-bg.css — JP-538 [C15]
 * Page:  /de/warenwirtschaftssystem-software/jtl-wawi-download/
 *        (body.page-id-31, EN twin body.page-id-268079)
 * Figma: VSSY3wxlC31HrYDwwmHmrv node 248:7247 (Logo-Grid-Box) — its container
 *        is bg-[var(--jtl-light-sand,#eeeee7)].
 *
 * Client (Highest): "Logo section: gray background so the logos are not
 * wrongly placed."
 *
 * The "Wer mit uns skaliert" logo slider (.product-company-section) draws each
 * logo tile on the JTL light-sand #eeeee7 (= rgb(238,238,231)), but THIS page
 * leaves the section background transparent, so the white <body> shows through.
 * Result: the sand-coloured tiles read as grey boxes floating on white — the
 * "wrongly placed" look the client flagged. Every other instance of this widget
 * (e.g. /de/ki/agentic-commerce) renders the section ON light-sand, so the tiles
 * blend and the logos sit on a clean band.
 *
 * Fix (page-scoped, rule 4b — matches jp-436 / jp-537 scope on these two
 * jtl-wawi-download pages): give the section the design-system light-sand
 * background so the tiles blend in and the logos sit on a seamless sand band,
 * consistent with every other instance of the widget.
 */
body.page-id-31 .product-company-section,
body.page-id-268079 .product-company-section {
    background-color: #eeeee7 !important;
}
