.ibrp_related_posts {
    padding: 0;
    margin: 0;
}
.ibrp_thumbnail_list,
.ibrp_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ibrp_item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.ibrp_thumbnail .ibrp_thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 10px;
}
.ibrp_thumbnail .ibrp_title {
    flex: 1;
}
.ibrp_list .ibrp_item {
    display: block;
}
.ibrp_title a {
    text-decoration: none;
    color: #333;
}
.ibrp_title a:hover {
    text-decoration: underline;
}