/*Local Overrides*/

/*--- Titles ---*/

.section-plans .typography-headline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.section-router .typography-headline {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

/*-- River --*/
.section-river {
	padding-top: 66px;
}

/* Plan Copy Alignment */
.section-plans .plan-tile .plan-top-section {
	min-height: 236px;
}
@media only screen and (max-width: 1068px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: 233px;
	}
}
@media only screen and (max-width: 734px) {
	.section-plans .plan-tile .plan-top-section {
		min-height: unset;
	}
}

/* Subhead Pricing */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-plans .plan-tile .typography-plan-subhead {
		font-size: 31px;
	}
}

/* FAQ Headline */
@media only screen and (min-width: 1069px) {
	.section-faq .typography-section-headline {
		padding: 0 168px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-faq .typography-section-headline {
		padding: 0 98px;
	}
}

/* Icon Sharing Placement */
@media only screen and (min-width: 1069px) {
	.section-plans .plan-tile .typography-plan-share {
		padding-top: 2px;
		align-items: start;
	}
	.section-plans .plan-tile .typography-plan-share .icon-shared {
		margin-top: 1px;
	}
}

/*  */

@media only screen and (min-width: 735px) {
	.section-router .router-apple-fitness .router-copy {
		max-width: 270px;
	}
}

/* Ribbon */

.ribbon .ribbon-content-wrapper {
	background-color: rgb(245, 245, 247);
}
.ribbon .ribbon-content-wrapper {
	padding-top: 0.9411764706em;
	padding-bottom: 0.9411764706em;
}
.ribbon-content-wrapper {
	text-align: center;
}
.ribbon .ribbon-content {
	font-size: 14px;
	line-height: 1.4285914286;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family:
		SF Pro Text,
		SF Pro Icons,
		Helvetica Neue,
		Helvetica,
		Arial,
		sans-serif;
}

.ribbon-content {
	width: 90%;
}
.ribbon-content {
	margin-left: auto;
	margin-right: auto;
}
