.live-order-banner{margin:10px 14px 0;padding:12px 14px;border-radius:16px;background:#071a3b;color:#fff;box-shadow:0 10px 24px rgba(7,26,59,.18)}
.live-order-banner.hidden{display:none}.live-order-banner button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;background:transparent;color:inherit;text-align:left;padding:0}.live-order-banner small{display:block;color:#f8cb46;font-size:9px;font-weight:800;letter-spacing:.08em}.live-order-banner strong{display:block;margin-top:3px;font-size:13px}.live-order-banner p{margin:3px 0 0;color:#cbd5e1;font-size:10px}.live-order-banner .live-arrow{font-size:22px;color:#f8cb46}
.customer-details-card,.bill-details-card{background:#fff;border:1px solid #e7ebf0;border-radius:16px;padding:14px;margin-bottom:12px}.checkout-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.checkout-section-head small{display:block;color:#94a3b8;font-size:8px;font-weight:800;letter-spacing:.08em}.checkout-section-head strong{display:block;margin-top:3px;color:#111827;font-size:13px}.checkout-section-head>span{padding:4px 7px;border-radius:999px;background:#fff7d6;color:#8a6500;font-size:8px;font-weight:800}.checkout-field{display:block;margin-top:10px}.checkout-field span{display:block;margin-bottom:5px;color:#64748b;font-size:10px;font-weight:700}.checkout-field input{width:100%;height:42px;border:1px solid #dfe4ea;border-radius:11px;padding:0 12px;font:inherit;font-size:13px;color:#111827;outline:none;background:#fafbfc}.checkout-field input:focus{border-color:#071a3b;background:#fff;box-shadow:0 0 0 3px rgba(7,26,59,.08)}.checkout-hint{margin:9px 0 0;color:#94a3b8;font-size:9px;line-height:1.4}.bill-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;color:#64748b;font-size:11px}.bill-row strong{color:#334155}.bill-total{margin-top:5px;padding-top:11px;border-top:1px dashed #d8dee7;font-size:13px}.bill-total span,.bill-total strong{color:#111827;font-weight:800}.checkout-error{margin:0 0 10px;padding:10px 12px;border-radius:11px;background:#fef2f2;color:#b91c1c;font-size:10px;line-height:1.4}.checkout-error.hidden{display:none}.checkout-btn:disabled{opacity:.65;cursor:not-allowed}
.store-card{border-radius:18px!important;border:1px solid #e8ebef!important;box-shadow:0 6px 18px rgba(15,23,42,.045)!important}.store-thumb,.product-thumb{background:#f7f8fa!important;border:1px solid #eceff3!important}.product-card{border-radius:16px!important;border-color:#e8ebef!important;box-shadow:none!important}.product-name{font-weight:700!important;color:#111827!important}.product-price{font-weight:800!important;color:#071a3b!important}.action-btn{border-radius:10px!important}.add-btn{background:#071a3b!important;color:#fff!important}.buy-btn{background:#f8cb46!important;color:#071a3b!important}
.cart-footer{max-height:70vh;overflow:auto}.cart-total{position:sticky;bottom:52px;background:#fff;padding-top:8px}.checkout-btn{position:sticky;bottom:0}

/* Order details sheet: fixed header with independently scrollable content */
.uq-detail-sheet{overscroll-behavior:contain!important}
.uq-sheet-panel{height:min(88dvh,760px)!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;display:flex!important;flex-direction:column!important;min-height:0!important}
.uq-sheet-panel>#orderDetailsContent{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important;height:100%!important}
.uq-sheet-head{flex:0 0 64px!important;min-height:64px!important;position:relative!important;z-index:2!important}
.uq-sheet-scroll{flex:1 1 auto!important;min-height:0!important;height:auto!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;padding-bottom:calc(44px + env(safe-area-inset-bottom))!important}

.use-current-location-btn{width:100%;min-height:46px;margin-top:10px;border:1px solid #d9e0e8;border-radius:12px;background:#fff;color:#071a3b;display:flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.use-current-location-btn:active{transform:scale(.99);background:#f7f8fa}.use-current-location-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}