/* Wrapper */
#countdown {
    font-family: "Inter", "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ff4d4d; /* CartFlows červená */
    text-align: center;
    margin: 40px 0;
    padding: 20px 0;
    line-height: 1.2;
}

/* When expired */
#countdown.expired {
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    #countdown {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    #countdown {
        font-size: 28px;
    }
}
