/*Local Fixes*/
/* menu btn */
@media only screen and (max-width: 365px) {
	.ac-ln-menu .ac-ln-action-button .ac-ln-button {
		font-size: 10px !important;
		margin-top: 0 !important;
	}
}

/* valueprops btn*/
@media only screen and (max-width: 365px) {
	.section-value-props .section-content .button-value-props .icon-copy {
		font-size: 14px;
	}
}

/* Ribbon */
@media only screen and (max-width: 350px) {
	.ribbon-content {
		width: 295px;
	}
}

@media only screen and (min-width: 1069px) {
	.student-item {
		margin-left: 36%;
	}
	.individual-item {
		margin-left: 55px;
	}
	.family-item {
		margin-left: 55px;
	}
}

/* apple one section */
@media only screen and (max-width: 422px) {
	.links-inline li:last-child {
		margin-left: 0;
		margin-top: 4px;
		display: block;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.links-inline li:last-child {
		margin-left: 0;
		margin-top: 4px;
		display: block;
	}
}
/*apple one section end*/

/* card-apple-tv-offer */
@media only screen and (min-width: 735px) {
	.section-offers .card-apple-tv-offer {
		padding-top: 42px;
	}
	.section-offers .card-apple-tv-offer .card-copy {
		padding-top: 0px;
		padding-bottom: 27px;
	}
}
@media only screen and (min-width: 1069px) {
	.section-offers .card-apple-tv-offer {
		padding-top: 60px;
	}
	.section-offers .card-apple-tv-offer .card-copy {
		padding-top: 30px;
	}
}

/*Music Offer start*/
.overview-apple-music-avail {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 402px;
	--p-height: 214px;
	left: 50%;
	margin-left: -201px;
	position: relative;
}
@media only screen and (max-width: 1068px) {
	.overview-apple-music-avail {
		display: block;
		width: var(--p-width);
		height: var(--p-height);
		left: 50%;
		margin-left: -152.5px;
		position: relative;
	}
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-apple-music-avail {
		--p-width: 305px;
		--p-height: 163px;
	}
}
@media only screen and (max-width: 734px) {
	.overview-apple-music-avail {
		width: 100%;
		height: auto;
		left: 0;
		display: block;
		position: relative;
		max-width: 401px;
	}
}
@media only screen and (max-width: 734px) {
	.card-music-offer .card-copy {
		padding-bottom: 60px;
	}
}
/*Music Offer end*/

/*Hero*/
html .hero-lyrics-video {
	display: none;
}

/*stycky cta btn*/
@media only screen and (max-width: 365px) {
	.section-try-free-button .button-try-for-free {
		font-size: 15px;
	}
}

/* Spatial Audio card */
.card-picture-spatial-audio.card-picture {
	margin-left: -165px;
}

@media only screen and (max-width: 1068px) {
	.card-picture-spatial-audio.card-picture {
		margin-left: -137px;
	}
}
