:root {
	--sk-tile-padding: 2em 3em;
}

.tile-inline {
	margin-top: 2em;
	margin-bottom: 3em;
}

.info-section {
	border-top: 1px solid #d2d2d7;
	border-bottom: 1px solid #d2d2d7;
	padding-top: 3em;
	padding-bottom: 3em;
}

body[data-color-scheme="dark"] .info-section {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

.doodle-top-1 {
	position: absolute;
	top: -20px;
	left: -10px;
}
.doodle-top-2 {
	position: absolute;
	bottom: -20px;
	right: -10px;
}

.row-no-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.row-info {
	margin-left: 10px;
}

@media only screen and (max-width: 734px) {
	.row-no-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		row-gap: 1em;
		column-gap: 1em;
	}

	.row-info {
		margin-left: 0;
	}
}

.icon-spacing {
	margin-top: 4em;
}

.box-padding {
	padding: 1em;
}

.student-image-banner {
	width: 100%;
	max-width: 2560px;
}

.icon-app {
	border-radius: 22.5%;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	/* border: 1px solid #dddddd; */
}

body[data-color-scheme="dark"] .icon-app {
	border: none;
}

.icon-swift-playgrounds {
	background-image: url("/assets/elements/icons/swift-playgrounds/swift-playgrounds-96x96_2x.png");
}
/* .icon-xcode {
	background-image: url("/assets/elements/icons/xcode-s/xcode-s-96x96_2x.png");
} */

a.button.button-reduced {
	margin-top: 0.5em;
}

.educator-image {
	margin-top: 1em;
	margin-bottom: 0.3em;
	border-radius: 18px;
}

.app-cycle-image {
	border-radius: 18px;
	max-width: 300px;
}

@media only screen and (max-width: 1068px) {
	.app-cycle-image {
		margin: 0 !important;
		margin-top: 1.5em !important;
	}
}

.bg-gradient {
	/* background: linear-gradient(to bottom, #d5e4f3 -10%, #fff 100%); */
	/* background: #d5e4f3; */
	background: #e5f4ff;
}

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