.section-padding {
	padding-top: 4em;
	padding-bottom: 4em;
}

.section-padding-design {
	padding-top: 1em;
	padding-bottom: 3em;
}

.section-blue {
	background: -webkit-linear-gradient(180deg, #399fd5 0%, #0983ff 100%);
	background: linear-gradient(180deg, #399fd5 0%, #0983ff 100%);
	color: white;
}

.section-guidelines {
	background-image: url("/accessories/images/guideline-graphic.png");
	background-repeat: no-repeat;
	background-size: 800px;
	background-position: top center;
	padding-top: 10em;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.section-guidelines {
		background-image: url("/accessories/images/guideline-graphic_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.section-guidelines {
		background-size: 650px;
		padding-top: 8em;
	}
}

@media only screen and (max-width: 734px) {
	.section-guidelines {
		background-size: 600px;
		padding-top: 8em;
	}
}

.narrow-column {
	max-width: 640px;
	margin: 0 auto;
}

.section-blue a,
html body .section-blue a {
	color: #fff;
}

.section-topics .row {
	margin-top: 4em;
}

.section-topics {
	margin-top: 4em;
	margin-bottom: 4em;
}

.section-content .row > .column {
	padding: 0 0;
}

body[data-color-scheme="light"] section.theme-dark.bg-light.bg-dark-light {
	background-color: black;
}

body[data-color-scheme="dark"] .section-mfi a {
	color: #fff;
}

/* .bg-gradient {
	background: linear-gradient(to bottom, #ffffff 0%, #d5e4f3 90%);
} */

.app-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	padding: 0 24px;
}
.app-card-grid.whats-new-full {
	grid-template-columns: 1fr;
}

@media only screen and (max-width: 734px) {
	.app-card-grid {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0;
	}

	.app-card-grid:last-child {
		margin-bottom: -20px !important;
	}
}

a.app-card,
html body a.app-card {
	display: block;
	text-decoration: none;
	color: unset;
	transition: box-shadow 0.2s ease-in-out;
	border-radius: 18px;
}

body[data-color-scheme="dark"] .app-card {
	background-color: var(--glyph-gray-override);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-color-scheme="light"] .app-card {
	background-color: white;
	border: unset;
}

.app-card:hover {
	box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.01),
		0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.02);
	background-color: #fdfdfd;
}

body[data-color-scheme="dark"] a.app-card:hover {
	background-color: #202022;
	transition: 0.2s ease-in-out;
	/* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.app-content {
	/* padding: 3em 4.5em 2.5em; */
	padding: 70px 44px;
}

@media only screen and (max-width: 1068px) {
	.app-content {
		/* padding: 3em 1.5em 2.5em; */
		padding: 45px 30px;
	}
}

@media only screen and (max-width: 734px) {
	.app-content {
		padding: 35px 30px 42px;
	}
}

.whats-new-full .app-content {
	padding-top: 35px;
	padding-bottom: 35px;
}
@media only screen and (max-width: 1068px) {
	.whats-new-full .app-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
@media only screen and (max-width: 734px) {
	.whats-new-full .app-content {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

.app-icon {
	width: 104px;
	height: 104px;
}

.app-icon-reduced {
	width: 96px;
	height: 96px;
}

.app-icon-reduced-small {
	width: 88px;
	height: 88px;
}

.app-title {
	max-width: 65%;
	margin-top: 0.9em;
}

.app-text {
	opacity: 0.75;
}

@media only screen and (max-width: 734px) {
	.app-link {
		max-width: 85%;
	}
}

html body[data-color-scheme="light"] a.app-card .app-link {
	color: #06c;
}

html body[data-color-scheme="dark"] a.app-card .app-link {
	color: var(--glyph-blue);
}

.app-card:hover div.app-link-underline {
	text-decoration: underline;
}

.document-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
		hue-rotate(219deg) brightness(103%) contrast(101%);
}

html body[data-color-scheme="light"] .members-icon {
	filter: brightness(0) saturate(100%);
}

.hero-accessories {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 1068px) {
	.hero-accessories {
		height: 300px;
	}
}

@media only screen and (max-width: 734px) {
	.hero-accessories {
		height: 265px;
	}
}

@media only screen and (max-width: 535px) {
	.hero-accessories {
		height: 200px;
	}
}

.hero-accessories {
	background-image: url("/accessories/images/hero-game_2x.png");
}

@supports (background-image: url("image.webp")) {
	.hero-accessories {
		background-image: url("/accessories/images/hero-game_2x.webp");
	}
}

#main section .section-content .whats-new-full .row {
	margin-left: 0;
	margin-right: 0;
}
