button {
    touch-action: manipulation;
}

.counter-value {
    transition: transform 0.1s ease;
}

.counter-value.bump {
    transform: scale(1.15);
}
