/* ── LINKEDIN ── */
.li-row { display:flex; align-items:center; gap:8px; padding:9px 0; border-bottom:1px solid #f0eee9; }
.li-row:last-child { border-bottom:none; }
.li-badge { font-size:9px; font-weight:700; padding:2px 6px; border-radius:10px; flex-shrink:0; text-transform:uppercase; letter-spacing:.3px; }
.li-b-en_attente     { background:#fef3c7; color:#92400e; }
.li-b-invite_envoyee { background:#e0f2fe; color:#0369a1; }
.li-b-connecte       { background:#dcfce7; color:#166534; }
.li-b-m1_envoye      { background:#f0fdf4; color:#166534; }
.li-b-m2_envoye      { background:#f0eee9; color:#888; }
.li-b-skipped        { background:#fafafa; color:#ccc; }
.li-name    { font-size:12px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.li-company { font-size:10.5px; color:#888; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.li-actions { display:flex; gap:4px; flex-shrink:0; margin-left:auto; }
.li-action-btn { background:none; border:1px solid #e8e6e0; border-radius:5px; padding:3px 7px; font-size:10px; cursor:pointer; color:#666; font-family:inherit; }
.li-action-btn:hover { background:#f7f6f3; }
