/* edu start */
.education .footnote:hover{
    color:#06c;
    text-decoration:none
}
/* edu end */

/* trade start */
.section-trade-acmi .trade {

    flex-direction:row-reverse;
    justify-content:space-evenly;
    flex-wrap: nowrap;
}
.section-trade-acmi .trade .promo-copy {
    padding-top: 100px;
    padding-right:0px;
}
@media only screen and (max-width: 1068px) {
    .section-trade-acmi .trade .promo-copy {
    	padding-top: 53px;
    	margin-right:0px;
    	margin-bottom:0px;
    	padding-right:5px;
	}
	.section-trade-acmi .trade .promo-headline{
		max-width: 320px;
	}
}
@media only screen and (max-width: 734px) {
    .section-trade-acmi .trade .promo-copy {
        padding-top: auto;
        margin-right:auto;
        padding-right:0px;
    }
}

.section-trade-acmi .trade .promo-image-wrapper{
	padding-top:63px;
	padding-left:20px;
}
@media only screen and (max-width: 1068px) {
    .section-trade-acmi .trade .promo-image-wrapper{
		padding-top:15px;
		padding-left:10px;
	}
}
@media only screen and (max-width: 734px) {
      .section-trade-acmi .trade {
        flex-wrap: wrap;
    }
    .section-trade-acmi .trade .promo-image-wrapper{
		padding-top:0px;
		padding-left:0px;
	}
}

/* trade end */

/* fix arrow position start */
.icon-wrapper .more::after, .icon-wrapper .icon-after.more::after {
    position: relative;
}
/* fix arrow position end */

/* ribbon */
html.ac-ls-visible .acmi-ribbon {
    padding-top: 6px;
}

/* ipados-15 */
.section-trade-acmi {
    margin-bottom:30px;
}
@media only screen and (max-width: 1068px) {
    .section-trade-acmi {
        margin-bottom:20px;
    }
}
@media only screen and (max-width: 734px) {
    .section-trade-acmi {
        margin-bottom:15px;
    }
}

/* bts start*/

@media (max-width: 1400px) and (min-width: 1068px) {
    .section-bts-2021-alt .promo-copy-container .tile-headline {
        width: 310px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-bts-2021-alt .promo-copy-container .tile-headline {
        width: 273px;
    }
}

@media only screen and (max-width: 734px) {
    .section-bts-2021-alt .promo-copy-container .tile-headline {
        width: 273px;
    }
}
@media (max-width: 1400px) and (min-width: 1068px){
    html[lang=zh-MO] br.large-medium-hide {display: none}
}


@media only screen and (min-width: 1200px){
    .bts-2021-alt .copy{
        min-width: 490px;
    }
}
/* bts end*/
/* apple-music start */
.tile-apple-music .tile-copy-content{
     padding-bottom:30px;
}
@media only screen and (max-width: 1068px){
.tile-apple-music .tile-copy-content{
     padding-bottom:26px;
}
}
@media only screen and (max-width: 734px) {
    .tile-apple-music .tile-copy-content{
     padding-bottom:0;
   }
}
/* apple-music end

/* fixed Trade-in 和 ipados 之间的间隙 */
.ipados-16 {
    margin-top: 30px;
}
@media only screen and (max-width: 1068px) {
    .ipados-16 {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 734px) {
    .ipados-16 {
        margin-top: 15px;
    }
}

/* bts last chance */

.bts-2022-copy .promo-intro-copy {
    color:#1d1d1f
}
@media only screen and (max-width: 734px) {
    .bts-2022-headline.last-chance{
    max-width:none
    }
}

/* Fixed Why iPad */
.br-for-why-ipad {
    display: none;
}
@media only screen and (max-width: 1140px) {
    .br-for-why-ipad {
        display: block;
    }
}
@media only screen and (max-width: 1068px) {
    .br-for-why-ipad {
        display: none;
    }
}

.chapternav-item.chapternav-item-keyboard .chapternav-new {
    padding-left: 4px;
}