/* BustAI custom identity badges (not emoji) */
.bust-badges {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 0;
}
.bust-badge {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: none;
}
.bust-badge svg { width: 100%; height: 100%; display: block; }
.bust-badge-lg { width: 20px; height: 20px; }
.user-name .bust-badges { margin-left: 6px; }
