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

}

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

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

/** x、hrs end **/

/** Price start **/
.section-hero .hero-copy-wrapper .hero-pricing span[data-pricing-product]{
	text-transform: none;
}
/** Price end **/

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

.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"
}

section.section-apple-intelligence .apple-intelligence-headline{
    margin-bottom: 0px;
}

.section-apple-intelligence .apple-intelligence-sub-headline{
    color: #86868b;
    margin-bottom: 40px;
}

@media only screen and (max-width: 734px) {
    .section-apple-intelligence .apple-intelligence-sub-headline{
        margin-bottom: 30px;
    }
}

.section-routers .router-item-environment {
    padding: 40px 0px;
}

/** Apple Trade In **/
.overview-routers-tradein{
    --p-width:1380px;
    --p-height:528px;
}

@media only screen and (max-width: 1068px) {
    .overview-routers-tradein{
        --p-width:1028px;
        --p-height:404px;
    }
}

@media only screen and (max-width: 734px) {
    .overview-routers-tradein{
        --p-width:375px;
        --p-height:192px;
    }
}
/** Apple Trade In **/