/* ==========================================================================
   cb-display-home.css — Custom Build: Display Home overrides
   Base styles live in display-home.css.
   Figma: 1440×641, padV:100/100, padH:60/60, gap:151 HORIZONTAL, bg:white
   On the build-only page the preceding divider is injected as .bo-divider,
   so the built-in border-top on __inner is removed here.
   ========================================================================== */

#cb-display-home.display-home {
    padding: 100px 60px;
}

/* Remove the built-in divider — .bo-divider handles it externally */
#cb-display-home .display-home__inner {
    border-top: none;
    padding-top: 0;
    gap: 151px;
}

/* ── Mobile — Figma 390px: padV:80, padH:16 ────────────────────────────────── */
@media (max-width: 639px) {
    #cb-display-home.display-home {
        padding: 80px 16px;
    }

    #cb-display-home .display-home__inner {
        gap: 40px;
    }
}
