/*
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-no-data {
}

/* UL - Popular Posts container styles */
.wpp-list {
}

    /* LI - Post container styles */
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1.5rem;
    }

    .wpp-list li:last-of-type {
        margin-bottom: 0;
    }

    /* Styles for the popular post in view */
    .wpp-list li.current {
    }

        /* Thumbnail styles */
        .wpp-thumbnail {
            display: inline;
            float: right;
            margin: 0 0 0 1rem;
            border: none;
        }

        .wpp_def_no_src {
            object-fit: contain;
        }

        /* Title styles */
        .wpp-post-title {
        }

        /* Excerpt styles */
        .wpp-excerpt {
        }

        /* Stats tag styles */
        .wpp-meta, .post-stats {
            display: block;
            font-size: 0.8em;
        }

            /* Comments count styles */
            .wpp-comments {
            }

            /* Views count styles */
            .wpp-views {
            }

            /* Author styles */
            .wpp-author {
            }

            /* Post date styles */
            .wpp-date {
            }

            /* Post category styles */
            .wpp-category {
            }

        /* WP-PostRatings styles */
        .wpp-rating {
        }


        /* Css Overwrite - Top Page */
        .wpp-cards-compact li .wpp-post-title { display: block; color: #333333 !important; font-weight: bold; }
        .wpp-cards-compact li a { text-decoration: none  !important; }
        .wpp-list { padding-left: 0 !important; }
        .taxonomies { display: block; color: #666666 !important; }
        .taxonomies a { padding-left: 0.3em; color: #666666 !important; font-size: 0.75em; font-weight: normal; vertical-align: text-top; }
        .wpp-item-data { margin-bottom: 0.25em !important; }
}