.mll-wrap{margin:14px 0 18px;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.06)}
.mll-top{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.mll-title{font-size:18px;font-weight:800}
.mll-sub{font-size:12.5px;opacity:.85}
.mll-closed{padding:10px 12px;border-radius:12px;background:#fff3cd;border:1px solid #ffe69c}
.mll-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:8px}
.mll-num{padding:10px 0;border-radius:12px;border:1px solid rgba(0,0,0,.10);background:#f8fafc;font-weight:800;cursor:pointer;transition:.15s;user-select:none}
.mll-num:hover{border-color:#2271b1}
.mll-num.is-on{background:#e8f3ff;border-color:#2271b1}
.mll-num.is-soldout{opacity:.45;cursor:not-allowed}
.mll-selected{margin-top:14px;padding-top:12px;border-top:1px dashed rgba(0,0,0,.12)}
.mll-selected-title{font-weight:800;margin-bottom:8px}
.mll-selected-list{display:flex;flex-direction:column;gap:8px}
.mll-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff}
.mll-row-left{display:flex;align-items:center;gap:10px}
.mll-pill{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:6px 10px;border-radius:999px;background:#f1f5f9;font-weight:900}
.mll-remove{border:0;background:#fee2e2;color:#991b1b;width:28px;height:28px;border-radius:999px;font-weight:900;cursor:pointer}
.mll-row-right{display:flex;align-items:center;gap:8px}
.mll-row-right label{font-size:12px;opacity:.8}
.mll-amt{width:110px;padding:8px 10px;border-radius:12px;border:1px solid rgba(0,0,0,.10)}
.mll-total{margin-top:10px;font-weight:900}
.mll-note{margin-top:10px;font-size:12px;opacity:.8}
.mll-empty{opacity:.7;font-size:12px}
.mll-limits{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f1f5f9;border:1px solid rgba(0,0,0,.08);font-size:12.5px}
@media (max-width: 700px){
  .mll-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .mll-row{flex-direction:column;align-items:stretch}
  .mll-row-right{justify-content:space-between}
  .mll-amt{width:100%}
}
