.wllc-bundle-box{border:1px solid #e2e2e2;border-radius:10px;padding:18px;margin:20px 0;background:#fff}.wllc-bundle-box h3{margin:0 0 10px}.wllc-bundle-required{margin-left:18px}.wllc-bundle-choices{display:grid;gap:10px;margin-top:12px}.wllc-bundle-choice{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #ddd;border-radius:8px;cursor:pointer;background:#fafafa}.wllc-bundle-choice:hover{background:#f4f4f4}.wllc-bundle-choice.is-disabled{opacity:.55;cursor:not-allowed}.wllc-bundle-instruction{font-weight:600}.wllc-bundle-count{display:inline-block;margin-left:8px;font-weight:700}.wllc-bundle-cart{margin-top:18px}.wllc-bundle-cart .quantity{display:inline-block;margin-right:10px}.wllc-bundle-add-to-cart{margin-top:12px}
.wllc-bundle-live-price {
  margin: 10px 0 14px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
}

.wllc-bundle-choice-name{flex:1}
.wllc-bundle-choice-qty-wrap{display:inline-flex;align-items:center;gap:6px;margin-left:auto;white-space:nowrap}
.wllc-bundle-choice-qty{width:70px;max-width:70px;padding:5px}
.wllc-bundle-choice-qty:disabled{opacity:.55}
.wllc-bundle-required-item{display:flex;gap:10px;align-items:center;margin:6px 0}.wllc-bundle-required-name{flex:1}.wllc-bundle-required-qty-wrap{display:inline-flex;align-items:center;gap:6px;margin-left:auto;white-space:nowrap}.wllc-bundle-required-qty{width:70px;max-width:70px;padding:5px}
