<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#blog-header {
    margin-bottom: 25px;
}
#blog-search h2 {
    font-size: 1.5rem;
}
ul.blog-post-details li span {
    font-weight: bold;
    display: block;
}
.blog-links-inner h2 {
    margin-bottom: 0;
}
ul.custom-social-share {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#blog-custom-back {
	position: fixed;
	bottom: 1vh;
	right: 1vh;
}
#blog-custom-back a {
	display: block;
	width: 4rem;
	height: 4rem;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	text-align: center;
	border-radius: .5rem;
}
#blog-custom-back a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0);
}
#blog-custom-back a i {
	line-height: 4rem;
}
ul.popular-posts-list {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}
ul.popular-posts-list li a {
	display: block;
	padding: .5rem 0;
}

/* Larger than Phone */
@media (min-width: 768px) {
}

/* Phone Landscape to Tablet Portrait */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Tablet Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Regular Desktop */
@media (min-width: 1200px) and (max-width: 1599px) {
}

/* Large Desktop */
@media (min-width: 1600px) {
}</pre></body></html>