.widget_ht_posts_por_categoria .enlace-patrocinio-widget img {
    height: 100px;
    max-width: 100px;
    object-fit: cover;

}

.widget_ht_posts_por_categoria li {
    border-bottom: 1px solid #aeaeae;
}

.widget_ht_posts_por_categoria .hora-post-widget {
    flex: 1 1 3%;
}

.widget_ht_posts_por_categoria .imagen-post-widget {
    flex: 1 1 33%;
    margin-right: 3%;
}

.widget_ht_posts_por_categoria .imagen-post-widget img {
    height: 100px;
    max-width: 100px;
    object-fit: cover;
}

.widget_ht_posts_por_categoria .titulo-post-widget {
    flex: 1 1 64%;
}

.widget_ht_posts_por_categoria .imagen-post-widget img.imagen-top {
    height: 150px;
    object-fit: cover;
    max-width: unset;
}