.padding-bottom-alt {
	padding-bottom: 2.13em;
}

.image-remote {
	margin-top: 26px;
}

.icon-review {
	margin: 0 0 1em -12px;
}

@media only screen and (max-width: 1068px) {
	.image-remote {
		margin-top: 123px;
	}
}

@media only screen and (max-width: 734px) {
	.image-remote {
		margin-top: 0;
	}
	.topic-icon {
		margin-top: 2em;
	}
}


.tv-hardware {
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	width: 891px;
	height: 536px;
	background-image: url("/tvos/images/tv-large.png");
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-medium.png");
		width: 633px;
		height: 381px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.tv-hardware {
			background-image: url("/tvos/images/tv-medium_2x.png");
		}
	}
}
@media only screen and (max-width: 734px) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-small.png");
		width: 328px;
		height: 197px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.tv-hardware {
			background-image: url("/tvos/images/tv-small_2x.png");
		}
	}
}

.tv-screen {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	width: 865px;
	height: 486px;
	top: 14px;
}
@media only screen and (max-width: 1068px) {
	.tv-screen {
		width: 615px;
		height: 346px;
		top: 11px;
	}
}
@media only screen and (max-width: 734px) {
	.tv-screen {
		width: 318px;
		height: 179px;
		top: 5px;
	}
}

.thumbnail {
	border-radius: 8px;
	max-width: 500px;
	margin: 2em auto 0.75em;
}

.thumbnail-image {
	position: static;
}

.tvos-app-submit {
	background-image: url("/tvos/submit/images/screen-submit-hero-large_2x.jpg");
}
@media only screen and (max-width: 1068px) {
	.tvos-app-submit {
		background-image: url("/tvos/submit/images/screen-submit-hero-medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.tvos-app-submit {
		background-image: url("/tvos/submit/images/screen-submit-hero-small_2x.jpg");
	}
}

/* International Styles */
:lang(zh-CN) .image-remote,
:lang(ja-JP) .image-remote,
:lang(ko-KR) .image-remote {
	margin-top: 51px;
}

@media only screen and (max-width: 1068px) {
	:lang(zh-CN) .image-remote,
	:lang(ja-JP) .image-remote,
	:lang(ko-KR) .image-remote {
		margin-top: 123px;
	}
}

@media only screen and (max-width: 734px) {
	:lang(zh-CN) .image-remote,
	:lang(ja-JP) .image-remote,
	:lang(ko-KR) .image-remote {
		margin-top: 0;
	}
}

/* Tiles */

.topic-icon {
	margin-bottom: 1em;
}

a.tile-link {
	display: block;
	text-decoration: none;
	color: #333333;
}
.theme-dark a.tile-link {
	color: #f5f5f7;
}
a.tile-link span.more {
	color: #0070c9;
}
a.tile-link .tile-wrap {
	padding: 20px;
	background-color: #fff;
	border-radius: 0.5em;
	/* box-shadow: 1px 3px 6px 1px rgba(204,204,204,0.6); */
	border: 1px solid #e8e8e8;
	transition: box-shadow 0.2s ease-in-out;
}
.theme-dark a.tile-link .tile-wrap {
	background-color: #161617;
	box-shadow: none;
}
body[data-color-scheme="dark"] a.tile-link .tile-wrap {
	border: 1px solid rgba(255, 255, 255, 0.1);
}
a.tile-link:hover {
	cursor: pointer;
	text-decoration: none;
}
a.tile-link:hover span.more {
	text-decoration: underline;
	color: #0070c9;
}
a.tile-link:hover .tile-wrap {
	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;
}
.theme-dark a.tile-link:hover .tile-wrap {
	box-shadow: none;
}
a.tile-link .tile-wrap .typography-label {
	font-size: 22px;
}
@media only screen and (max-width: 734px) {
	a.tile-link .tile-wrap .typography-label {
		font-size: 21px;
	}
}

.tile-link,
.tile-wrap {
	width: 310px;
	height: 388px;
}

.tile-wrap {
	padding: 30px 84px 30px 30px;
}

@media only screen and (max-width: 1068px) {
	.tile-link {
		margin-top: 1.5em;
		width: auto;
		height: auto;
	}
	.tile-wrap {
		width: auto;
		height: auto;
		padding: 30px;
	}
	.section-topics .section-content .row > .column:first-of-type .tile-link {
		margin-top: 0;
	}
}

@media only screen and (max-width: 734px) {
	.link-wrap-mobile {
		max-width: 90%;
	}
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-tiles {
	padding-top: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

.row.divider-top {
	margin-top: 4em;
	padding-top: 4em;
}

.column-flex-center {
	align-self: center;
}

.device-wrap {
	margin-left: 84px;
}

@media only screen and (max-width: 1068px) {
	.device-wrap {
		margin-left: 39px;
	}
}

@media only screen and (max-width: 734px) {
	.row.divider-top {
		margin-top: 2em;
		padding-top: 2em;
	}
	.topic-icon.center {
		margin-left: 0;
		margin-bottom: 1em;
	}
	.device-wrap {
		margin-top: 2em;
		margin-left: 0;
	}
	.column-flex-center {
		align-self: unset;
	}
}

.padding-bottom-alt {
	padding-bottom: 2.13em;
}

.image-remote {
	margin-top: 26px;
}

.icon-review {
	margin: 0 0 1em -12px;
}

@media only screen and (max-width: 1068px) {
	.image-remote {
		margin-top: 123px;
	}
}

@media only screen and (max-width: 734px) {
	.image-remote {
		margin-top: 0;
	}
	.topic-icon {
		margin-top: 2em;
	}
}

.tvos-app-submit {
	background-image: url("/tvos/submit/images/screen-submit-hero-17-large_2x.jpg");
}
@media only screen and (max-width: 1068px) {
	.tvos-app-submit {
		background-image: url("/tvos/submit/images/screen-submit-hero-17-medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.tvos-app-submit {
		background-image: url("/tvos/submit/images/screen-submit-hero-17-small_2x.jpg");
	}
}

/* International Styles */
:lang(zh-CN) .image-remote,
:lang(ja-JP) .image-remote,
:lang(ko-KR) .image-remote {
	margin-top: 51px;
}

@media only screen and (max-width: 1068px) {
	:lang(zh-CN) .image-remote,
	:lang(ja-JP) .image-remote,
	:lang(ko-KR) .image-remote {
		margin-top: 123px;
	}
}

@media only screen and (max-width: 734px) {
	:lang(zh-CN) .image-remote,
	:lang(ja-JP) .image-remote,
	:lang(ko-KR) .image-remote {
		margin-top: 0;
	}
}

/* ========== Tiles ========== */

.simple-card-containers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-radius: 18px;
	gap: 1.5em;
}

@media only screen and (max-width: 1068px) {
	.simple-card-containers {
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}
}

@media only screen and (max-width: 450px) {
	.simple-card-containers {
		grid-template-columns: 1fr;
		gap: 1em;
	}
}

.simple-card h4 {
	margin-top: 0 !important;
}

.simple-card img {
	margin-bottom: 10px;
}

body[data-color-scheme="dark"] .section-topics {
	background-color: #000;
}

.simple-card {
	background-color: #f5f5f7;
	color: #333333 !important;
	padding: 1em 2em;
	border-radius: 18px;
	border: 1px solid #e8e8e8;
	transition: 0.25s;
	display: flex;
	flex-direction: column;
}

body[data-color-scheme="dark"] .simple-card {
	background-color: #000;
	color: #fff !important;
	border: 1px solid #333;
}

a.simple-card:hover {
	text-decoration: none;
	/* 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); */
	box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.005),
		0 4px 8px 0 rgba(50, 50, 93, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.01);
	background-color: #fdfdfd;
}

body[data-color-scheme="dark"] a.simple-card:hover {
	background-color: #101010;
	border-color: #303030;
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-tiles {
	padding-top: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}
