/* Pro Popular Posts Styles */
.ppp-container {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #eee;
    clear: both;
}

.ppp-title {
    margin-bottom: 20px;
    font-weight: bold;
}

.ppp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ppp-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.ppp-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ppp-thumbnail {
    flex-shrink: 0;
    margin-right: 15px;
}

.ppp-thumbnail img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.ppp-post-content {
    flex-grow: 1;
}

.ppp-post-title {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    line-height: 1.3;
    margin-bottom: 4px;
}

.ppp-post-title:hover {
    color: #0073aa; /* Standard WordPress link hover color */
}

.ppp-views {
    font-size: 0.8em;
    color: #777;
    display: block;
}