.wc-box{
background:#fff;
border-radius:14px;
padding:14px;
margin-top:18px;
box-shadow:0 0 8px rgba(0,0,0,0.05);
font-size:14px;
}

.wc-box .row{
display:flex;
align-items:center;
gap:8px;
font-weight:600;
}

.wc-box .section-title{
margin-top:10px;
font-weight:600;
}

.wc-box .section-title.purple{
color:#8e44ad;
}

.wc-box .item{
display:flex;
align-items:center;
gap:8px;
padding:6px 0;
}

.wc-box .item.purple{
color:#8e44ad;
}

.wc-box .dot{
width:7px;
height:7px;
border-radius:50%;
margin-right:auto;
background:#00a2ff;
}

.wc-box .dot.purple{
background:#b455ff;
}
