/*Local Fixes*/
/*Spotlight Modal*/
@media only screen and (min-width: 1069px) {
	.typography-modal-copy-siri {
		font-size: 62px;
		text-align: center;
	}

	.typography-modal-copy-spotlight-search {
		margin: 0 auto;
		font-size: 52px;
	}

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