.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}
.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))}}
@media(max-width:560px){.company-editor-modal .company-form-grid{grid-template-columns:1fr}.company-editor-modal .span-2{grid-column:auto}}
