.byps-container{
display:flex;
flex-direction:column;
gap:15px;
}

.byps-item{
display:flex;
align-items:center;
gap:12px;
}

.byps-thumb img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
}

.byps-content{
flex:1;
}

.byps-title{
font-weight:600;
font-size:14px;
line-height:1.3;
text-decoration:none;
color:#222;
display:block;
}

.byps-title:hover{
color:#9DCECC;
}

.byps-excerpt{
font-size:12px;
color:#777;
margin-top:3px;
}