/*Local Overrides*/

/*Spotlight Modal*/
@media only screen and (min-width: 1069px) {
	.typography-modal-copy-siri {
		font-size: 58px;
		text-align: center;
	}
	.typography-modal-copy-spotlight-search {
		margin: 0 auto;
		font-size: 49px;
	}
	.modal .modal-content .spotlight-search {
		width: 515px;
		max-width: 515px;
	}
	.modal .modal-content .spotlight-search:before {
		font-size: 40px;
		padding-top: 6px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-modal-copy-siri {
		font-size: 54px;
		text-align: center;
	}
	.typography-modal-copy-spotlight-search {
		margin: 0 auto;
		font-size: 44px;
	}
	.modal .modal-content .spotlight-search {
		width: 441px;
		max-width: 441px;
	}
	.modal .modal-content .spotlight-search:before {
		font-size: 34px;
		padding-top: 10px;
	}
}

/*Privacy Modal*/
.copy-block-center {
	text-align: center;
}

/*Compare Section*/
.typography-compare-body {
	margin-top: 10px;
}

/* section-compare mac-studio availibility */
.section-compare .mac-studio p.typography-caption.available {
	color: #86868b;
	position: absolute;
	margin-top: 5px;
	margin-left: -44px;
}
@media only screen and (max-width: 1068px) {
	.section-compare .mac-studio p.typography-caption.available {
		margin-left: -40px;
	}
}
@media only screen and (max-width: 734px) {
	.section-compare .mac-studio p.typography-caption.available {
		margin-left: -5px;
	}
}
