.countdown-timer-7cd2fa98-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.countdown-timer-7cd2fa98-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.countdown-timer-7cd2fa98-number {
    display: block;
    line-height: 1;
}

.countdown-timer-7cd2fa98-label {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
    .countdown-timer-7cd2fa98-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
