.badge-unit {
    font-size: 0.6em;
}
.performance-modal-content .subsection-gallery .graph-gallery .item-container .bars-container .bar-mba .badge-unit{
    font-size: 1.4em;
}
.performance-modal-content .subsection-gallery .item-container .gallery-item .bars-container .badge-value-container {
    display: block;
}
article.section-apple-intelligence strong{
    display: inline-block;
    padding-bottom: 1px;
}

/** 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 **/

/** Apple Trade In Image **/
.section-upgraders .trade-in .overview-upgraders-upgraders-logo-tradein {
    width: 290px;
    height: 32px;
}
@media only screen and (max-width: 1068px) {
    .section-upgraders .trade-in .overview-upgraders-upgraders-logo-tradein {
        width: 293px;
        height: 32px;
    }
}

@media only screen and (max-width: 734px) {
    .section-upgraders  .trade-in .overview-upgraders-upgraders-logo-tradein {
        width: 207px;
        height: 23px;
    }
}
.section-upgraders .trade-in-image .overview-upgraders-upgraders-logo-tradein{
    --p-width: 290px;
    --p-height: 32px;
}
@media only screen and (max-width: 1068px) {
    .section-upgraders .trade-in-image .overview-upgraders-upgraders-logo-tradein{
        --p-width: 293px;
        --p-height: 32px;
    }
}
@media only screen and (max-width: 734px) {
    .section-upgraders .trade-in-image .overview-upgraders-upgraders-logo-tradein{
        --p-width: 207px;
        --p-height: 23px;
    }
}
/** Apple Trade In Image **/

@media only screen and (max-width:734px) {
    .size-wrapper .typography-section-headline {
        font-size: 40px;
    }
}