.dmc-ordering { max-width: 1000px; margin: 40px auto; padding: 20px; background:#fff; border-radius:12px; box-shadow:0 4px 20px rgba(0,0,0,0.1); }
.dmc-ordering h2 { color:#FF7400; text-align:center; margin-bottom:30px; }
#dmc-outlet-select { width:100%; padding:15px; font-size:16px; border-radius:8px; border:1px solid #ddd; margin-bottom:30px; }
#dmc-menu-section { display:none; }
.dmc-menu-list { display:grid; grid-template-columns:repeat(auto-fill,minmax(250px,1fr)); gap:20px; margin-bottom:40px; }
.dmc-menu-item { border:1px solid #eee; border-radius:12px; overflow:hidden; background:#fff; text-align:center; box-shadow:0 2px 10px rgba(0,0,0,0.05); }
.dmc-menu-item img { width:100%; height:180px; object-fit:cover; }
.dmc-menu-item h3 { margin:15px 10px 5px; font-size:17px; }
.dmc-menu-item .price { color:#FF7400; font-weight:bold; font-size:19px; margin:10px 0; }
.dmc-qty { display:flex; justify-content:center; align-items:center; gap:15px; margin:15px 0; }
.dmc-qty button { width:40px; height:40px; background:#FF7400; color:#fff; border:none; border-radius:50%; font-size:22px; cursor:pointer; }
.dmc-qty span { font-size:20px; min-width:40px; }
#dmc-wa-btn { background:#25D366; color:#fff; padding:18px; border:none; border-radius:12px; font-size:20px; cursor:pointer; width:100%; font-weight:bold; }