.rsb-bundle-box{margin:18px 0;padding:16px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff}
.rsb-bundle-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px}
.rsb-saving{font-weight:700}
.rsb-components{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:10px}
.rsb-components li{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.08)}
.rsb-components li:last-child{border-bottom:0}
.rsb-component-image{width:54px;min-width:54px;height:54px;display:block}
.rsb-component-image img{width:54px;height:54px;object-fit:cover;border-radius:7px}
.rsb-component-info{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.rsb-component-qty{opacity:.7}
.rsb-component-price{margin-inline-start:auto}
.rsb-bundle-totals{display:flex;gap:10px;align-items:baseline;justify-content:flex-end;margin-top:12px;font-size:1.08em}
.rsb-target-total{font-size:1.15em}
.rsb-unavailable{margin:12px 0 0;color:#b32d2e;font-weight:600}
.rsb-loop-badge{position:absolute;z-index:2;margin:8px;padding:5px 8px;border-radius:8px;background:#111;color:#fff;font-size:11px;line-height:1}
.rsb-child-name{opacity:.9}
.rsb-parent-name{font-weight:700}
.rsb-locked-qty{display:inline-block;min-width:2em;text-align:center}
@media(max-width:600px){.rsb-bundle-head{align-items:flex-start;flex-direction:column}.rsb-component-price{margin-inline-start:0}.rsb-bundle-totals{justify-content:flex-start}}

.rsb-component-suggestions{margin:28px 0}.rsb-suggestion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px}.rsb-suggestion-card{display:flex;gap:10px;align-items:center;border:1px solid #e2e2e2;padding:10px;border-radius:8px;text-decoration:none}.rsb-suggestion-card img{width:72px;height:72px;object-fit:cover}.rsb-suggestion-card span{display:flex;flex-direction:column;gap:5px}
