.smp-author-box{
display:flex;
gap:20px;
padding:20px;
border:1px solid #ddd;
margin-top:30px;
background:#fff;
border-radius:10px;
}

.smp-author-avatar img{
width:100px;
height:100px;
border-radius:50%;
object-fit:cover;
}

.smp-author-btn{
display:inline-block;
padding:10px 20px;
background:#0073aa;
color:#fff;
text-decoration:none;
border-radius:5px;
}

.smp-author-posts{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.smp-post-item img{
width:100%;
height:auto;
}