/* =====================================================================
   CE Widget — Widget « Chip Caractéristique produit »
   Pilule valeur de caractéristique (page produit). Couleurs / rayon /
   paddings / typo pilotés par les contrôles de Style du widget.
   ===================================================================== */

.cew-fchip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  border-radius: 999px;
  background: #edf7eb;
  color: #2c8f2f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
}

.cew-fchip__emoji { display: inline-block; line-height: 1; }
.cew-fchip__icon { display: inline-flex; align-items: center; color: inherit; }
.cew-fchip__icon svg { display: block; width: 15px; height: 15px; }
.cew-fchip__text { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
