.sfpp-popular-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sfpp-popular-posts .sfpp-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    background: none !important;
    padding-left: 0 !important;
}

/* Kapcsold ki a sablonból érkező nyilacskát / bulletet */
.sfpp-popular-posts .sfpp-item:before {
    content: none !important;
}

.sfpp-popular-posts .sfpp-thumb-link {
    margin-right: 8px;
    flex-shrink: 0;
}

.sfpp-popular-posts .sfpp-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.sfpp-popular-posts .sfpp-content {
    flex: 1;
}

.sfpp-popular-posts .sfpp-title {
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 3px;
}

.sfpp-popular-posts .sfpp-title:hover {
    text-decoration: underline;
}

.sfpp-popular-posts .sfpp-date,
.sfpp-popular-posts .sfpp-views {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-right: 6px;
}
