/* WC Discount Countdown Timer — Compact Inline */

#wcdc-countdown {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
    line-height: 1;
}

.wcdc-label {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.wcdc-time {
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.3px;
}

.wcdc-expired {
    font-size: 13px;
    font-weight: 600;
}
