.wpsb-wrapper{
    display:flex;
    gap:15px;
    overflow-x:auto;
    padding:15px 10px;
    background:#fff;
}

.wpsb-wrapper::-webkit-scrollbar{
    display:none;
}

.wpsb-story{
    text-decoration:none;
    text-align:center;
    min-width:80px;
    color:#222;
    font-size:12px;
    font-weight:600;
}

.wpsb-image{
    width:70px;
    height:70px;
    padding:3px;
    border-radius:50%;
    background:linear-gradient(45deg,#ff00cc,#ff6600);
    margin:auto;
}

.wpsb-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #fff;
}

.wpsb-story span{
    display:block;
    margin-top:6px;
}