.vsg-wrap{margin:16px 0 18px;padding:14px;border:1px solid #e2e8ed;border-radius:12px;background:#fff}
.vsg-title{display:block;font-size:13px;font-weight:600;margin:0 0 10px;color:#33444f}
.vsg-list{display:flex;flex-direction:column;gap:4px}
.vsg-item{display:flex;align-items:center;gap:10px;padding:7px 6px;border-radius:8px;cursor:pointer;transition:background .12s;margin:0}
.vsg-item:hover{background:var(--vsg-surface)}
.vsg-item.vsg-main{cursor:default}
.vsg-item.vsg-main:hover{background:transparent}
.vsg-check{width:18px;height:18px;flex:0 0 auto;accent-color:var(--vsg-primary);margin:0}
.vsg-box{width:18px;height:18px;flex:0 0 auto;border-radius:4px;background:var(--vsg-primary);display:inline-flex;align-items:center;justify-content:center}
.vsg-tick{width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:-1px;display:block}
.vsg-thumb img{width:44px;height:44px;object-fit:cover;border-radius:6px;display:block;margin:0}
.vsg-info{display:flex;flex:1;align-items:center;justify-content:space-between;gap:10px;min-width:0}
.vsg-name{font-size:13px;color:#33444f}
.vsg-name em{color:#7a8a96;font-style:normal;font-size:11.5px}
.vsg-price{font-size:13px;font-weight:600;white-space:nowrap}
.vsg-foot{margin-top:10px;padding-top:10px;border-top:1px solid #eef2f5;font-size:13px;color:#33444f}
.vsg-surcharge-label{margin-right:4px}
.vsg-surcharge{font-size:15px;color:#1a1a1a}
.vsg-surcharge.vsg-discounted{color:var(--vsg-save)}
.vsg-surcharge.vsg-empty{font-size:12px;font-weight:400;color:#9aa7b0}
.vsg-price-net{color:var(--vsg-save)}
.vsg-price-net .vsg-strike{display:inline-block}
.vsg-strike{color:#9aa7b0;text-decoration:line-through;font-size:12px;font-weight:400;margin-left:6px}
