 .rpc-recent-posts {
    max-width: 600px;
    margin: 10px auto;
}
.rpc-post-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 0px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    padding: 5px;
}
.rpc-thumb {
    width: 80px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 1px;
}
.rpc-content {
    padding: 0 3px;
}
.rpc-content h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #333;
}
.rpc-content p {
    margin: 0;
    font-size: 13px;
    color: #777;
}
.rpc-content a {
    text-decoration: none;
    color: #333;
}
.rpc-content a:hover {
    color: #0073aa;
}
