/* =========================
   FIX CARTES – STYLE BELL CANADA
   ========================= */

/* 1. SUPPRIMER TOUTES LES OMBRES */
.bhp-offer-tile,
.bhp-banner,
.bhp-banner-carousel-slide,
.tile,
.card,
[class*="tile"],
[class*="card"] {
  box-shadow: none !important;
  filter: none !important;
}

/* 2. BORDURE GRISE FINE */
.bhp-offer-tile,
.bhp-banner,
.bhp-banner-carousel-slide,
.tile,
.card {
  border: 1px solid #e0e0e0 !important;
  border-radius: 16px !important;
  background: #fff !important;
}

/* 3. ALIGNEMENT & ESPACEMENT */
.bhp-offer-tile {
  padding: 32px !important;
}

/* 4. BOUTONS PROPRES */
.bhp-offer-tile .bhp-button,
.bhp-offer-tile button {
  border-radius: 999px !important;
}

/* 5. SUPPRIMER SCROLL HORIZONTAL */
html, body {
  overflow-x: hidden !important;
}

/* 6. SÉCURITÉ CONTENEURS */
.container,
.row {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
