:root {
	--sk-tile-padding: 2em 1.5em;
	--tile-custom-gap: 0.5em;
}

@media only screen and (max-width: 1068px) {
	:root {
		--sk-tile-padding: 2em 1.5em;
	}
}

@media only screen and (max-width: 734px) {
	:root {
		--modal-overlay-width: 100% !important;
	}
}

.modal-page-overlay .modal-overlay {
	max-width: 1000px;
	--modal-overlay-width: 90% !important;
}

@media only screen and (max-width: 734px) {
	.modal-page-overlay .modal-overlay {
		--modal-overlay-width: 100% !important;
	}
}

.main {
	overflow: initial;
}

.grid-row-flex {
	display: flex;
	gap: 1em;
	height: fit-content;
	justify-content: center;
}

.grid.grid-gutterless {
	align-items: center;
}

@media only screen and (max-width: 734px) {
	.grid-row-flex {
		flex-direction: column-reverse;
	}
}

developer-accordion {
	margin-top: 1em;
	margin-bottom: 3em;
}

developer-accordion .accordion-title,
developer-accordion .accordion-title .accordion-title-text {
	font-size: 17px !important;
}

.hero-icons {
	margin: 3em auto 0;
	text-align: center;
}
.hero-icons img {
	display: inline-block;
	width: auto;
	height: 64px;
	margin-right: 1.5em;
	margin-left: 1.5em;
}
@media only screen and (max-width: 1068px) {
	.hero-icons img {
		margin-right: 0.5em;
		margin-left: 0.5em;
	}
}
@media only screen and (max-width: 736px) {
	.hero-icons {
		text-align: left;
		margin-top: 2em;
	}
	.hero-icons img {
		height: 44px !important;
		margin: 0 10px 10px 0;
	}
}

article h2 + h3,
article h3 + h4 {
	margin-top: 1.6em;
}

@media only screen and (max-width: 734px) {
	article h2 + h3,
	article h3 + h4 {
		margin-top: 1em;
	}
}

.list-margin .column {
	min-width: 64px;
	margin: 1.6em 1em 0 0;
}
@media only screen and (max-width: 1068px) {
	.list-margin .column {
		min-width: 50px;
		margin: 1.6em 1em 0 0;
	}
	.list-margin .column img {
		width: 50px !important;
	}
}

@media only screen and (max-width: 734px) {
	.list-margin > .row > .column:last-of-type {
		margin-top: 0.6em;
	}
}

img.image-light {
	display: block;
}
img.image-dark {
	display: none;
}
body[data-color-scheme="dark"] img.image-light {
	display: none;
}
body[data-color-scheme="dark"] img.image-dark {
	display: block;
}

.row.device-row {
	width: 100%;
}

/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero {
	padding-top: 4em;
	padding-bottom: 2em;
}
#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.section-hero {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

.margin-top-smaller {
	margin-top: 1em;
}
