.ribbon-link {
	white-space: normal;
}

.icon-passkeys {
	margin-bottom: 1.5em;
}

.callout {
	background-color: #e4edff;
	border: 1px solid #93c0ed;
}
body[data-color-scheme="dark"] .callout {
	background-color: #1b2332;
	border-color: #36445f;
}

#main section.section.section-banner {
	margin: 0;
	padding: 1em 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #0071e3;
}
#main section.section.section-banner p {
	margin: 0;
	padding: 0;
}
#main section.section.section-banner a {
	color: #fff;
}

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

.section-topics h4 {
	margin-top: 1.6em;
}

.lockup-hero {
	margin-top: 2em;
	width: 980px;
	height: 406px;
}

.icon-xcode {
	margin-bottom: 1.5em;
}

.topic-icon {
	margin-top: -10px;
	margin-left: 60px;
}

@media only screen and (max-width: 1068px) {
	.lockup-hero {
		width: 692px;
		height: 287px;
	}
	.topic-icon {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 734px) {
	.lockup-hero {
		width: 320px;
		height: 133px;
	}
	.topic-icon {
		margin-top: 0;
		margin-left: -10px;
	}
	.icon-people {
		margin-left: 0;
	}
	.icon-devices {
		margin-left: -8px;
	}
}

@media only screen and (max-width: 320px) {
	.lockup-hero {
		width: 280px;
		height: 116px;
	}
}

/* ========== What's new ========== */
.section-content.callout-new {
	padding: 3em 0;
}

@media only screen and (max-width: 734px) {
	.section-content.callout-new {
		padding: 2em 1.5em;
	}
}

.callout-new {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	background-color: #f1f5fa;
}

/* body[data-color-scheme="light"] .callout-new {
	border: 1px solid #f1f5fa;
} */

body[data-color-scheme="dark"] .callout-new {
	background-color: var(--fill-tertiary) !important;
}

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

body[data-color-scheme="dark"] .callout-title {
	color: #fff;
}

.whats-new-icon {
	width: 32px;
}

/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-topics {
	padding-top: 0;
}
#main section.section.section-insights {
	padding-top: 0;
}
#main section.section.section-resources {
	padding-bottom: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section.section-topics .section-content > .row {
	margin-top: 2em;
}
#main section.section-topics .section-content > .row:first-of-type {
	margin-top: 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;
	}
}
