.snippet-counter strong {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    &.counting {
        opacity: 1;
    }
}
