/* Scope checkbox resets to the sales filter, not document inputs. */
#sales-filter-popover { box-sizing:border-box; min-width:0; max-width:calc(100vw - 20px); padding:12px; font-size:13px; }
#sales-filter-popover h4 { font-size:14px; margin:0 0 12px; }
#sales-filter-popover .customer-item { display:grid; grid-template-columns:16px minmax(0,1fr); gap:8px; min-height:32px; padding:6px; box-sizing:border-box; font-size:13px; cursor:pointer; }
#sales-filter-popover .customer-item[hidden] { display:none!important; }
#sales-filter-popover .customer-item input[type=checkbox] { width:16px!important; min-width:16px!important; max-width:16px!important; height:16px!important; min-height:16px!important; padding:0!important; margin:0!important; accent-color:#2563eb; }
#sales-filter-popover .customer-item span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:left; }
#sales-filter-popover .customer-item:hover { background:#eef4ff; }
#sales-filter-popover input:is([type=search],[type=date]) { width:100%; min-width:0; height:36px!important; min-height:36px!important; box-sizing:border-box; font-size:13px; }
#sales-filter-popover .customer-list { max-height:220px; overflow:auto; margin-top:8px; }
#sales-filter-popover .toolbar { display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }
#sales-filter-popover .toolbar .btn { width:auto; min-width:64px; height:34px!important; min-height:34px!important; padding:4px 12px; font-size:13px; }
