.wsb-booking-app__stage-primary { display:flex; align-items:center; gap:0px; flex-wrap:wrap; }
.wsb-admin-quote-button { min-height:52px; padding:0 20px; border:1px solid var(--wsb-color-ink,#1d1d1f); border-radius:10px; background:#fff; color:var(--wsb-color-ink,#1d1d1f); font:500 14px/1.2 Poppins,Inter,system-ui,sans-serif; cursor:pointer; }
.wsb-admin-quote-button:hover:not(:disabled) { border-color:#581d98; color:#581d98; }
.wsb-admin-quote-button:focus-visible { outline:3px solid rgba(88,29,152,.2); outline-offset:2px; }
.wsb-admin-quote-button:disabled { cursor:not-allowed; opacity:.5; }
.wsb-admin-quote-backdrop[hidden] { display:none; }
.wsb-admin-quote-drawer { font-family:Poppins,Inter,system-ui,-apple-system,"Segoe UI",sans-serif; }
.wsb-admin-quote-drawer__body { display:grid; align-content:start; gap:16px; }
.wsb-admin-quote-drawer__document { color:var(--wsb-color-muted,#686868); font-size:13px; }
.wsb-admin-quote-drawer__summary { display:flex; align-items:center; justify-content:space-between; min-height:58px; padding:14px 16px; border:1px solid rgba(88,29,152,.22); border-radius:10px; background:rgba(88,29,152,.055); color:#241331; font-size:16px; font-weight:600; }
.wsb-admin-quote-drawer label { display:grid; gap:7px; color:#1d1d1f; font-size:14px; font-weight:500; }
.wsb-admin-quote-drawer input { min-height:50px; padding:0 13px; border:1px solid #d7d7dc; border-radius:10px; background:#fff; color:#1d1d1f; font:400 15px/1.2 Poppins,Inter,system-ui,sans-serif; }
.wsb-admin-quote-drawer input:focus { border-color:#6f2da8; outline:2px solid rgba(111,45,168,.14); }
.wsb-admin-quote-drawer__error { margin:0; padding:11px 13px; border-radius:10px; background:#fff2f1; color:#a32922; font-size:13px; }
.wsb-admin-quote-drawer__actions { display:grid; gap:10px; margin-top:4px; }
.wsb-admin-quote-drawer__download { display:flex; align-items:center; justify-content:center; min-height:46px; border:1px solid rgba(88,29,152,.35); border-radius:10px; color:#581d98; font:600 14px/1 Poppins,Inter,system-ui,sans-serif; text-decoration:none; order:2; }
.wsb-admin-quote-drawer__download:hover { border-color:#581d98; background:rgba(88,29,152,.055); color:#431477; }
.wsb-admin-quote-drawer__download[hidden] { display:none; }
.wsb-admin-quote-drawer__cancel { min-height:42px; border:0; background:transparent; color:#5d3a73; font:500 14px/1 Poppins,Inter,system-ui,sans-serif; cursor:pointer; order:2; }
.wsb-admin-quote-drawer__send { width:100%; min-height:52px; border-radius:10px; font-weight:500; order:1; }
.wsb-admin-quote-drawer__send.wsb-booking-app__button--ready { background:linear-gradient(115deg,#f84438 2%,rgba(88,29,152,.9) 98%); color:#fff; }
.wsb-admin-quote-open { overflow:hidden; }
@media (max-width:680px) { .wsb-booking-app__stage-primary { width:100%; } .wsb-admin-quote-button,.wsb-booking-app__stage-primary>.wsb-booking-app__button { width:100%; } .wsb-admin-quote-drawer { width:100%; border-radius:16px 16px 0 0; } }
@media (prefers-reduced-motion:reduce) { .wsb-admin-quote-drawer { transition:none; animation:none; } }
