/* ==========================================================================
   Elementor Addon Overrides – Vive La Cinq
   ========================================================================== */

/* 🖼️ Galerie : suppression du fond des légendes */
.gallery-item-caption-wrap.caption-style-card {
    background: #f7f7f700 !important;
}

/* 🎨 Exemple : changer la couleur du texte dans la galerie */
.gallery-item-caption-wrap.caption-style-card .gallery-item-caption {
    color: #333 !important;
    font-weight: 500;
}

/* 📱 Responsive tweaks (si nécessaire) */
@media (max-width: 768px) {
    .gallery-item-caption-wrap.caption-style-card {
        padding: 10px;
    }
}
