.wc-urgency-suite{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* Sold badge */
.wcus-sold{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.wcus-sold .wcus-icon{
    font-size: 18px;
    line-height: 1;
    display: inline-block;
}
.wcus-sold .wcus-number{
    font-weight: 700;
    background: #1877f2;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
}
.wcus-sold .wcus-text{
    font-weight: 500;
}

/* Viewers */
.wcus-viewers{
    display: flex;
    align-items: center;
    gap: 10px;
}
.wcus-viewers-number{
    background: #000;
    color: #fff;
    padding: 6px 8px;
    border-radius: 6px;
    font-weight: 700;
}

/* Countdown */
.wcus-countdown-box{
    border: 2px solid #e53935;
    padding: 14px;
    border-radius: 6px;
}
.wcus-countdown-label{
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
    color: #444;
}
.wcus-countdown-timer{
    color: #e53935;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
}

/* Responsive tweaks */
@media (max-width:600px){
    .wc-urgency-suite{ gap: 10px; }
    .wcus-countdown-timer{ font-size: 16px; }
}
