/* Stretch to container */
.elementor-widget-fresh-counter,
.elementor-widget .elementor-widget-container .elementor-widget-fresh-counter{
  width:100%; max-width:100%; flex:1 1 auto; min-width:0;
}
.fresh-counter-wrap{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;box-sizing:border-box}
.fresh-counter-icon{line-height:1; display:inline-flex; align-items:center; justify-content:center;}

/* Kluczowe: rozmiar ikony działa zarówno dla <i> (font) jak i SVG */
.fresh-counter-icon i{line-height:1; display:inline-block;}
.fresh-counter-icon svg{display:inline-block; width:1em; height:1em;}

/* Number & title */
.fresh-counter-number{line-height:1;font-weight:700}
.fresh-counter-title{margin-top:.35em}
