
.countdown-wrapper[data-v-0fcd2c12] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.countdown[data-v-0fcd2c12] {
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.5s, opacity 0.5s;
}
.animate[data-v-0fcd2c12] {
    animation: shrinkFade-0fcd2c12 0.5s forwards;
}
@keyframes shrinkFade-0fcd2c12 {
0% {
        transform: scale(1);
        opacity: 1;
}
100% {
        transform: scale(0.5);
        opacity: 0;
}
}

