#overview p {
	max-width: none;
}

.section-hero-blue {
	background: -webkit-linear-gradient(180deg, #21a4f1 0%, #080d3a 100%);
	background: linear-gradient(180deg, #21a4f1 0%, #080d3a 100%);
}

body[data-color-scheme="light"] .section-hero-blue {
	color: white;
}

.safari-tab-bar {
	width: 100%;
}

.extensions-hero {
	margin-top: 2em;
	width: 100%;
}

/* .extensions-hero-container {
	min-height: 572px;
}

@media only screen and (max-width: 1068px) {
	.extensions-hero-container {
		min-height: 404px;
	}
}
@media only screen and (max-width: 734px) {
	.extensions-hero-container {
		min-height: 339px;
	}
} */

.lockup-hero {
	margin-top: 2em;
	width: 100%;
}

/* .lockup-hero-container {
	min-height: 406px;
}

@media only screen and (max-width: 1068px) {
	.lockup-hero-container {
		min-height: 265px;
	}
}
@media only screen and (max-width: 734px) {
	.lockup-hero-container {
		min-height: 181px;
	}
} */

.device-macbook-pro-space-grey {
	margin-top: 1em;
}

.icon-safari {
	margin-bottom: 1em;
	width: 96px;
	height: 96px;
	background-size: 96px 96px;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-safari {
		background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-96x96_2x.png");
	}
}

.icon-image {
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: no-repeat;
}

.icon-safari-preview {
	margin-bottom: 1em;
	background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-64x64.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.icon-safari-preview {
		background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-64x64_2x.png");
	}
}

.screen-hero-safari-15 {
	background: url("/safari/images/screen-hero-safari-15-large.jpg");
	background-size: 100% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	.screen-hero-safari-15 {
		background-image: url("/safari/images/screen-hero-safari-15-large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.screen-hero-safari-15 {
		background: url("/safari/images/screen-hero-safari-15-medium.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-hero-safari-15 {
			background-image: url("/safari/images/screen-hero-safari-15-medium_2x.jpg");
		}
	}
}

@media only screen and (max-width: 734px) {
	.screen-hero-safari-15 {
		background: url("/safari/images/screen-hero-safari-15-small.jpg");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		.screen-hero-safari-15 {
			background-image: url("/safari/images/screen-hero-safari-15-small_2x.jpg");
		}
	}
}

/* ========== 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 {
	margin-bottom: 4em;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	background-color: #bde0ff !important;
}

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

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;
}


/* ----- video ----- */
.resource-grid-item {
	width: 342px;
	height: auto;
	margin: 3em auto 0;
	display: block;
	cursor: pointer !important;
	text-decoration: none !important;
	text-align: center;
}

/* Prevents content jumping */
.image-wrapper {
	width: 342px;
	height: 192px;
	border-radius: 8px;
}

.resource-grid-item img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

a.resource-grid-item {
	color: unset;
}

a.resource-grid-item:hover {
	text-decoration: none !important;
}

.resource-grid-item h4 {
	color: #86868b;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	.resource-grid-item h4 {
		margin-top: 0.5em;
	}
}

.resource-grid-item h4:hover {
	text-decoration: none;
}


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

#main section.section.section-tab-bar {
	padding-top: 4em;
	padding-bottom: 0em;
}

@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: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}
