.cs-countdown-timer {
    display: flex;
    gap: 0.5rem;
    color: var(--timer-color);
}
.cs-countdown-timer .countdown-timer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}