/**
 * jp-home-section-spacing.css
 *   Pages: body.page-id-264968  /de/  DE home ("startseite-redesign")
 *          body.page-id-265655  /en/  EN home
 *
 * QA (Ben): "too much whitespace between all widgets, especially in the first
 * half of the page." (Reported on the EN home; applied to BOTH homes so the
 * two stay consistent — they share the identical section structure + rhythm.)
 *
 * The home sections each carry 80px top + 80px bottom padding, so the gap
 * between two consecutive widgets stacks to ~160px (plus the wawi-panels
 * section's 32px margins). Tighten the vertical rhythm: section padding
 * 80 -> 48 and the wawi-panels margins 32 -> 16, bringing the inter-widget gap
 * to ~96px.
 */
body:is(.page-id-264968, .page-id-265655) section.wawi-panels-section.home-version,
body:is(.page-id-264968, .page-id-265655) section.home-ai-solutions-section,
body:is(.page-id-264968, .page-id-265655) section.home-icon-3er-section,
body:is(.page-id-264968, .page-id-265655) section.home-quote-section,
body:is(.page-id-264968, .page-id-265655) section.home-cta-box-section,
body:is(.page-id-264968, .page-id-265655) section.home-text-media-section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
body:is(.page-id-264968, .page-id-265655) section.wawi-panels-section.home-version {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
body:is(.page-id-264968, .page-id-265655) section.home-logobox-section {
    padding-bottom: 48px !important;
}
