:root {
	--ssc-color-orange: #fd5d00;
	--ssc-color-pink: #b143ae;
	--ssc-color-purple: #451ea9;
	--ssc-color-dark-blue: #272acf;
	--ssc-color-light-blue: #00a0fd;
	--ssc-color-light-green: #009966;
}

.ssc-color-purple-font {
	color: var(--ssc-color-purple) !important;
}

body[data-color-scheme="dark"] .ssc-color-purple-font {
	color: #8544f5 !important;
}

.bg-light {
	background-color: #f5f5f7;
}

.callout.whats-new-callout {
	border: none;
	padding: 1em;
}
body[data-color-scheme="dark"] .callout.whats-new-callout,
body[data-color-scheme="dark"] .section-start .callout,
body[data-color-scheme="dark"] .section-kit .callout {
	background-color: #222 !important;
}

.hero-logo {
	width: 500px;
	max-width: 80%;
	margin-bottom: 1.5em;
}

.hero-logo-v2 {
	max-width: 450px;
	height: 200px;
	position: absolute;
	z-index: 5;
}

.section-hero-img {
	max-height: 500px;
	overflow: hidden;
}

@media only screen and (max-width: 1068px) {
	.section-hero-img {
		max-height: 700px;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero-img {
		max-height: 800px;
	}
}

.figure-img-container {
	width: 100%;
	margin: 0 auto;
}

.figure-aspect {
	--figure-width: 1960;
	--figure-height: 1306;
	position: relative;
	height: 0;
	padding-top: calc(var(--figure-height) / var(--figure-width) * 100%);
}

.figure-aspect img {
	position: absolute;
	top: -50px;
	left: 0;
	max-width: 100%;
	height: auto;
}

.section-lifestyle .figure-aspect img {
	top: -10%;
}

@media only screen and (min-width: 1520px) {
	.figure-aspect img {
		top: -50px;
	}

	.section-lifestyle .figure-aspect img {
		top: -10%;
	}
}

@media only screen and (min-width: 1920px) {
	.figure-aspect img {
		top: -45px;
	}

	.section-lifestyle .figure-aspect img {
		top: -20%;
	}
}

@media only screen and (max-width: 1068px) {
	.figure-aspect {
		height: unset;
		padding-top: unset;
	}

	.figure-aspect img {
		position: inherit;
		top: unset;
		left: unset;
		max-width: 100%;
		height: auto;
	}
}

/* ========== Layout  ========== */

.profile-image {
	width: 80px;
	height: 80px;
	max-width: 80px;
	border-radius: 100px;
	background-size: cover;
	flex: 1 0 auto;
	margin-right: 1em;
}

.profile-phoom {
	background-image: url("/learn/images/student-phoom-profile_2x.jpg");
}

.callout {
	padding: 2.23529em 4.33333% 2.11765em;
	height: unset !important;
}

@media only screen and (max-width: 734px) {
	.callout {
		padding: 2.23529em 8.33333% 2.11765em;
	}
}

.callout-grid {
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 2em;
	align-items: center;
}

.callout-flex {
	display: flex;
	align-items: center;
}

.asset-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1em;
	padding-bottom: 1em;
}

.asset-grid img {
	border-radius: 5px;
	border: 1px solid #ccc;
}

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

	.profile-image {
		margin-bottom: 1em;
	}

	.asset-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}
}

@media only screen and (max-width: 734px) {
	.callout-flex {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 1em;
	}
}

body[data-color-scheme="dark"] .section.section-articles.more-from-developer {
	background-color: #000;
}

.section-content .row {
	margin-left: unset !important;
	margin-right: unset !important;
}

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