/* css for WP Popular Posts plugin  */

.popular-posts .wpp-list {
	padding-left: 0;
}

.popular-posts .wpp-list li {
	color: var(--fat-black);
    font-family: proforma, serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
	min-height: auto;
}

.popular-posts .wpp-list li a {
	text-decoration: none;
}

.wpp-author a {
	font-family: source-sans-pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--fat-link-orange);
}

.home .entry-content li .wpp-author a:hover {
	color: var(--fat-link-orange);
	text-decoration: 1px underline var(--fat-link-orange);
    text-underline-offset: 2.5px;
}