/* local overrides */

/* hero headline */
@media (min-width: 1069px) and (max-width: 1260px) {
	.section-routing .router-ctas {
		flex-direction: column;
	}
	.section-routing .tile .cta:first-child {
		margin-inline-end: 0;
		margin-block-end: 18px;
	}
}

@media (min-width: 1069px) {
	.section-routing .tile-apple-one.tile p {
		max-width: 20ch;
	}
}

@media (min-width: 735px) and (max-width: 1068px) {
	.section-get-started .tile-custom-plans .tile-image {
		padding-block-start: 140px;
	}
}

/* Apple Music alt-design */
@media (min-width: 735px) {
	.section-routing .tile-content {
		flex-direction: initial;
	}

	.custom-width {
		width: 50%;
	}

	.section-routing .tile .router-image {
		margin: auto;
	}
}
