.cc-sc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #2c2c2c;
    margin: 10px 0 6px;
}

.cc-sc-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #20b14d;
    display: inline-block;
}

.cc-sc-countdown {
    font-weight: 700;
    display: inline-block;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
    white-space: nowrap;
}

.cc-sc-day {
    font-weight: 600;
}
