.wpapps-rpp-container {
    /* Base styles for the container */
    margin: 20px 0;
}

.wpapps-rpp-style1 .wpapps-rpp-item {
    /* Style 1: Title only */
    margin-bottom: 10px;
}

.wpapps-rpp-style2 .wpapps-rpp-item {
    /* Style 2: Thumbnail and title */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wpapps-rpp-style2 .wpapps-rpp-item img {
    /* Thumbnail styling */
    margin-right: 10px;
    width: 80px;
    height: auto;
}

.wpapps-rpp-style2 .wpapps-rpp-item a {
    /* Title styling */
    text-decoration: none;
    color: #333;
    font-weight: bold;
}