html.holo-studio-ui body .viewer-counter {
  max-width: 100%; min-width: 0; flex-wrap: wrap; gap: 4px;
  transform: none !important; align-items: center;
}
html.holo-studio-ui body .viewer-counter::before { flex: 0 0 6px; }
html.holo-studio-ui body .viewer-counter > span { min-width: 0; overflow-wrap: anywhere; }
html.holo-studio-ui body .viewer-counter > b { flex: 0 0 auto; }
html.holo-studio-ui body .viewer-counter .live-count-value {
  font-family: "Holo Rounded Digits", ui-rounded, system-ui, sans-serif !important;
  font-weight: 800; font-variant-numeric: tabular-nums; text-align: right;
  line-height: 1.5; white-space: nowrap; letter-spacing: 0;
}
html.holo-studio-ui body .viewer-counter > em:empty { display: none; }
html.holo-studio-ui body .viewer-counter > em { font-variant-numeric: tabular-nums; }
html.holo-studio-ui body .viewer-counter .holo-motion-number-pop { animation: none !important; }
html.holo-studio-ui body .viewer-counter .countdown-odometer > span { display: grid !important; }
