
/* Live badge pill (theme-friendly) */
.live-badge-wrap { display:block; width:100%; text-align:center; margin-top:8px; }
.live-badge {
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  line-height:1;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .live-badge { font-size: 14px; padding:8px 14px; }
}


/* v5 spacing: show badge as its own third row under the big number */
.live-badge-row {
  display:block;
  width:100%;
  margin-top: 10px;
  margin-bottom: 14px;
  text-align:center;
}
.live-badge-row .live-badge-wrap { margin-top:0; } /* avoid double margins */
