.ecig-tdc-choice-wrap,
.ecig-tdc-choice,
.ecig-tdc-summary {
  box-sizing: border-box;
  font-family: inherit;
}

.ecig-tdc-choice-wrap {
  margin: 30px 0 20px;
  clear: both;
}

/* Titre publication : proche des gros titres Ecig-Occaz, sans doublon dans le bloc */
.ecig-tdc-publish-title {
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(30px, 7vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: -0.04em;
  color: #a73ad6 !important;
  background: linear-gradient(90deg, #8f28dd 0%, #ec5d7f 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ecig-tdc-publish-title::after {
  content: " ✓";
  -webkit-text-fill-color: #ec5d7f;
  color: #ec5d7f;
}

/* Le bloc est volontairement sans grosse carte pour rester léger dans le formulaire */
.ecig-tdc-choice-mini {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ecig-tdc-choice-note {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #7a7a84;
}

.ecig-tdc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.ecig-tdc-chip {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(54, 0, 80, .13);
  background: #fff;
  color: #25003a;
  border-radius: 999px;
  padding: 5px 6px 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  min-height: 31px;
  max-width: 100%;
  box-shadow: 0 2px 8px rgba(36, 0, 70, .05);
  transition: transform .12s ease, opacity .12s ease, border-color .12s ease, background .12s ease;
}

.ecig-tdc-chip:active {
  transform: scale(.98);
}

.ecig-tdc-chip span {
  font-weight: 800;
  white-space: nowrap;
}

.ecig-tdc-chip em {
  font-style: normal;
  font-weight: 900;
  background: rgba(54, 0, 80, .07);
  border-radius: 999px;
  padding: 4px 7px;
  white-space: nowrap;
}

.ecig-tdc-chip i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
  background: #f1ecf7;
  color: #4b006e;
  line-height: 1;
}

.ecig-tdc-chip.is-active {
  border-color: rgba(32, 201, 107, .65);
  background: #f3fff8;
  box-shadow: inset 0 0 0 1px rgba(32, 201, 107, .22), 0 2px 8px rgba(36, 0, 70, .05);
}

.ecig-tdc-chip.is-active em,
.ecig-tdc-chip.is-free em {
  background: #20c96b;
  color: #fff;
}

.ecig-tdc-chip:not(.is-active) {
  opacity: .45;
}

.ecig-tdc-help {
  margin: 7px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #85858d !important;
}

/* Champs techniques WPAdverts : ils servent à sauvegarder mais ne doivent jamais se voir */
.ecig-tdc-original-field-hidden,
.ecig-tdc-native-hidden-field,
.adverts-field:has([data-ecig-tdc-wpadverts-methods="1"]),
.adverts-field:has([data-ecig-tdc-wpadverts-prices="1"]),
.adverts-form-field:has([data-ecig-tdc-wpadverts-methods="1"]),
.adverts-form-field:has([data-ecig-tdc-wpadverts-prices="1"]),
.adverts-control-group:has([data-ecig-tdc-wpadverts-methods="1"]),
.adverts-control-group:has([data-ecig-tdc-wpadverts-prices="1"]) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Front annonce — V1.1.5 : carte propre centrée, sans espace inutile sous le bloc */
.ecig-tdc-summary-card {
  width: calc(100% - 26px) !important;
  max-width: 640px !important;
  margin: 10px auto 6px !important;
  padding: 10px 12px 10px !important;
  border: 1px solid rgba(71, 0, 105, .11) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.9)) !important;
  box-shadow: 0 10px 24px rgba(49, 0, 82, .07) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  position: relative !important;
}

.ecig-tdc-summary-card::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7d2cff, #ff4f8b, #ff8a00);
  opacity: .85;
}

.ecig-tdc-summary-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 9px !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.ecig-tdc-summary-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  background: rgba(167, 58, 214, .10);
  line-height: 1;
  flex: 0 0 auto;
}

.ecig-tdc-summary-title {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em;
  color: #26003d !important;
}

.ecig-tdc-summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-items: stretch;
}

.ecig-tdc-summary-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 29px;
  padding: 5px 7px;
  border: 1px solid rgba(54, 0, 80, .12);
  border-radius: 999px;
  background: #fbf8ff;
  color: #25003a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
  line-height: 1;
  box-sizing: border-box;
  white-space: nowrap;
}

.ecig-tdc-summary-pill b {
  font-size: 12px;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.ecig-tdc-summary-pill em {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
  color: #4b006e;
  white-space: nowrap;
}

.ecig-tdc-summary-pill.is-free {
  background: #f1fff6;
  border-color: rgba(32, 201, 107, .34);
}

.ecig-tdc-summary-pill.is-free em {
  color: #13934c;
}


/* Évite que le bloc livraison crée un grand blanc avant les images / la suite de l'annonce */
.ecig-tdc-summary-card + * {
  margin-top: 8px !important;
}
.ecig-tdc-summary-card + .adverts-single-gallery,
.ecig-tdc-summary-card + .adverts-gallery,
.ecig-tdc-summary-card + .advert-gallery,
.ecig-tdc-summary-card + .adverts-single-description,
.ecig-tdc-summary-card + .adverts-field {
  margin-top: 8px !important;
}

@media (max-width: 520px) {
  .ecig-tdc-choice-wrap {
    margin: 28px 0 18px;
  }

  .ecig-tdc-choice-note {
    font-size: 12px;
  }

  .ecig-tdc-chip {
    font-size: 12px;
  }

  .ecig-tdc-summary-card {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
    padding-bottom: 9px !important;
  }

  .ecig-tdc-summary-pill {
    font-size: 11px;
    padding: 4px 7px;
    min-height: 23px;
  }

  .ecig-tdc-summary-title {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }

  .ecig-tdc-chip {
    padding: 5px 5px 5px 9px;
    min-height: 30px;
  }

  .ecig-tdc-chip i {
    width: 18px;
    height: 18px;
  }
}
