.mplp-post-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mplp-post-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.mplp-post-thumb {
    flex: 0 0 60px;
    margin-right: 10px;
}

.mplp-post-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.mplp-post-title h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.mplp-post-title h3:hover {
    color: #1e73be; /* আপনার থিমের primary color */
}
