.ctw-countdown {
    text-align: center;
    padding: 40px 20px;
}

.ctw-message {
    font-size: 1.25rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ctw-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ctw-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.ctw-number {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    color:#ac2c27 !important;
    font-variant-numeric: tabular-nums;
}

.ctw-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 8px;
}

.ctw-separator {
    font-size: 2.5rem;
    font-weight: 700;
    align-self: flex-start;
    margin-top: 4px;
}

.ctw-finished {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (max-width: 480px) {
    .ctw-number {
        font-size: 2rem;
    }

    .ctw-unit {
        min-width: 60px;
    }

    .ctw-separator {
        font-size: 1.5rem;
    }

    .ctw-message {
        font-size: 1rem;
    }
}
