/* Fenestration Services — Abandoned Quotes analytics */
.fs-abq-nav-link{cursor:pointer}
.fs-abq-page{font-family:Inter,Roboto,Arial,sans-serif;color:#0b1f3e;max-width:1500px;margin:0 auto}
.fs-abq-page *{box-sizing:border-box}
.fs-abq-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}
.fs-abq-kicker{display:block;color:#b59060;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}
.fs-abq-head h1{margin:0;font-size:30px;line-height:1.15;font-weight:800;color:#0b1f3e}
.fs-abq-head p{margin:8px 0 0;color:#66758d;font-size:14px;line-height:1.55;max-width:760px}
.fs-abq-refresh{border:0;border-radius:10px;background:#0b2c59;color:#fff;min-height:42px;padding:0 18px;font-weight:800;cursor:pointer;white-space:nowrap}
.fs-abq-refresh:disabled{opacity:.55;cursor:wait}
.fs-abq-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.fs-abq-card{background:#fff;border:1px solid #dfe5ee;border-radius:14px;padding:17px 18px;box-shadow:0 8px 24px rgba(11,31,62,.05)}
.fs-abq-card span{display:block;color:#6b7890;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.fs-abq-card strong{display:block;margin-top:7px;font-size:27px;line-height:1;color:#0b1f3e}
.fs-abq-card--gold{border-top:3px solid #b59060}
.fs-abq-card--danger{border-top:3px solid #b42318}
.fs-abq-card--success{border-top:3px solid #18794e}
.fs-abq-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(130px,.7fr)) repeat(2,minmax(135px,.7fr));gap:10px;padding:14px;background:#fff;border:1px solid #dfe5ee;border-radius:14px;margin-bottom:16px}
.fs-abq-field{display:flex;flex-direction:column;gap:5px}
.fs-abq-field label{font-size:11px;font-weight:800;color:#516078;text-transform:uppercase;letter-spacing:.05em}
.fs-abq-field input,.fs-abq-field select{height:40px;border:1px solid #cfd7e3;border-radius:9px;padding:0 10px;background:#fff;color:#10203a;font-size:13px;outline:none}
.fs-abq-field input:focus,.fs-abq-field select:focus{border-color:#b59060;box-shadow:0 0 0 3px rgba(181,144,96,.14)}
.fs-abq-table-wrap{background:#fff;border:1px solid #dfe5ee;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(11,31,62,.04)}
.fs-abq-table-scroll{overflow:auto}
.fs-abq-table{width:100%;border-collapse:collapse;min-width:1120px}
.fs-abq-table th{padding:12px 13px;background:#f5f7fb;color:#52617a;text-align:left;font-size:11px;letter-spacing:.045em;text-transform:uppercase;border-bottom:1px solid #dfe5ee;white-space:nowrap}
.fs-abq-table td{padding:13px;border-bottom:1px solid #edf0f5;vertical-align:top;font-size:13px;color:#263650}
.fs-abq-table tbody tr:hover{background:#fafbfd}
.fs-abq-service{font-weight:800;color:#0b1f3e;max-width:260px}
.fs-abq-service small{display:block;margin-top:4px;color:#77849a;font-weight:600}
.fs-abq-price{font-weight:800;color:#0b1f3e;white-space:nowrap}
.fs-abq-muted{color:#8a96a9}
.fs-abq-status{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap;background:#edf2f8;color:#42536c}
.fs-abq-status--abandoned{background:#fff0ef;color:#a12820}
.fs-abq-status--converted{background:#eaf8f1;color:#176b47}
.fs-abq-status--price{background:#fff7e7;color:#8a5a00}
.fs-abq-inputs details{min-width:170px}
.fs-abq-inputs summary{cursor:pointer;font-weight:800;color:#0b2c59}
.fs-abq-input-list{margin:8px 0 0;padding:0;list-style:none;display:grid;gap:5px}
.fs-abq-input-list li{font-size:12px;color:#5b6880;line-height:1.35}
.fs-abq-input-list b{color:#263650}
.fs-abq-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-top:1px solid #e5e9f0;background:#fbfcfe}
.fs-abq-page-info{font-size:12px;color:#69768c;font-weight:700}
.fs-abq-page-actions{display:flex;gap:8px}
.fs-abq-page-actions button{height:35px;border:1px solid #cfd7e3;background:#fff;color:#0b2c59;border-radius:8px;padding:0 13px;font-weight:800;cursor:pointer}
.fs-abq-page-actions button:disabled{opacity:.45;cursor:not-allowed}
.fs-abq-empty,.fs-abq-error,.fs-abq-loading{padding:36px 20px;text-align:center;color:#69768c;font-weight:700}
.fs-abq-error{color:#a12820}
.fs-abq-location-note{font-size:11px;color:#77849a;margin-top:3px}
.fs-abq-neighborhood-field{margin-top:0}
@media(max-width:1100px){.fs-abq-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fs-abq-filters{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.fs-abq-head{flex-direction:column}.fs-abq-head h1{font-size:25px}.fs-abq-refresh{width:100%}.fs-abq-cards{grid-template-columns:1fr 1fr;gap:9px}.fs-abq-card{padding:14px}.fs-abq-card strong{font-size:23px}.fs-abq-filters{grid-template-columns:1fr 1fr;padding:11px}.fs-abq-field:first-child{grid-column:1/-1}}
@media(max-width:460px){.fs-abq-cards{grid-template-columns:1fr}.fs-abq-filters{grid-template-columns:1fr}.fs-abq-field:first-child{grid-column:auto}}

/* Reset Counting control — ABANDONEDQUOTES3 */
.fs-abq-resetbar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dce3ed;border-left:4px solid #b59060;border-radius:12px;padding:13px 15px;margin-bottom:18px}.fs-abq-resetbar>div{display:flex;flex-direction:column;gap:3px}.fs-abq-resetbar strong{color:#0b2341;font-size:13px}.fs-abq-resetbar span{color:#6b7b90;font-size:12px;line-height:1.4}.fs-abq-resetbar button{border:1px solid #d4a15e;border-radius:9px;padding:10px 15px;background:#fff7ed;color:#8a5a18;font-weight:800;cursor:pointer;white-space:nowrap}.fs-abq-resetbar button:hover{background:#ffedd5}.fs-abq-resetbar button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:760px){.fs-abq-resetbar{align-items:stretch;flex-direction:column}.fs-abq-resetbar button{width:100%}}
