.bt-prep-delay {
  display: none;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 430px;
  margin: 14px 0 12px;
  padding: 12px 14px;
  border: 1px solid rgba(196, 147, 72, .45);
  border-radius: 18px;
  background: rgba(255, 253, 247, .92);
  color: #3f2c23;
  box-shadow: 0 10px 22px rgba(35, 27, 22, .07);
}
.bt-prep-delay.is-visible { display: flex; }
.bt-prep-delay__icon {
  width: 34px; min-width: 34px; height: 34px;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(0, 122, 120, .10); color: #007a78; font-size: 17px;
}
.bt-prep-delay__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.bt-prep-delay__title { font-size: 13px; line-height: 1.1; color: #231b16; }
.bt-prep-delay__value { font-size: 15px; line-height: 1.25; font-weight: 850; color: #007a78; }
@media (max-width: 767px) {
  .bt-prep-delay { max-width: none; margin-top: 12px; padding: 11px 12px; border-radius: 16px; }
  .bt-prep-delay__value { font-size: 14px; }
}


/* Biscuithe 3.2.1 - emplacement stable du bloc original Prestatill Drive */
.prestatilldrive-slot-host {
  width: 100%;
  clear: both;
  margin-top: 12px;
}


/* Biscuithe 3.2.4 - stable host for preparation delay block */
.bt-prep-delay-host {
  width: 100%;
  margin-top: 12px;
}


/* Biscuithe 3.2.5
   Le bloc délai n'est plus déplacé par JS : il garde l'emplacement du hook produit.
   Cette règle évite tout effet de zone fantôme si un ancien cache contient encore le host. */
#bt-prep-delay-host:empty {
  display: none !important;
}


/* Biscuithe 3.2.6 - stable JS-created delay block */
.bt-prep-delay-config {
  display: none !important;
}

#bt-prep-delay-host {
  width: 100%;
  margin-top: 12px;
}

#bt-prep-delay-live {
  margin-top: 0;
  margin-bottom: 12px;
}
