nav.sidebar {
	--active-color: #ccc;
}

#main-content section.large-slider,
.controls .filter-title {
	margin-top: 2em;
}

#main-content section.game-panel:not(.active) + section.large-slider,
#main-content section.game-panel:not(.active) + img.banner {
	margin-top: 0;
}

@media (min-width: 737px) {
	#main-content section.game-panel:not(.active) + .controls .filter-title {
		margin-top: 0;
	}
}

.controls #item-list-controls {
	--active-color: #ccc;
	margin-bottom: 1em;
}

#main-content > img.banner {
	display: block;
	width: 100%;
	margin: 0;
}

body.game #main-content > img.banner {
	margin-top: 2em;
}

#main-content > img.banner + section.large-slider {
	margin-top: 0;
}

section.holiday-feat {
	background-color: rgb(0 0 0 / 30%);
	padding: 0 1em 1em;
}

section.holiday-feat > header img {
	margin: 1em 0.5em 1em 0;
	max-width: 25px;
	max-height: 25px;
}