.widget_rpc_recent_same_category_widget {
	border: 1px solid #ddd;
    border-radius: 12px;
}
.recent-same-category-post {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-same-category-post li {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 20px !important;
}

.recent-same-category-post li:last-child {
    display: flex;
    margin-bottom: 0;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}


.recent-same-category-post .post-thumb {
    margin-right: 15px;
    max-width: 100px;
    width: 100%;
}

.recent-same-category-post .post-thumb img {
    max-width: 100px;
    height: auto;
    border-radius: 4px;
}

.recent-same-category-post .post-details h5 {
    margin: 0 0 5px;

}

.recent-same-category-post .post-details p {
    margin: 0 0 5px;
}

.recent-same-category-post .post-details a {
   
}