<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .postcontent ul#sharebar { display: block !important; }
body .postcontent ul#sharebarx { display: none !important; }

.widget-single-bottom .sortBy.first { display: none; }

.widget-single-bottom .sortBy.alt { 
	display: block !important; 
}

.widget-single-bottom h3 {
	display: none;
	color: #000;
	font-family: roboto,sans-serif;
	font-size: 24px!important;
	letter-spacing: -1px;
	border-top: 1px solid #d5d6da;
}

.widget-single-bottom .popular-posts-custom &gt; ul &gt; li &gt; a {
	display: block !important;
}

.widget-single-bottom .popular-posts-custom &gt; ul {
	display: grid;
	gap: 7px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.widget-single-bottom .popular-posts-custom a .wppc-text {
	margin: 7px 0 0 0 !important;
	display: block;
}

.widget-single-bottom .popular-posts-custom .wppc-thumb {
	width: 100% !important;
}

.popular-posts-custom img { float: none !important; margin: 0px !important; padding: 0px !important; }
.popular-posts-custom .loading { width: 100px; display: block; margin: 0 auto !important; }
.popular-posts-custom ul { margin: 0px !important; padding: 0px !important; width: auto !important; }
.popular-posts-custom li { margin: 5px 0 !important; width: auto !important; list-style: none !important; }
.popular-posts-custom .wppc-link:hover {
	text-decoration: none !important;
}
.popular-posts-custom .wppc-link {
	display: grid !important;
	grid-template-columns: 168px auto;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	text-decoration: none !important;
}
.popular-posts-custom .wppc-thumb { 
	width: 168px;
	height: 94px;
	background-color: #eee !important;
	background-size: cover;
	background-repeat: no-repeat;
}
.popular-posts-custom a .wppc-text {
	margin-left: 10px;
	font-size: 14px !important;
}
.popular-posts-custom a .wppc-title {
	display: block;
	font-weight: bold !important;
	color: #333 !important;
}
.popular-posts-custom a .wppc-views {
	display: block;
	color: rgb(96, 96, 96) !important;
	margin-top: 5px;
	font-size: 13px !important;
}
.popular-posts-custom li a span {
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: normal !important;
	font-family: Roboto, Arial, sans-serif;
}

.popular-posts-custom .sortBy {
	display: flex;
	align-items: baseline;
	padding: 10px 0 5px 0;
	font-size: 19px;
	font-weight: bold;
	font-family: Roboto, Arial;
}
.popular-posts-custom .sortBy span {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	color: #c0373f;
	cursor: pointer;
	border-right: 1px solid #333;
	font-size: 17px;
}
.popular-posts-custom .sortBy span:last-child {
	border-right: none;
}
.popular-posts-custom .sortBy span:hover {
	text-decoration: underline;
}
.popular-posts-custom .sortBy span.active {
	color: #777;
	text-decoration: none;
}</pre></body></html>