/**
 * Fiche produit Elementor (HTML importé prod) — compléments layout
 */

body.template-product-elementor .ck-product-elementor {
  width: 100%;
  min-width: 0;
}

body.template-product-elementor .ck-product-elementor :is(img, svg, video) {
  max-width: none;
  height: auto;
}

body.template-product-elementor .elementor-widget-image img {
  max-width: 100%;
}

/* Caractéristiques ACF rendues (product-spec-*) */
body.template-product-elementor .product-specs-container,
body.template-product-elementor .product-spec-row {
  width: 100%;
}

body.template-product-elementor .product-spec-icon {
  display: inline-block;
  max-width: 60px;
  height: auto;
}
