/*------------------------------------*\
		LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
		END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

.section-plans .columnheader:first-child, .section-plans .rowheader {
	flex-grow: 0;
	flex-basis: 50%;
}

@media only screen and (max-width: 734px) {
	.section-plans .columnheader:first-child, .section-plans .rowheader {
		flex-grow: 0;
		flex-basis: 63%;
	}
}

@media only screen and (max-width: 566px) {
	.section-plans .columnheader:first-child, .section-plans .rowheader {
		flex-basis: 100%;
	}
}

@media only screen and (min-width: 1069px) {
	.section-offers .card-apple-tv-offer .card-img-container {
		padding-top: 45px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-offers .card-apple-tv-offer .card-img-container {
		padding-top: 45px;
	}
}

@media only screen and (max-width: 734px) {
	.section-offers .card-apple-tv-offer .card-img-container {
		padding-top: 0;
	}
}

@media only screen and (min-width: 1069px) {
	.section-cards .card-curation {
		min-height: 600px;
	}
}

@media only screen and (max-width: 734px) {
	.section-cards .card-curation {
		min-height: 500px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-plans .plan-type {
		line-height: 1.2;
	}

	.section-plans .plan-type.cost {
		line-height: 1.4705882353;
		margin-top: -2px;
	}
}

@media only screen and (min-width: 1069px) {
	.card-apple-tv-offer .card-copy {
		padding-top: 20px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.card-apple-tv-offer .card-copy {
		padding-top: 10px;
	}
}

/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
