/* =================================================
   CARTES OFFRES – STYLE BELL (SAFE)
   ================================================= */

/* zone Offres en vedette uniquement */
#bell-services-header-redesign ~ div .bhp-offer,
#bell-services-header-redesign ~ div .tile-grid-item {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  padding: 32px !important;
}

/* titres */
.bhp-offer-title,
.tile-grid-title-redesign {
  font-size: 24px !important;
  line-height: 1.3;
  margin-bottom: 12px;
}

/* texte */
.bhp-offer-description,
.tile-grid-description {
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

/* boutons */
.bhp-offer a,
.tile-grid-item a,
.bhp-offer button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none !important;
}

/* bouton principal */
.bhp-offer a:first-of-type {
  background: #00549a;
  color: #fff !important;
  border: none;
}

/* bouton secondaire */
.bhp-offer a:last-of-type {
  background: #fff;
  color: #00549a !important;
  border: 1px solid #d0d0d0;
}

/* images */
.bhp-offer img {
  max-width: 260px;
  height: auto;
  display: block;
  margin: 24px auto 0;
}
