.xcore-sp3{
position:fixed;
bottom:20px;
left:20px;
display:flex;
gap:12px;
align-items:center;
background:#fff;
padding:12px;
border-radius:14px;
box-shadow:0 20px 45px rgba(0,0,0,.18);
max-width:340px;
opacity:0;
transform:translateY(25px);
transition:.35s ease;
z-index:9999;
font-size:14px;
}

.xcore-sp3 img{
width:52px;
height:52px;
object-fit:cover;
border-radius:10px;
}

.xcore-sp3.show{
opacity:1;
transform:translateY(0);
}

.sp3-text strong{
font-size:14px;
display:block;
margin-bottom:2px;
}
