.lvc-408606d0-wrapper {
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
}

.lvc-408606d0-number {
    font-weight: bold;
    display: inline-block;
    padding: 0 4px;
}

@keyframes lvc-pulse-animation {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

.lvc-408606d0-number.lvc-pulse {
    animation: lvc-pulse-animation 2s infinite ease-in-out;
}
