/* Local Nav */

#overview .link-overview,
#tools .link-tools,
#features .link-features,
#preview .link-preview,
#extensions .link-extensions,
#resources .link-resources,
#whats-new .link-whats-new {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

/* Blur navigation bar */

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
	#ac-localnav.ac-localnav-scrim .ac-ln-background {
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px)
	}
}

/* Common Safari styles */

.button-pill {
	border-radius: 1em;
}

p:not(.intro) {
	max-width: 650px;
}

@media all and (max-width: 767px) {
	.text-center {
		text-align: center;
	}
	.center {
		margin-left: auto;
		margin-right: auto;
	}
	p {
		max-width: none;
	}
}

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

a.block {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a.block:before,
a.block:after {
	content: ' ';
	display: table;
}


/* Download */
#download .icon-safari {
	margin-bottom: 1em;
	width: 128px;
	height: 128px;
	background-size: 128px 128px;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-128x128.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) {
	#download .icon-safari {
		background-image: url("/assets/elements/icons/safari-macos-11/safari-macos-11-128x128_2x.png")
	}
}
#download .icon-safari-preview {
	margin-bottom: 1em;
	width: 128px;
	height: 128px;
	background-size: 128px 128px;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-128x128.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) {
	#download .icon-safari-preview {
		background-image: url("/assets/elements/icons/safari-technology-preview/safari-technology-preview-128x128_2x.png")
	}
}
#download ul.links.small > li {
	margin-bottom: 1.0em;
}
@media all and (max-width: 767px) {
	#download .text-right {
		text-align: left;
	}
}
