.lpv-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.lpv-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.lpv-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    gap: 20px;
}

/* متن سمت چپ */
.lpv-text {
    flex: 1;
}

.lpv-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.lpv-meta {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

/* تصویر کوچک دقیقاً مطابق نمونه */
.lpv-thumb img {
    width: 85px !important;
    height: 85px !important;
    object-fit: cover;
    border-radius: 6px;
}

/* حالت موبایل */
@media (max-width: 768px) {
    .lpv-link {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .lpv-thumb img {
        width: 100% !important;
        height: auto !important;
    }
}
