/**
 * WPCM Post Views - Frontend Styles
 */
.wpcm-post-views {
    margin: 15px 0;
    padding: 10px 15px;
    background: #f5f5f5;
    border-left: 3px solid #0073aa;
    font-size: 14px;
    color: #666;
}

.wpcm-post-views::before {
    content: "👁";
    margin-right: 8px;
}

.wpcm-views-shortcode {
    display: inline-block;
}

.wpcm-popular-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpcm-popular-posts-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wpcm-popular-posts-list li:last-child {
    border-bottom: none;
}

.wpcm-popular-posts-list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.wpcm-widget-views {
    display: block;
    font-size: 12px;
    color: #999;
}
	
