.angie-countdown-wrapper-9a0a0128 {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.countdown-item-9a0a0128 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f0f0f0;
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 80px;
}

.countdown-item-9a0a0128 .cd-value {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
}

.countdown-item-9a0a0128 .cd-label {
    font-size: 0.9em;
    text-transform: uppercase;
    margin-top: 5px;
}