.wsub-box{

margin:20px 0;

font-family:Arial,sans-serif;

color:#444;

}




.wsub-countdown{

background:#ed1515;

color:white;

padding:15px;

border-radius:5px;

display:flex;

justify-content:space-between;

align-items:center;

}



.wsub-title{

font-size:18px;

font-weight:bold;

}



.wsub-clock{

display:flex;

gap:8px;

}



.wsub-clock div{

background:white;

color:#e51515;

width:52px;

height:55px;

border-radius:5px;

text-align:center;

}


.wsub-clock span{

display:block;

font-size:18px;

font-weight:bold;

padding-top:6px;

}


.wsub-clock small{

font-size:11px;

}





.wsub-line{

margin:12px 0;

font-size:14px;

}



.wsub-sale{

display:flex;

align-items:center;

gap:12px;

margin:15px 0;

}




.wsub-progress{

height:18px;

background:#eee;

border-radius:20px;

overflow:hidden;

flex:1;

}



.wsub-progress div{

height:100%;

background:#ffb000;

}





.wsub-trust{


background:#fafafa;

border-left:4px solid #35b24a;

padding:18px;

margin-top:25px;

}



.wsub-trust h3{

color:#35b24a;

margin:0 0 15px;

}



.wsub-trust-row{

display:flex;

justify-content:space-between;

font-size:14px;

color:#555;

}