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



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




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

@media only screen and (max-width: 320px) {
    #ac-localnav .ac-ln-button {
        font-size: 11px;
    }
}







.section-offers .card.card-apple-tv-offer.card-full.row .card-img-container {
	padding-top: 35px;
}

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

@media only screen and (max-width: 1068px) {
    .card-apple-one-offer .links-inline li:last-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1068px) {
.section-subscription-offers .offers-container .button-music {
	font-size: 14px;
}
}


.section-offers .card-apple-one-offer .card-picture-apple-one {
	--p-width: 303px;
	--p-height: 268px;
	margin-left: -134px;
}
@media only screen and (max-width: 1068px) {
	.section-offers .card-apple-one-offer .card-picture-apple-one {
		margin-left: -102px;
	}
}
@media only screen and (max-width: 734px) {
	.section-offers .card-apple-one-offer .card-picture-apple-one {
		margin-left: calc((303px - 50%) - 164px);
	}
}
@media only screen and (max-width: 374px) {
	.section-offers .card-apple-one-offer .card-picture-apple-one {
		margin-left: unset;
	}
}

.devices-other .devices-item-container {
	margin-bottom: -30px;
}

[dir=ltr] .devices-other .devices-item,
[dir=ltr]:root:not(.text-zoom) .devices-other .devices-item {
    margin: 0;
    padding: 5px 18px 35px 18px;
}

@media only screen and (max-width:734px) {
    [dir=ltr] .devices-other .devices-item,
    [dir=ltr]:root:not(.text-zoom) .devices-other .devices-item {
        width: 164px;
    }
}

.section-cards .card.theme-dark .card-cta {
    color: #2997ff;
}

@media only screen and (max-width: 734px) {
    .section-cards .card-spatial-audio .card-copy .card-subhead {
        max-width: 192px;
    }
}

@media only screen and (max-width: 734px) {
    .section-cards .card-copy .card-cta-wrapper {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 734px) {
    .section-cards .card-spatial-audio .card-copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: calc(100% - 108px);
    }
}



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