/**
 * Lightweight Popular Posts - Stylesheet (intentionally empty)
 *
 * This plugin outputs HTML using the same classes as WP Popular Posts
 * (.wpp-list, .wpp-post-title, .wpp-thumbnail, etc.) so that the existing
 * theme stylesheet handles all visual styling, including the ranking
 * number animation.
 *
 * If you need to override or extend styles, add them to your theme's
 * stylesheet rather than editing this file — it may be overwritten on
 * plugin updates.
 */

.wpp-thumbnail {
    width: 128px;
    height: auto;
}
