.wcsd-box{
    max-width:360px;
    margin:30px auto;
    padding:22px;
    border-radius:18px;
    background:#fff;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.wcsd-title{
    font-weight:700;
    margin-bottom:8px;
}

#wcsd-display{
    font-size:20px;
    font-weight:900;
    color:#e63946;
    margin:10px 0;
}

.wcsd-sub{
    font-size:13px;
}

#wcsd-reveal{
    padding:10px 18px;
    border-radius:999px;
    border:0;
    background:#000;
    color:#fff;
    cursor:pointer;
}

.wcsd-timer{
    margin-top:8px;
    font-weight:700;
}

.wcsd-guide {
    font-size: 10px !important;
    color: #444;
    margin-top: 0px;
    margin-bottom: 12px;
}


/* Optional: paksa mobile ikut font 10px */
@media (max-width:480px){
    .wcsd-guide {
        font-size: 10px !important;
    }
}

