/* ==========================================================================
   STRUCTURE COMPATIBLE AVEC LE SYSTÈME D'ÉVÉNEMENTS DYNAMIQUE
   ========================================================================== */

/* --------------------------------------------------------------------------
   🎄 HABILLAGE : NOËL (.theme-noel)
-------------------------------------------------------------------------- */
body.theme-noel {
    background-color: #f7f2f2 !important;
}

body.theme-noel .category-title {
    color: #a62626; /* Rouge Cardinal de Noël */
}
body.theme-noel .promo-badge,
body.theme-noel .fav-heart-btn.is-favorite i {
    color: #1e4a38 !important; /* Vert sapin profond pour les actions */
}
body.theme-noel .promo-badge { background-color: #a62626 !important; }


/* --------------------------------------------------------------------------
   💖 HABILLAGE : SAINT-VALENTIN (.theme-saint-valentin)
-------------------------------------------------------------------------- */
body.theme-saint-valentin {
    background-color: #fff0f3 !important; /* Rose très pâle glamour */
}
body.theme-saint-valentin .category-title {
    color: #ff4d6d; /* Rose passion */
}
body.theme-saint-valentin .fav-heart-btn.is-favorite i {
    color: #ff4d6d !important;
}


/* --------------------------------------------------------------------------
   🎃 HABILLAGE : HALLOWEEN (.theme-halloween)
-------------------------------------------------------------------------- */
body.theme-halloween {
    background-color: #1a1919 !important; /* Mode sombre mystique */
    color: #ffffff !important;
}

body.theme-halloween .category-title {
    color: #ff7900; /* Orange citrouille flamboyant */
}
body.theme-halloween .event-subtitle {
    color: #bbb;
}