/* ── Layout desktop RabaisLocal — Effet Groupon ──────────────────────────── */
/* Mobile / tablette : aucun impact (media query >= 1024px uniquement)         */
/* Desktop >= 1024px : colonne centrale max 1280px, marges off-white latérales */

@media (min-width: 1024px) {
  html,
  body {
    background-color: #EEF2F8 !important;
  }

  /* Colonne centrale blanche — tout le contenu y est enveloppé par le script */
  .site-shell {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 0 0 80px rgba(0, 30, 80, 0.06), 0 2px 0 rgba(0, 0, 0, 0.04);
  }
}
