/* Countdown styles */
.template-1 .countdown-event .hurrytimer-timer{
    justify-content: space-between;
}

.template-1 .countdown-event .hurrytimer-timer .hurrytimer-timer-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.template-1 .countdown-event .hurrytimer-timer .hurrytimer-timer-digit{
    color: var(--color_1);
    font-family: var(--font-secondary);
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.template-1 .countdown-event .hurrytimer-timer .hurrytimer-timer-label{
    color: var(--color_1);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 500px) {

    .template-1 .countdown-event .hurrytimer-timer .hurrytimer-timer-label{
        line-height: 24px;
    }

    .template-1 .countdown-event .hurrytimer-timer .hurrytimer-timer-digit{
        font-size: 44px;
    }

}