.wce-wrap{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.wce-card{
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  display:flex;
  gap:12px;
  align-items:center;
  box-shadow:0 2px 10px rgba(0,0,0,0.10);
  border:1px solid rgba(0,0,0,0.03);
}

.wce-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  background:#eaf3ff;
  flex:0 0 auto;
}

.wce-text .wce-title{
  font-size:12px;
  color:#777;
  font-weight:800;
  margin-bottom:3px;
}
.wce-text .wce-value{
  font-size:18px;
  font-weight:900;
  color:#111;
  line-height:1.1;
}
.wce-text .wce-sub{
  font-size:12px;
  font-weight:800;
  margin-top:4px;
  color:#1e66c5;
}

.wce-emas .wce-icon{ background:#fff3d6; }
.wce-emas .wce-sub{ color:#2aa84a; }
