/* Customizer "Additional CSS" from the live site — preserved verbatim (look-preserving) */
body {
	background-image: linear-gradient(to right, transparent, rgba(255,255,255,0.9), white, white, white, rgba(255,255,255,0.7), transparent), url("../images/games-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.alignright {
	border-radius: 50%;
}

/* Heading hierarchy: one page-level H1 per listing, post titles as H2 (SEO fix) */
.page-heading {
	font-family: 'Slabo 27px', serif;
	font-size: 34px;
	line-height: 1.2;
	color: #2c3e50;
	margin: 0 0 28px;
	padding-bottom: 12px;
	border-bottom: 3px solid #18BC9C;
}
.content-container .card h2.entry-title {
	font-size: 28px;
	line-height: 1.25;
	margin: 0 0 8px;
}
.content-container .card h2.entry-title a {
	color: #2c3e50;
}
@media (max-width: 768px) {
	.page-heading { font-size: 27px; }
	.content-container .card h2.entry-title { font-size: 23px; }
}
