/* Live Magnum override: icon chips + badges only. No layout/scroll overrides. */
.b-help-v2 {
  --help-accent: #4f46e5;
  --help-accent-soft: #e0e7ff;
  --help-accent-text: #1e40af;
}
.b-help-v2__sidebar-title i {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--help-accent);
  color: #fff;
  font-size: 12px;
}
.b-help-v2__sidebar-link i {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 12px;
  text-align: center;
}
.b-help-v2__sidebar-link:hover i {
  color: var(--help-accent);
  border-color: #c7d2fe;
}
.b-help-v2__sidebar-link.is-active i {
  background: var(--help-accent);
  border-color: var(--help-accent);
  color: #fff;
}
.b-help-v2__badge {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  vertical-align: middle;
}
.b-help-v2__badge--ok { background: #ecfdf5; color: #059669; }
.b-help-v2__badge--bad { background: #fef2f2; color: #dc2626; }
.b-help-v2__badge--muted { background: #f3f4f6; color: #6b7280; }
.b-help-v2__badge--warn { background: #fffbeb; color: #b45309; }
