/* MOB365 Restaurant module — Restaurant-only presentation rules. */
#restaurantWorkspace .m3-product:hover{border-color:#80c9c3!important;box-shadow:0 8px 20px #0c7e7518!important;transform:translateY(-1px)!important}
.mob365-floor-only #restaurantWorkspace button.mob34-table-card.free{border-color:#55bf91!important}
.mob365-floor-only #restaurantWorkspace button.mob34-table-card.busy{border-color:#efa734!important}
.mob365-floor-only #restaurantWorkspace button.mob34-table-card.reserved{border-color:#32cbd0!important}

/* Restaurant V49: modern checkout using the same visual language as Café. */
#restaurantWorkspace .mob37-checkout{border:1px solid #d6e3e4!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 26px #153a4314!important;overflow:hidden!important}
#restaurantWorkspace .m3-order-head{border-bottom:1px solid #dce7e8!important;background:#fff!important}
#restaurantWorkspace .m3-lines{padding:0 10px!important;background:#fff!important}
#restaurantWorkspace .m3-line-item{position:relative!important;margin:0!important;border-bottom:1px solid #e4ecec!important;background:#fff!important}
#restaurantWorkspace .m3-lines>.m3-line-item:first-child{border-left:4px solid #17a99d!important;border-radius:10px!important;background:#f2fbf9!important;box-shadow:inset 0 0 0 1px #c5e9e5!important}
#restaurantWorkspace .m3-total{display:grid!important;gap:5px!important;margin:0 12px 10px!important;padding:12px 15px!important;border:1px solid #b9dfdb!important;border-radius:14px!important;background:linear-gradient(135deg,#eefaf8 0%,#e2f5f1 100%)!important;color:#173b3f!important;box-shadow:0 7px 18px #0b716b12!important}
#restaurantWorkspace .m3-total>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
#restaurantWorkspace .m3-total span{color:#557175!important;font-size:11px!important;font-weight:850!important}
#restaurantWorkspace .m3-total b{color:#294b4e!important;font-size:14px!important}
#restaurantWorkspace .m3-total strong{color:#087b72!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.04em!important}
#restaurantWorkspace .m3-total-discount b{color:#b45a25!important}
#restaurantWorkspace .m3-order-buttons{gap:8px!important;padding:0 12px 12px!important;background:#fff!important}
#restaurantWorkspace .m3-order-buttons>.m3-btn{min-height:44px!important;border-radius:11px!important;font-size:11px!important;font-weight:900!important}
#restaurantWorkspace .m3-order-buttons>.discount-action{grid-column:1/-1!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:48px!important;padding:0 14px!important;border:1px solid #9fd6d0!important;background:#effaf8!important;color:#0b665f!important}
#restaurantWorkspace .m3-order-buttons>.discount-action>span{font-size:12px!important;font-weight:900!important;letter-spacing:.02em!important}
#restaurantWorkspace .m3-order-buttons>.discount-action>strong{padding:5px 9px!important;border-radius:999px!important;background:#fff!important;color:#087b72!important;font-size:12px!important;font-weight:900!important}
#restaurantWorkspace .m3-order-buttons>.discount-action:hover:not(:disabled){border-color:#159b90!important;background:#e4f7f4!important}
#restaurantWorkspace .m3-order-buttons>.success{background:#11a875!important;border-color:#11a875!important;color:#fff!important}
#restaurantWorkspace .m3-order-buttons>.primary{background:#0f958c!important;border-color:#0f958c!important;color:#fff!important}

/* Restaurant V50: compact control area leaves the cart lines visible. */
#restaurantWorkspace .mob37-checkout .m3-order-meta{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;padding:7px 9px!important}
#restaurantWorkspace .mob37-checkout .m3-stat{min-height:43px!important;padding:6px 7px!important;border-radius:9px!important}
#restaurantWorkspace .mob37-checkout .m3-stat span{font-size:7px!important}
#restaurantWorkspace .mob37-checkout .m3-stat strong{font-size:11px!important}
#restaurantWorkspace .mob37-checkout .m3-progress-wrap{padding:3px 10px 5px!important}
#restaurantWorkspace .mob37-checkout .m3-progress-head{font-size:8px!important}
#restaurantWorkspace .m3-total{min-height:74px!important;padding:9px 13px!important}
#restaurantWorkspace .m3-total span{font-size:9px!important}
#restaurantWorkspace .m3-total b{font-size:12px!important}
#restaurantWorkspace .m3-total strong{font-size:25px!important}
#restaurantWorkspace .m3-order-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
#restaurantWorkspace .m3-order-buttons>.m3-btn{min-height:38px!important;padding:0 7px!important;font-size:9px!important}
#restaurantWorkspace .m3-order-buttons>.discount-action,#restaurantWorkspace .m3-order-buttons>.wide{grid-column:1/-1!important}
#restaurantWorkspace .m3-order-buttons>.success,#restaurantWorkspace .m3-order-buttons>.primary:not(.wide){grid-column:auto!important}
