/*
 * order-panel-base.css
 * Foundational base styling of the booking panel (#quickOrderWidget + its .hero-right shell),
 * copied from the homepage critical CSS (James/index.html  <style id="home-critical-css">),
 * minus non-panel bits (header dropdowns, the icons-font-ready FOUT guard).
 *
 * On the homepage these rules sit in the inline critical CSS BEFORE home.css, so they are the
 * panel's base layer that home.css then refines (e.g. .side-btn grows 60px -> 73px). Secondary
 * pages must load THIS file BEFORE home.css to reproduce that cascade; per-breakpoint tuning
 * lives in order-panel-parity.css (load it last). Only .hero-right is included from the hero
 * block (panel width 490px, centered) - .hero / .hero-left stay each page's own layout.
 */

/* panel container shell */
.hero-right{width:100%;max-width:490px;margin:0 auto;display:flex;flex-direction:column;scroll-margin-top:88px}
@media (min-width: 768px){.hero-right{width:490px;margin-top:8px}}

.widget-top,.widget-bottom{background:#fff;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column}.widget-top{gap:10px;padding:8px 12px 34px;border-radius:28px;box-shadow:0 -4px 20px rgba(0,0,0,.02),0 16px 40px rgba(15,23,42,.09)}.widget-bottom{position:relative;z-index:2;gap:14px;margin-top:-18px;padding:18px;border-radius:28px;box-shadow:0 -4px 20px rgba(0,0,0,.03),0 18px 44px rgba(15,23,42,.1)}
.card{display:flex;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px}.material-icons-round{display:inline-flex;align-items:center;justify-content:center;width:1em;min-width:1em;max-width:1em;overflow:hidden;font-family:"Material Icons Round";font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.label,.truck-field-label{display:block;margin-bottom:3px;color:var(--home-text-subtle);font-size:11px;font-weight:800;line-height:1.08;letter-spacing:.06em;text-transform:uppercase}.green-text{color:#00a63e;font-weight:700}
.address-card{min-height:66px;gap:8px;padding:9px 12px}.address-col{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.address-col input{width:100%;border:0;outline:0;background:transparent;color:var(--home-text-strong);font-size:16.8px;font-weight:700;line-height:1.16;letter-spacing:-.026em;text-overflow:ellipsis;white-space:nowrap}.address-col input::placeholder{color:#2f3a4c;opacity:1}.icon-btn{width:40px;height:40px;min-width:40px;border:0;border-radius:13px;background:#f4f5f7;color:#555;display:flex;align-items:center;justify-content:center}
.truck-card{min-height:88px;display:grid;grid-template-columns:94px minmax(0,1fr) 24px;gap:10px 12px;padding:16px 16px 16px 14px}.truck-img{width:94px;height:60px;object-fit:contain;transform:scale(1.14);transform-origin:center}.truck-info{min-width:0;margin-left:10px}.truck-main-line{display:flex;align-items:center;gap:7px;color:var(--home-text-strong);font-size:18.4px;font-weight:750;line-height:1.04;letter-spacing:-.034em;white-space:nowrap}.truck-main-name{overflow:hidden;text-overflow:ellipsis}.arrow-icon{font-size:22px;color:#111}
.loaders-card{display:grid;grid-template-columns:67px minmax(0,1fr);min-height:122px;gap:10px 12px;padding:14px 14px 12px}.loader-img{width:58px;height:46px;object-fit:contain}.loader-img--main{width:67px;height:53px}.loader-text{min-width:0;color:var(--home-text-body);font-weight:600;line-height:1.28}.loader-text span{display:block}#loadersTextLine1{color:var(--home-text-strong);font-size:15.8px;font-weight:800;line-height:1.12}#loadersTextLine2{margin-top:3px;color:var(--home-text-subtle);font-size:13.8px;line-height:1.28}.counter-box{grid-column:1/-1;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:5px;margin-top:4px;padding:5px;border-radius:16px;background:#f4f5f7}.counter-btn{width:44px;height:44px;border:0;border-radius:13px;background:#fff;color:#111827;font-size:24px;box-shadow:0 1px 4px rgba(0,0,0,.06)}.counter-texts{display:flex;flex-direction:column;align-items:center}.counter-texts>span{font-size:11px;color:var(--home-text-subtle);font-weight:800;line-height:1}.counter-texts strong{display:flex;align-items:center;gap:4px;color:var(--home-text-strong);font-size:17px}.info-tooltip-wrap{position:relative;display:inline-flex;align-items:center}.info-icon{font-size:14px;color:#cbd5e1}.tooltip-box{position:absolute;top:calc(100% + 14px);left:50%;width:270px;max-width:calc(100vw - 48px);padding:16px;border-radius:12px;background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.12);color:#555;font-size:13px;line-height:1.5;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(5px);pointer-events:none}
.service-comment-row[hidden],.rental-time-hint[hidden],.multi-stop-display[hidden]{display:none!important}.two-col-row{display:flex;gap:6px}.options-card,.time-card{flex:1;justify-content:space-between;padding:5px 13px}.options-card{color:var(--home-text-strong);font-size:14px;font-weight:700;line-height:1.35}.options-card>span:first-child{font-size:inherit}.options-card>span:first-child::after{content:none}.options-control-shell,.vert-controls{display:flex;align-items:center;justify-content:center;background:#f4f5f7}.options-control-shell{border-radius:14px;padding:4px}.options-icon{width:36px;height:32px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;color:#333}.time-card{display:flex;gap:10px}.time-card .label{display:block;margin:0 0 6px;color:var(--home-text-subtle);font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.time-info #rentalTimeText{display:block;color:var(--home-text-strong);font-size:22px;font-weight:800;line-height:1.1;letter-spacing:-.03em;white-space:nowrap}.vert-controls{flex-direction:column;gap:4px;padding:4px;border-radius:14px}.vert-controls button{width:36px;height:32px;min-height:0;flex:0 0 auto;border:0;border-radius:10px;background:#fff;color:#111827;font-size:18px;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.phone-group{min-height:72px;padding:11px 12px 11px 16px;border:1px solid #d5d8de;border-radius:22px;background:#fff;display:flex;align-items:center}.phone-wrapper{width:100%;display:flex;align-items:center;gap:12px}.phone-input-main{position:relative;flex:1}.phone-input-main input{width:100%;border:0;outline:0;background:transparent;color:var(--home-text-strong);font-size:17.2px;font-weight:700;line-height:1.02;padding:16px 0 0}.floating-label{position:absolute;left:0;top:10px;color:#6b7280;font-size:11.5px;font-weight:700}.user-icon{width:46px;height:46px;min-width:46px;border-radius:15px;background:#eceef2;color:#2f3a53;display:flex;align-items:center;justify-content:center;font-size:24px}
.delivery-time-row{display:flex;gap:10px}.radio-card{position:relative;flex:1;min-height:82px;padding:15px 16px;gap:14px;border:1px solid #d9dee5;border-radius:20px;background:#fff}.radio-card input{position:absolute;opacity:0}.radio-card.active{border-color:#99d18e;background:#f1faee}.radio-top{width:28px;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center}.checkmark{display:none;color:#00b840}.radio-card.active .checkmark{display:inline-flex}.empty{width:22px;height:22px;border:2px solid #cfd5dc;border-radius:50%}.radio-card.active .empty{display:none}.radio-text,.calendar-wrap{color:var(--home-text-strong);font-size:15.8px;font-weight:700;line-height:1.32}.calendar-wrap{display:flex;align-items:center;gap:10px}.calendar-wrap span:last-child{max-width:9.8ch;font-size:14.2px;line-height:1.2;white-space:normal}.calendar-wrap .material-icons-round{width:34px;height:34px;border-radius:10px;background:#eef2f6;display:flex;align-items:center;justify-content:center;font-size:19px!important}
.checkout-row{display:grid;grid-template-columns:60px minmax(0,1fr) 60px;gap:10px}.side-btn,.checkout-btn{height:64px;border:0;border-radius:18px}.side-btn{width:60px;display:flex;align-items:center;justify-content:center}.wallet-btn{position:relative;background:#f4f5f7;color:#222;flex-direction:column;gap:4px;padding:6px 4px 4px}.wallet-btn .material-icons-round{font-size:22px;line-height:1}body.home-page #paymentMethodBtn.wallet-btn .wallet-badge{position:static!important;top:auto!important;right:auto!important;min-width:0!important;height:auto!important;padding:3px 7px!important;border:0!important;border-radius:999px!important;background:#087c3a!important;color:#fff!important;font-size:8.5px!important;font-weight:800!important;letter-spacing:.05em!important;line-height:1!important;box-shadow:0 1px 2px rgba(8,124,58,.22)!important}.discount-btn{background:#fef2f2;color:#ef4444}.checkout-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:linear-gradient(135deg,#00c645 0%,#009e36 100%);color:#fff;box-shadow:0 8px 18px rgba(0,184,64,.16)}.checkout-label{font-size:17.6px;font-weight:800;line-height:1.04;letter-spacing:-.026em}.total-price{font-size:30px;font-weight:900;line-height:.96;letter-spacing:-.052em}.checkout-assurance{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:8px;margin-top:4px;color:#4b5563;font-size:11px;font-weight:780;line-height:1.2;letter-spacing:-.01em}.checkout-assurance>span{display:inline-flex;align-items:center;gap:3px;min-width:0;white-space:nowrap}.checkout-assurance .material-icons-round{width:14px!important;height:14px!important;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 14px;color:#00b840;font-size:14px!important}.agreements{display:flex;flex-direction:column;gap:12px;margin-top:2px}.checkbox-label{display:flex;align-items:flex-start;color:var(--home-text-subtle);font-size:12px;line-height:1.45}.checkbox-label input{position:absolute;opacity:0}.custom-checkbox{min-width:19px;height:19px;margin-right:13px;border:1.5px solid #cbd5e1;border-radius:6px;background:#fff}.checkbox-label a{color:var(--home-text-muted);font-weight:700;text-decoration:underline}
