/*
 * Phase 2 — Lot CSS 2AA
 * Module : appareils installés
 * Extraction stricte du bloc nf-install-dev-css.
 * Aucune règle de navigation et aucun JavaScript modifiés.
 */

#screen-installer .nf-install-dev-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid rgba(0,0,0,.06);}
#screen-installer #nf-install-devices .nf-install-dev-row:first-child{border-top:none;}
#screen-installer .nf-install-dev-name{font-weight:600;font-size:14px;}
#screen-installer .nf-install-dev-cur{font-weight:600;font-size:11px;color:#2c7a45;background:rgba(60,160,90,.15);padding:1px 7px;border-radius:999px;margin-left:6px;}
#screen-installer .nf-install-dev-sub{font-size:12px;opacity:.65;margin-top:2px;}
#screen-installer .nf-install-dev-del{background:none;border:none;color:#b4472e;font-size:16px;cursor:pointer;padding:6px 8px;border-radius:8px;flex:0 0 auto;line-height:1;}
#screen-installer .nf-install-dev-del:hover{background:rgba(180,71,46,.08);}
