.employee-source-picker{margin-bottom:18px;padding:14px;border:1px solid #dce3e6;border-radius:10px;background:#f8fafb}
.employee-source-picker .filter-bar{margin-bottom:12px}
.employee-source-picker>label{display:flex;flex-direction:column;gap:6px;color:#52636b;font-size:13px}
.employee-source-picker select{width:100%;padding:10px;border:1px solid #cbd5d9;border-radius:7px;background:#fff;color:#17212b}
:root[data-theme="dark"] .employee-source-picker{background:#182327;border-color:#34454b}
:root[data-theme="dark"] .employee-source-picker select{background:#111b1f;border-color:#45585f;color:#e7edef}
.search-clear{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#e9eef0;color:#52636b;cursor:pointer;font-size:18px;line-height:1}
.search-clear:hover{background:#dce5e7;color:#17212b}
.employee-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.employee-product-summary{color:var(--muted);font-size:13px;text-align:right;white-space:nowrap}
:root[data-theme="dark"] .search-clear{background:#2a3a40;color:#d9e5e8}
.company-editor-modal{width:min(1120px,100%)}
.company-editor-modal .company-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px}
.company-editor-modal .company-form-section{grid-column:1/-1}
@media(max-width:900px){.company-editor-modal .company-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-heading-actions{align-items:flex-end;flex-direction:column}.employee-product-summary{white-space:normal}}
@media(max-width:560px){.company-editor-modal .company-form-grid{grid-template-columns:1fr}.company-editor-modal .span-2{grid-column:auto}}
