/*
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 {	
    padding:0;
    list-style: none;
}

	/* LI - Post container styles */
	.wpp-list li {
		overflow: hidden;
		float: left;
		width: 25%;
		padding: 3rem!important;
		border-right: 1px solid #dee2e6;
	}
        .wpp-list li:last-child {
		border-right:none !important;
	}
	.wpp-list li .category{

		color:var(--color-lightGrey);
	}
	
	/* Styles for the popular post in view */
	.wpp-list li.current {
	}
	
		/* Thumbnail styles */
		.wpp-thumbnail {
			display: inline;
			float: left;
			margin: 0 5px 0 0;
			border: none;
		}

		/* Title styles */
		.wpp-post-title {
		}
		
		/* Excerpt styles */
		.wpp-excerpt {
		}
		
		/* Stats tag styles */
		.wpp-meta, .post-stats {
			display: block;
			font-size: 0.8em;
			font-weight: bold;
		}
			
			/* 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 {
		}
/*
     FILE ARCHIVED ON 07:46:35 Dec 10, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:00:16 Nov 19, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.796
  exclusion.robots: 0.028
  exclusion.robots.policy: 0.013
  esindex: 0.014
  cdx.remote: 6.01
  LoadShardBlock: 60.131 (3)
  PetaboxLoader3.datanode: 55.681 (4)
  PetaboxLoader3.resolve: 84.622 (2)
  load_resource: 83.182
*/