.bbdw-shipping-progress{padding:12px 16px}
.bbdw-context-cart.bbdw-shipping-progress{padding:0}
.bbdw-sp-bar{height:10px;background:#e9f7ef;border-radius:6px;overflow:hidden;margin:8px 0}
.bbdw-sp-bar .fill{height:100%;background:linear-gradient(90deg,#4CAF50,#20c997);width:0}
.bbdw-sp-caption{display:flex;justify-content:space-between;align-items:center;font-size:13px}
.bbdw-sp-success{color:#2c5530;font-weight:600}
.bbdw-sp-reco{margin-top:8px;border-top:1px dashed #e6e6e6;padding-top:8px}
.bbdw-sp-reco-title{font-size:12px;color:#555;margin-bottom:6px}
.bbdw-sp-items{display:flex;flex-direction:column;gap:10px;margin-top:6px}
/* Cart page: keep same vertical layout as slide cart */
.bbdw-context-cart .bbdw-sp-items{display:flex}
.bbdw-context-cart .bbdw-sp-item{background-color:rgba(255,255,255,0.5);min-width:0;flex:initial;display:flex;flex-direction:row;align-items:center}
.bbdw-context-cart .bbdw-sp-item img{width:48px;height:48px}
.bbdw-sp-item{border:1px solid #e6e6e6;border-radius:8px;padding:8px;display:flex;align-items:center;gap:8px}
.bbdw-sp-item img{width:48px;height:48px;object-fit:cover;border-radius:6px}
.bbdw-sp-item .meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}
.bbdw-sp-item .name{font-weight:600;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bbdw-sp-item .price{display:flex;align-items:center;gap:6px;font-size:12px}
.bbdw-sp-item .price .old-price{text-decoration:line-through;color:#999;font-weight:400}
.bbdw-sp-item .price .new-price{color:#2f7a35;font-weight:700}
.bbdw-sp-item .price .pct{background:#cc0000;color:#fff;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;line-height:1}
.bbdw-sp-item .hint{font-size:11px;color:#666}
.bbdw-sp-item .actions button{background:#4CAF50;color:#fff;border:none;border-radius:6px;padding:6px 10px;cursor:pointer;font-size:12px;white-space:nowrap}


