/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.3.10
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
/* âœ… Correctif encapsulÃ© pour layout vedette */
@media (max-width: 768px) {
  .layout-vedette .spotlight-wrapper {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 12px 0 !important;
    margin-bottom: 0 !important;
  }

  .layout-vedette .spotlight-main,
  .layout-vedette .carousel-container,
  .layout-vedette .carousel-item,
  .layout-vedette .spotlight-side {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.newsletter-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E8F3CD;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.newsletter-content {
  flex: 1 1 50%;
  z-index: 2;
}

.newsletter-image {
  flex: 1 1 50%;
  position: relative;
  z-index: 1;
}

.newsletter-image img {
  max-width: 150%;
  height: auto;
  position: relative;
  left: -10%;
  top: 0;
  transition: all 0.3s ease;
}

/* ðŸ“± Mobile : carrÃ© + image contenue */
@media screen and (max-width: 768px) {
  .newsletter-banner {
    flex-direction: column;
    aspect-ratio: 1 / 1;
    padding: 1rem;
  }

  .newsletter-content {
    text-align: center;
    flex: 1 1 100%;
  }

  .newsletter-image img {
    max-width: 100%;
    left: 0;
  }
}
.badge-vet {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  white-space: nowrap;
}

.badge-freemium {
  background-color: #e0e0e0;
  color: #333;
  border: 1px solid #ccc;
}

.badge-premium {
  background-color: #795548;
  color: #fff;
  border: 1px solid #5d4037;
}

.badge-gold {
  background-color: #ff9800;
  color: #fff;
  border: 1px solid #e68900;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
/* === Snopet - Correctif emoji + masquage métadonnées === */

/* Rendu universel des emojis sur Chrome, Firefox, etc. */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

/* Masquer la date de publication */
.posted-on,
.entry-date,
.elementor-post-date,
.elementor-post-info__item.elementor-post-info__item--type-date {
  display: none !important;
}

/* Masquer le chemin des catégories */
.cat-links,
.entry-categories,
.elementor-post-categories,
.elementor-post-info__item.elementor-post-info__item--type-categories {
  display: none !important;
}

/* Masquer les métadonnées globales */
.entry-meta,
.post-meta,
.elementor-post-info {
  display: none !important;
}
