.custom-recent-posts{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.recent-post-item{
    display:flex;
    gap:12px;
    align-items:center;
}

.recent-post-image img
 {
    width: 70px;
    height: 70px;
    max-width: fit-content !important;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-content h4{
    font-size:14px;
    margin:0;
    line-height:1.3;
}

.recent-post-content a{
    text-decoration:none;
    color:#222;
}

.post-date{
    font-size:12px;
    color:#777;
}

.recent-pagination{
    margin-top:15px;
}

.recent-pagination a,
.recent-pagination span{
    padding:5px 10px;
    border:1px solid #ddd;
    margin-right:5px;
    text-decoration:none;
}