/* local overrides */
/* try it links */
.custom_mobile-hide {
	display: inline-block !important;
}
.custom_mobile-show {
	display: none !important;
}

html.no-qr-supported .custom_mobile-hide {
	display: none !important;
}
html.no-qr-supported .custom_mobile-show {
	display: inline-block !important;
}

/* custom hero link */
.custom_hero-mobile-hide {
	display: block !important;
}
.custom_hero-mobile-show {
	display: none !important;
}

html.no-qr-supported .custom_hero-mobile-hide {
	display: none !important;
}
html.no-qr-supported .custom_hero-mobile-show {
	display: block !important;
	margin-top: var(--sk-headline-plus-first-element-margin, 0.8em);
}

/* 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;
	}
}

/* Marquee CTA */
.section-inspiration .grid-item-personal-trainers .marquee-link,
.section-move .grid-item-explore-content .marquee-link {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
