﻿/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector

Use the following classes to style your popular posts list as you like.
*//* Styles the "Sorry, no data so far" message */
.wpp-list li
{
    overflow: hidden;
    float: none;
    clear: both;
    margin-bottom: 1rem;
}
.wpp-list li:last-of-type
{
    margin-bottom: 0;
}/* Styles for the popular post in view */
.wpp-thumbnail
{
    display: inline;
    float: left;
    margin: 0 1rem 0 0;
    border: none;
}/* Title styles */
.wpp-excerpt:empty
{
    display: none;
}/* Stats tag styles */
.wpp-meta, .post-stats
{
    display: block;
    font-size: .8em;
}
.wpp-meta:empty, .post-stats:empty
{
    display: none;
}/* Comments count styles */