.cec-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cec-countdown.orientation-vertical .cec-countdown-unit {
    flex-direction: column;
}

.cec-countdown.orientation-horizontal .cec-countdown-unit {
    flex-direction: row;
}

.cec-countdown-unit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    
}

.cec-countdown-value {
    font-weight: bold;
}

.cec-countdown-ended {
    text-align: center;
}

.cec-countdown-timer{ 
    display: flex;
    gap : 16px
}