@property --number{syntax:"<integer>";initial-value:0;inherits:false}.wp-block-waxo-animated-number__container{align-items:center;align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:center}.wp-block-waxo-animated-number__prefix,.wp-block-waxo-animated-number__suffix{display:inline-block;font-size:.5em!important;margin:0 .25rem}.wp-block-waxo-animated-number__value{counter-reset:number var(--number);font-weight:700;line-height:1}.wp-block-waxo-animated-number__value:not(.js-animation):not(.is-editor):after{content:counter(number)}.wp-block-waxo-animated-number__value.is-animating{animation:count-up var(--animation-duration,2s) ease-out forwards}@keyframes count-up{0%{--number:0}to{--number:var(--number-value,100)}}
