article.section-apple-intelligence .current span, article.section-apple-intelligence strong{
    display: inline-block;
    padding-bottom: 1px;
}

.router-content-wrapper{
    justify-content: center;
}

/** x、hrs start **/
article.section-performance .badge .badge-value .badge-unit{
    font-size: 42px;

}

@media only screen and (max-width: 1068px) {
    article.section-performance .badge .badge-value .badge-unit{
		font-size: 32px;
	}
}

@media only screen and (max-width: 734px) {
    article.section-performance .badge .badge-value .badge-unit{
		font-size: 26px;
	}
}

.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-value-container{
    align-items: flex-end;
}
.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .badge-value{
    line-height: 1.16;
}
.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .badge-unit {
    font-size: 32px;
    line-height: 1.45;
    margin-left: 4px;

}

@media only screen and (max-width: 1068px) {
    .performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .badge-value{
        line-height: 1.2;
    }
    .performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .badge-unit {
        font-size: 20px;
        line-height: 2;
    }
}
@media only screen and (max-width: 734px) {
    .performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .badge-value{
        line-height: 1.3;
    }
}
/** x、hrs end **/

article.section .article-eyebrow{
    text-transform: none;
}

/* compare */
.section-routers .section-compare .grid-container.apple-intelligence-summer24{
    grid-template-areas: "mba1315-hw 		mbp1416-hw" "mba1315-swatch 	mbp1416-swatch" "mba1315-headline  	mbp1416-headline" "mba1315-pricing 	mbp1416-pricing" "mba1315-display 	mbp1416-display" "mba1315-processor 	mbp1416-processor" "mba1315-memory 	mbp1416-memory" "mba1315-storage 	mbp1416-storage" "mba1315-battery 	mbp1416-battery" "mba1315-biometrics mbp1416-biometrics" "mba1315-intelligence 	mbp1416-intelligence" "mba1315-btn 		mbp1416-btn" "mba1315-cta 		mbp1416-cta"
}

/* trade in */
.overview-upgraders-upgraders-logo-tradein{
    width: calc(var(--p-width) + 6em) !important;
}

/* only HK start */
.section-routers .router-item-environment {
    padding:54px 0
}

@media only screen and (max-width: 734px) {
    .section-routers .router-item-environment {
        padding:84px 0
    }
}

.section-routers .router-item-environment .router-item-copy {
    max-width: 650px;
}

.section-routers .section-compare .product-image.macbook-pro-13-product-image {
	margin-top: 0;
}

#overview-routers-compare-mbp-14-16-1 {
    margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.section-routers .section-compare .product-image.macbook-pro-13-product-image {
		margin-top: 0;
	}
}
@media only screen and (max-width: 734px) {
	.section-routers .section-compare .product-image.macbook-pro-13-product-image {
		margin-top: 56px;
	}

    #overview-routers-compare-mbp-14-16-1 {
        margin-top: 0px;
    }
}
/* only HK end */