.pd-countdown-timer {
    display: flex;
    gap: 20px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.pd-countdown-timer .pd-countdown-timer__cell {
    text-align: center;
}

.pd-countdown-timer small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
}