.countdown-grid-4ed533cc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.countdown-item-4ed533cc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    flex: 1 1 auto;
    transition: background 0.3s, border-radius 0.3s;
}

.countdown-number-4ed533cc {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.1;
    display: block;
}

.countdown-label-4ed533cc {
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 0.5px;
    display: block;
}
