/* WB von WOWBRAVO GmbH – Zähler: minimales CSS
 * Hält die Breite der Zahl während des Hochzählens stabil (kein Springen).
 * Die eigentliche Optik (Schriftgröße/Farbe) kommt weiter aus dem Theme.
 */
.wb-stat {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
