.elementor-1388 .elementor-element.elementor-element-eac3ec4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6682154 */.promo-box-peps {
  background: linear-gradient(135deg, #fff 0%, #fff7ed 100%);
  padding: 30px 25px;
  border-radius: 18px;
  text-align: center;
  max-width: 420px;
  border: 1px solid #f1e2cf;
  box-shadow: 0 15px 40px rgba(192, 122, 44, 0.15);
  position: relative;
  overflow: hidden;
}

/* Glow dynamique */
.promo-box-peps::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,180,80,0.4) 0%, transparent 70%);
}

/* Badge plus punchy */
.promo-badge-peps {
  display: inline-block;
  background: rgba(192, 122, 44, 0.1);
  color: #c07a2c;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Titre */
.promo-title-peps {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 10px 0;
}

.promo-title-peps span {
  color: #e48a1f;
  font-size: 34px;
}

/* Sous-texte */
.promo-subtitle-peps {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
}

/* Timer */
.promo-timer-peps {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.promo-timer-peps div {
  background: #fff;
  border: 1px solid #f1e2cf;
  padding: 12px 10px;
  border-radius: 12px;
  min-width: 60px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.promo-timer-peps div:hover {
  transform: translateY(-3px);
}

.promo-timer-peps strong {
  display: block;
  font-size: 20px;
  color: #e48a1f;
}

.promo-timer-peps span {
  font-size: 11px;
  color: #888;
}/* End custom CSS */