/* Compact badge */
.wot-wn8-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .35rem .7rem;
  background: #111;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.wot-wn8-value { font-weight: 800; }
.wot-wn8-realm { opacity: .7; }
.wot-wn8-error { color: #b00020; font-weight: 600; }

/* Cards + grid */
.wot-wn8-card { margin: .25rem 0; }
.wot-wn8-bar { height: 10px; border-radius: 999px; background: #222; }
.wot-wn8-grid { margin-top: .25rem; margin-bottom: .25rem; }

/* Flag visuals */
.badge.text-bg-light { background-color: #f8f9fa !important; }
.wot-wn8-flag { margin-left: .4rem; line-height: 1; vertical-align: text-top; }
