.footnote-diamond {
    position: relative;
    vertical-align: initial;
    font-feature-settings: "numr";
    font-size:1em
}

sup.footnote-diamond {
    top:auto;
    text-decoration: line-through;
}

sub.footnote-diamond {
    bottom:-0.5em
}

.footnote-diamond.footnote-reduced {
    font-size: .9em;
    top:-0.09em
}

sub.footnote-diamond.footnote-reduced {
    top: auto;
    bottom:-0.52em
}

.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
    position: relative;
}

.icon-after:after, .more:after {
    top: -.08em;
}

#ac-globalfooter .ac-gf-more::after {
    top: -0.087em;
}

.icon-playcircle:after, .icon-playcircle:before {
    top: 0.03em
}

.icon-before:before {
    top: 0.06em;
}

#ac-globalfooter .ac-gf-block-link {
    color:inherit;
}

#ac-globalfooter .ac-gf-block-link:hover{
    color: #06c;
    text-decoration: none;
}
.footnote.bts-2025-footnote a:hover {
color: #06c;
text-decoration: none;
}

/* section-design */
@media only screen and (max-width:734px){
    article.section-design .subsection-size .size-labels .size{
        margin-inline: unset;
        font-size: 40px;
    }
    article.section-design .subsection-size .size-labels .size-wrapper:nth-child(1) .size{
        margin-left: 15px;
        margin-right: 25px;
    }
    article.section-design .subsection-size .size-labels .size-wrapper:nth-child(2) .size{
        margin-left: 25px;
        margin-right: 15px;
    }
}

/* section-routers */
.section-routers .router-item-business .router-item-copy{
    max-width: 17em;
}

.router-item-environment.router-item.full-split .router-content-wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
}

.router-item-environment.router-item.full-split .router-content-wrapper .router-item-copy {
	max-width: 600px;
}

@media only screen and (max-width:1068px) {
	.router-item-environment.router-item.full-split .router-content-wrapper .router-item-copy {
		max-width: 420px;
	}
}

@media only screen and (min-width: 735px){
    .router-item-tradein.router-item.full-split .router-item-picture{
        justify-content: unset;
    }
}

@media only screen and (max-width: 760px) and (min-width: 735px){
    .router-item-tradein.router-item.full-split .router-content-wrapper{
        display: flex;
        flex-direction: unset;
        padding-left: 50px;
        padding-right: 20px;
    }
}

.overview-routers-trade-in{
    width: 462px;
    height: 282px;
    --p-width: 462px;
    --p-height: 282px;
}

@media only screen and (max-width:1068px)and (max-width:1068px){
    .overview-routers-trade-in{
        width: 356px;
        height: 216px;
        --p-width: 356px;
        --p-height: 216px;
    }
}

@media only screen and (max-width:734px)and (max-width:734px){
    .overview-routers-trade-in{
        width: 278px;
        height: 170px;
        --p-width: 278px;
        --p-height: 170px;
    }
}

/* article-eyebrow */
article.section-macos .article-eyebrow{
    text-transform:unset;
}

/* chip modal */
@media only screen and (max-width:734px){
    .fix-small{
        margin-right: -1rem;
    }
}

#overview-routers-tradein-1{
    display:flex;
    justify-content: center;
}


.overview-routers-tradein {
display: block;
width: var(--p-width);
height: var(--p-height);
max-width: 100%;
--p-width: 1380px;
--p-height: 528px;
}

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

}

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

/* sectopm ai */
@media only screen and (max-width: 734px){
    article.section-apple-intelligence .article-header .article-headline-wrapper{
        width: 100%;
    }
}