.payroll-check{appearance:none;width:22px;height:22px;border-radius:50%;border:2px solid #cfd8e6;background:#fff;display:grid;margin:auto;place-items:center;cursor:pointer}.payroll-check:checked{background:#5b22e7;border-color:#5b22e7}.payroll-check:checked:after{content:'✓';color:#fff;font-size:14px;font-weight:800}.payroll-actions button svg{width:17px;height:17px}
.payroll-person > div{display:grid;gap:2px;min-width:0}.payroll-person b{display:block;white-space:nowrap}.payroll-person small{display:block;direction:ltr;text-align:right;color:#71809d;font-size:11px;font-weight:700;line-height:1.25}
.payroll-avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;overflow:hidden;background:#eeeaff;color:#5c21e7;display:grid;place-items:center;font-size:12px;font-weight:700}.payroll-avatar img{display:block;width:100%;height:100%;object-fit:cover}
