
.wcla-box{margin:16px 0;padding:16px;border:1px solid #e8e8e8;border-radius:12px;background:#fff}
.wcla-title{font-size:18px;font-weight:700;margin:0 0 6px}
.wcla-desc{font-size:13px;color:#666;margin:0 0 12px}
.wcla-items{display:flex;flex-direction:column;gap:10px}
.wcla-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;border:1px solid #f0f0f0;border-radius:12px;cursor:pointer}
.wcla-item-left{display:flex;flex-direction:column;gap:4px}
.wcla-item-name{font-weight:700}
.wcla-item-sub{font-size:12px;color:#666}
.wcla-item-right{display:flex;align-items:center;gap:12px}
.wcla-item-price{font-weight:700;white-space:nowrap}
.wcla-checkbox{width:18px;height:18px}
.wcla-item.is-loading{opacity:.6;pointer-events:none}
