.quick-delete {
  border: 1px solid #ead8d4;
  background: #fff7f5;
  color: #9d4c40;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
}
.quick-delete:hover { background: #9d4c40; color: #fff; }

.identity-label { display:inline-flex; align-items:center; width:auto; padding:3px 8px; border-radius:999px; font-size:12px; font-weight:600; }
.identity-buyer { background:#fff0d6; color:#9a5a00; }
.identity-independent_site { background:#e7f4ff; color:#1769aa; }
.identity-community { background:#f3e9ff; color:#7141a6; }
.identity-social_profile { background:#edf1f4; color:#51606b; }
.bulk-bar { display:flex; align-items:center; gap:10px; margin:0 0 12px; padding:10px 12px; background:#eef2eb; border:1px solid #dfe5da; border-radius:10px; font-size:12px; }
.bulk-bar select { padding:8px 10px; }
.lead-select, #selectAllLeads { width:16px; height:16px; }
.detail-workflow { display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding:12px 0; color:#66715d; font-size:12px; border-bottom:1px solid #e4e7df; }
.detail-workflow select { margin-left:auto; padding:8px 10px; }
