/* V8.12.1: clear fulfilment label and compact customer-facing time estimate. */
.order-estimate{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:-5px 0 15px;
  border:1px solid #ead9ce;
  border-radius:10px;
  background:#fff9f4;
  padding:9px 11px;
  color:#6b4c58;
  font-size:12px;
}
.order-estimate span{font-weight:600}
.order-estimate strong{color:#8a5569;font-size:13px;text-align:right}
@media(max-width:520px){
  .order-estimate{padding:10px 12px;font-size:13px}
  .order-estimate strong{font-size:13px}
}
