/* At a glance */
.detail-at-a-glance .glance-three-up .badge:last-child {
	padding-right: 0%;
}
.detail-at-a-glance .glance-three-up .badge:first-child {
	padding-left: 0%;
}

/*section-tiles detail-tiles*/
@media only screen and (max-width: 1068px) {
	.typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 405px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 385px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 370px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/* Only at Apple */
.section-detail-only-with-apple .typography-only-with-apple-column-headline {
	font-size: 40px;
}
@media only screen and (max-width: 1068px) {
	.section-detail-only-with-apple
		.typography-only-with-apple-column-headline {
		font-size: 32px;
	}
}
