.countdown-7fa80651-container {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: inherit;
    justify-content: center;
}
.countdown-7fa80651-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}
.countdown-7fa80651-digit {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}
.countdown-7fa80651-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 5px;
}
.countdown-7fa80651-separator {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: -15px;
}
