.foe-stats{background:var(--sec-bg,#fff)}.foe-stats__h{color:var(--sec-head,var(--color-indigo));font-size:clamp(1.8rem,3.5vw,2.6rem);margin:0 0 2.5rem;text-align:center}.foe-stats__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.foe-stat{background:var(--sec-card-bg,#fafbfe);border:1px solid var(--sec-card-border,#e1e6f0);border-radius:14px;padding:2rem 1.6rem;text-align:center}.foe-stat__ic{background:rgba(0,189,242,.12);border-radius:50%;color:var(--color-sky);display:grid;font-size:1.7rem;height:64px;margin:0 auto 1.2rem;place-items:center;width:64px}.foe-stat__ic--img{background:transparent;border-radius:0;height:auto;width:auto}
/* !important beats the theme's global img{height:auto !important} so the field actually controls the height */.foe-stat__ic--img img{display:block;height:var(--ic-size,96px)!important;margin:0 auto;max-width:100%;object-fit:contain;width:auto!important}.foe-stat__t{color:var(--color-sky);font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800;line-height:1.15;margin:0 0 .45em}.foe-stat__b,.foe-stat__b p{color:var(--sec-card-soft,#5b6275);font-size:.95rem;margin:0}.foe-stat__src{color:var(--sec-card-soft,#5b6275);font-size:.78rem;font-style:italic;line-height:1.4;margin:.9rem 0 0;opacity:.8}.foe-stat__src a{color:inherit;text-decoration:underline}.foe-stat__src a:hover{color:var(--color-sky)}@media(max-width:860px){.foe-stats__grid{grid-template-columns:1fr}}