.quote-quick-toolbar { display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid #e2e6eb;border-radius:8px;background:#fff;margin-bottom:20px; }
.quote-quick-toolbar p { margin:4px 0 0;color:#64717e;font-size:13px; }
#quote-product-picker { margin:auto;padding:24px;width:min(960px,calc(100vw - 24px));max-height:calc(100dvh - 32px);border:1px solid #e0e5eb;border-radius:12px;background:#fff;color:#263442;box-shadow:0 24px 80px #0004; }
#quote-product-picker::backdrop { background:#17223899; }
.quote-picker-heading,.quote-picker-footer { display:flex;justify-content:space-between;align-items:center;gap:16px; }
.quote-picker-heading h2 { font-size:22px;margin:0 0 6px; }
.quote-picker-heading p,.quote-picker-footer small { color:#697785;font-size:12px; }
.quote-picker-filters { display:grid;grid-template-columns:2fr 1.3fr 1fr auto;gap:8px;margin-top:16px; }
.quote-picker-results { max-height:42dvh;overflow:auto; }
.quote-picker-row { display:grid;grid-template-columns:minmax(0,1fr) 135px 95px;align-items:center;gap:14px;padding:12px 4px;border-bottom:1px solid #e8edf1; }
.quote-picker-product { display:flex;align-items:center;gap:12px;margin:0;cursor:pointer; }
.quote-picker-product input { width:18px;height:18px;flex-shrink:0;accent-color:#d6ac00; }
.quote-picker-product strong { display:block;font-size:13px; }
.quote-picker-product small { display:block;color:#6c7885; }
.quote-picker-price { font-weight:600;font-size:12px; }
.quote-picker-product-cell { display:flex;align-items:center;gap:10px;min-width:0; }
.quote-picker-product-cell .quote-picker-product { min-width:0; }
.quote-picker-product-cell strong { overflow-wrap:anywhere; }
.quote-picker-thumb { display:flex;align-items:center;justify-content:center;flex:0 0 58px;width:58px;height:58px;padding:4px;border:1px solid #e2e6eb;border-radius:6px;background:#fff; }
button.quote-picker-thumb { cursor:zoom-in; }
.quote-picker-thumb img { width:100%;height:100%;object-fit:contain; }
.quote-picker-no-image { font-size:10px;text-align:center;color:#78838f;background:#f7f9fb; }
.quote-picker-image-dialog { margin:auto;width:min(720px,calc(100vw - 24px));max-height:90dvh;padding:16px;border:0;border-radius:10px; }
.quote-picker-image-dialog::backdrop { background:#172238b3; }
.quote-picker-image-dialog > button { display:block;margin-left:auto; }
.quote-picker-image-dialog > img { display:block;width:100%;height:60dvh;object-fit:contain;margin:12px 0; }
.quote-picker-image-dialog > p { margin:0;text-align:center; }
.quote-picker-pagination { display:flex;justify-content:center;align-items:center;gap:18px;margin:12px 0; }
.quote-picker-selection { background:#f7f9fb;padding:10px;border-radius:6px;margin-bottom:12px; }
.quote-picker-selection summary { cursor:pointer;font-weight:600; }
.quote-picker-selected-row { display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;margin-top:8px; }
.quote-picker-selection > div { max-height:130px;overflow:auto; }
@media(max-width:600px) {
 .quote-quick-toolbar,.quote-picker-footer { flex-direction:column;align-items:stretch; }
 #quote-product-picker { padding:16px; }
 .quote-picker-filters { grid-template-columns:1fr 1fr; }
 .quote-picker-filters input { grid-column:1/-1; }
 .quote-picker-row { grid-template-columns:minmax(0,1fr) 90px;gap:8px; }
 .quote-picker-product-cell { grid-column:1/-1; }
 .quote-picker-results { max-height:36dvh; }
}
/* Quote workspace: compact rows and high-contrast actions. */
.quote-page-shell .btn,
#quote-product-picker .btn,
.quote-picker-image-dialog .btn { border-radius:6px; font-size:12px; font-weight:600; min-height:36px; padding:8px 12px; }
.quote-page-shell .btn-primary,
#quote-product-picker .btn-primary { background:#234b78!important; border-color:#234b78!important; color:#fff!important; }
.quote-page-shell .btn-primary:hover,
#quote-product-picker .btn-primary:hover { background:#163858!important; border-color:#163858!important; }
.quote-page-shell .btn-outline-primary,
.quote-page-shell .btn-soft-primary,
#quote-product-picker .btn-outline-secondary,
.quote-picker-image-dialog .btn-outline-secondary { background:#f0f5fa!important; border-color:#b8cada!important; color:#234b78!important; }
.quote-page-shell .btn-outline-primary:hover,
.quote-page-shell .btn-soft-primary:hover,
#quote-product-picker .btn-outline-secondary:hover { background:#dce8f3!important; color:#163858!important; }
.quote-page-shell .btn:disabled,
#quote-product-picker .btn:disabled { background:#e8edf2!important; border-color:#d4dde6!important; color:#617080!important; opacity:1; cursor:not-allowed; }
.quote-page-shell .btn:focus-visible,
#quote-product-picker .btn:focus-visible { outline:3px solid #87b0d7; outline-offset:2px; box-shadow:none; }
.quote-page-shell .quote-panel-head { background:#f5f8fc; padding:12px 16px!important; gap:12px; flex-wrap:wrap; }
.quote-page-shell .quote-panel-head .eyebrow { color:#526b87; }
.quote-page-shell .quote-panel-head h2 { font-size:18px; }
.quote-page-shell .quote-panel-head > .d-flex { gap:8px; flex-wrap:wrap; }
.quote-page-shell .quote-panel-head .btn { margin:0!important; }
.quote-page-shell .quote-cart-table { table-layout:fixed; width:100%; }
.quote-page-shell .quote-cart-table th { font-size:10px; padding:10px 8px; vertical-align:middle; }
.quote-page-shell .quote-cart-table th:nth-child(2) { width:88px!important; }
.quote-page-shell .quote-cart-table th:nth-child(3),
.quote-page-shell .quote-cart-table th:nth-child(4) { width:118px!important; }
.quote-page-shell .quote-cart-table th:last-child { width:58px!important; }
.quote-page-shell .quote-cart-table td { padding:10px 8px; font-size:12px; vertical-align:middle; }
.quote-page-shell .quote-cart-table td:first-child .min-width-90 { min-width:56px!important; width:56px; flex:0 0 56px; padding:4px!important; margin-right:10px!important; }
.quote-page-shell .quote-cart-table .electro-quote-product-img { width:46px; height:46px; object-fit:contain; }
.quote-page-shell .quote-cart-table td:first-child .d-flex > div { min-width:0; overflow-wrap:anywhere; }
.quote-page-shell .quote-cart-table td:first-child a.text-blue { font-size:12px; line-height:1.5; color:#234b78!important; }
.quote-page-shell .quote-cart-table td small { font-size:10px; }
.quote-page-shell .quote-cart-table td:nth-child(3) strong,
.quote-page-shell .quote-cart-table td:nth-child(4) strong { white-space:nowrap; font-size:11px; font-variant-numeric:tabular-nums; }
.quote-page-shell .quote-cart-table input[type=number] { height:34px; min-height:34px; padding:5px; width:72px; max-width:100%; margin:auto; font-size:12px; }
.quote-page-shell .quote-cart-table td:last-child .btn { padding:6px 9px; min-height:32px; }
.quote-page-shell #quote-cart-update > .border-top { padding:12px 16px!important; gap:8px; flex-wrap:wrap; }
.quote-page-shell #quote-cart-update > .border-top .btn { margin:0!important; }
#quote-product-picker .quote-picker-product input { accent-color:#234b78; }
@media(max-width:575.98px) {
 .quote-page-shell .quote-cart-table tbody tr { padding:12px; gap:10px; }
 .quote-page-shell .quote-cart-table td { padding:0; }
 .quote-page-shell .quote-cart-table input[type=number] { margin:0; }
 .quote-page-shell .quote-panel-head > .d-flex { width:100%; }
 .quote-page-shell .quote-panel-head > .d-flex > * { flex:1; width:auto; }
 .quote-page-shell .quote-panel-head .btn { width:100%; }
 .quote-page-shell #quote-cart-update > .border-top .btn { flex:1 1 140px; }
}
/* Summary and PDF actions share the quote workspace palette. */
.quote-page-shell .quote-summary-panel { padding:20px!important; border-color:#dce5ef!important; }
.quote-page-shell .quote-summary-panel h2 { font-size:19px; margin-bottom:16px!important; }
.quote-page-shell .quote-summary-panel > .d-flex { gap:12px; min-height:28px; margin-bottom:6px!important; font-size:12px; }
.quote-page-shell .quote-summary-panel > .d-flex strong { text-align:right; white-space:nowrap; font-variant-numeric:tabular-nums; }
.quote-page-shell .quote-summary-panel .quote-summary-grand { background:#eef4fa; border:1px solid #dce5ef; border-radius:7px; padding:12px!important; margin:12px 0!important; flex-wrap:wrap; }
.quote-page-shell .quote-summary-panel .quote-summary-grand span { font-size:13px; color:#234b78; }
.quote-page-shell .quote-summary-panel .quote-summary-grand strong { color:#234b78!important; font-size:19px; }
.quote-page-shell .quote-summary-panel > p { font-size:11px; line-height:1.6; color:#617286; margin-bottom:12px; }
.quote-page-shell .quote-summary-panel .quote-pdf-share { padding-top:12px; border-top:1px solid #e3eaf1; margin:12px 0!important; }
.quote-page-shell .quote-summary-panel .js-pdf-prepare { width:100%; background:#234b78!important; color:white!important; border-color:#234b78!important; }
.quote-page-shell .quote-summary-panel .js-pdf-ready:not([hidden]) { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.quote-page-shell .quote-summary-panel .js-pdf-share { grid-column:1/-1; }
.quote-page-shell .quote-summary-panel .js-pdf-ready .btn { margin:0; width:100%; white-space:normal; }
.quote-page-shell .quote-summary-panel [hidden] { display:none!important; }
.quote-page-shell .quote-summary-panel .btn-success { background:#234b78!important; color:white!important; border-color:#234b78!important; box-shadow:none; }
.quote-page-shell .quote-summary-panel .btn-outline-success { background:#f0f5fa; color:#234b78; border-color:#b8cada; }
.quote-page-shell .quote-summary-panel .btn-outline-success:hover { background:#dce8f3; color:#163858; }
.quote-page-shell .quote-summary-panel .js-pdf-status { font-size:11px; line-height:1.6; color:#617286; }
.quote-page-shell .quote-list-panel > .quote-request-form { border:0!important; border-top:1px solid #dce5ef!important; border-radius:0!important; padding:18px!important; background:#f8fafc!important; }
.quote-page-shell .quote-list-panel > .quote-request-form h2 { font-size:18px; margin-bottom:8px!important; }
.quote-page-shell .quote-list-panel > .quote-request-form p { color:#617286!important; font-size:12px; margin-bottom:12px; }
.quote-page-shell .quote-list-panel > .quote-request-form textarea { min-height:80px; height:80px; resize:vertical; font-size:13px; }
.quote-page-shell .quote-list-panel > .quote-request-form > button { width:auto; min-width:180px; margin-left:auto; }
@media(max-width:575.98px) { .quote-page-shell .quote-list-panel > .quote-request-form > button { width:100%; } }
