.countdown-clock {
    display: flex;
    background-color: #fff;
    padding: 5px;
    width: min-content;
}

.countdown-clock .clock-item {
    border-right: 2px solid #e1e1e1;
    display: flex;
    justify-content: center;
    justify-items: center;
    /*gap: 3px;*/
    align-items: baseline;
    width: 70px;
}

.countdown-clock .clock-item:last-child{
    border: 0;
}

.countdown-clock .clock-item .clock-value{
    width: 30px;
    text-align: center;
}

.countdown-clock .clock-item .clock-label{
    font-weight: 300;
    font-size: 85%;
}
