/* ════════════════════════════════════════════════════════
   PRESTATIONS — styles promo dynamiques
   Chargé sur index.html et a-savoir.html
   ════════════════════════════════════════════════════════ */

/* Badge promo sur la carte */
.promo-badge {
  display: inline-block;
  background: #571424;
  color: #f3f4f0;
  font-size: .58rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: 700;
}

/* Prix barré (ancien tarif) */
.prix-barre {
  text-decoration: line-through;
  color: #a09898;
  font-size: .85em;
  margin-right: 5px;
  font-weight: 400;
}

/* Prix promotionnel */
.prix-promo-val {
  color: #571424;
  font-weight: 700;
}

/* Date de fin de promo */
.promo-fin-label {
  display: block;
  font-size: .65rem;
  color: #7a2238;
  letter-spacing: .06em;
  font-style: italic;
  margin-top: 6px;
}

/* Légère bordure pour les cartes en promo — index */
.prestations__card.has-promo {
  outline: 1.5px solid #d9b3bb;
  outline-offset: -1px;
}

/* Légère bordure pour les cartes en promo — a-savoir */
.as-card.has-promo {
  border-color: #d9b3bb;
}

/* Promo sur rdv-card (carte horizontale) */
.rdv-card.has-promo {
  border-color: #d9b3bb;
}
.rdv-card .rdv-card__left .promo-badge {
  display: inline-block;
  margin-bottom: 4px;
}
.rdv-card .rdv-card__right .promo-fin-label {
  display: block;
  font-size: .6rem;
  text-align: right;
  margin-top: 4px;
}
.rdv-card .prix-barre {
  display: block;
  font-size: .78em;
  text-align: right;
}
.rdv-card .prix-promo-val {
  display: block;
  font-size: 1em;
  text-align: right;
}
