.esc-impact-counter {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35em;
    box-sizing: border-box;
}

.esc-impact-counter__icon {
    font-size: 1.75em;
    line-height: 1;
}

.esc-impact-counter__number {
    font-size: 2.75em;
    line-height: 1;
    font-weight: 800;
    color: inherit;
}

.esc-impact-counter__label {
    font-size: 0.95em;
    line-height: 1.2;
    font-weight: 600;
    color: inherit;
}

.esc-impact-counter--empty {
    text-align: center;
}
