.vlike-popular-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget.widget_vlike_popular_posts_widget {
    padding: 10px;
}

.vlike-popular-posts a {
    padding: 0;
    display: block;
    background: none;
    font-size: 14px;
}

.vlike-popular-posts a:hover {
    background: none;
}

.vlike-popular-item {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
}

.vlike-popular-item:last-child {
    margin-bottom: 0;
}

.vlike-popular-item.has-thumb .vlike-popular-thumb {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.vlike-popular-thumb img,
.vlike-popular-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vlike-popular-content {
    min-width: 0;
    flex: 1 1 auto;
}

.vlike-popular-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.vlike-popular-title:hover {
    text-decoration: underline;
}

.vlike-popular-meta {
    margin-top: 3px;
    font-size: 12px;
    color: #bbb;
}

.vlike-popular-empty {
    margin: 0;
    color: #bbb;
    font-size: 13px;
}