/* privacy headline  */
/*.tile-privacy .typography-privacy-headline {
    width: 130px;
}

@media only screen and (max-width: 1068px) {
    .tile-privacy .typography-privacy-headline {
        width:100px;
    }
}

@media only screen and (max-width: 734px) {
    .tile-privacy .typography-privacy-headline{
        width: 100px; 
    }
}*/

/*font weight 600 change*/
.typography-site-headline,.typography-tile-headline, .typography-section-headline,.typography-privacy-headline, .typography-feature-headline{
    font-weight: 600;
}

.page-overview.long-tile-headlines .typography-tile-headline,.page-switch.long-tile-headlines .typography-tile-headline{
    font-weight: 600;
}

/* alts */

.section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
    width: 522px;
}

@media only screen and (min-width: 1441px) {
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 760px;
        }
}

@media only screen and (max-width:1068px){
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 376px;
        }
}

@media only screen and (max-width:734px){
    .section-tiles .tile-apple-store .tile-panel-content.textzoom-content {
        width: 240px;
    }
}


.new-top{
    margin-top: 10px;
}

/* apple store */
.section-tiles .tile-apple-store .tile-copyblock-center {
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.section-tiles .tile-apple-store .tile-copyblock{
    width: auto;
    margin-top: 0px;
 }

 @media only screen and (max-width: 1068px) {
    .section-tiles .tile-apple-store .tile-copyblock-center {
        position: absolute;
        left: 65%;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }
}


@media only screen and (max-width: 734px) {
    .section-tiles .tile-apple-store .tile-copyblock-center {
       position: static;
       left:initial;
       top:initial;
       transform: none;
    text-align: center;
    }
}

@media only screen and (max-width: 734px) {
    .section-tiles .tile-apple-store .tile-copyblock{
        width: 100%;
        margin-top: 20px;
     }
}
.small-center{
    position: static;
}

.gradient-text{
    -webkit-background-clip: text !important;
}
.localnav-container .content-expand-wrap .product-action .product-cta .pricing{
    height: auto;
}
.section-compare .span-pipe-wrap.double {
    height: 42px;
}

/* compare camera line */
.iphone-16-pro.camera.cell.row p,
.iphone-16.camera.cell.row p,
.iphone-16e.camera.cell.row p,
.iphone-15.camera.cell.row p {
	margin-bottom: 8px;
}

/* 2025-0206 */
.iphone-16e.camera p:nth-child(3) {
    height: 42px;
}

/* 2025-0211 */
@media only screen and (max-width: 734px) {
    .iphone-16.camera p:nth-child(3) {
        height: 63px;
    }
    .iphone-16e.camera p:nth-child(8) {
        height: 23px;
    }
}

/* qa radar */
.section-tiles .tile-durability .tile-content,.section-tiles .tile-battery .tile-content {
    min-height: 551px;
}

@media only screen and (max-width: 1068px) {
    .section-tiles .tile-durability .tile-content,.section-tiles .tile-battery .tile-content {
        min-height:400px
    }
}
@media only screen and (max-width: 734px) {
    .section-tiles .tile-durability .tile-content,.section-tiles .tile-battery .tile-content {
        min-height:358px
    }
}

@media (min-width: 1069px) {
	.section-tiles .tile-durability .tile-button .icon::after, .section-tiles .tile-battery .tile-button .icon::after{
		top:2px
	}
}
.section-intro-coming-soon {
    color:#6e6e73;
    max-width: 426px;
}
@media only screen and (max-width: 1068px) {
    .section-intro-coming-soon {
        max-width:312px
    }
}

@media only screen and (max-width: 734px) {
    .section-intro-coming-soon {
        max-width: 320px;
        margin-left: auto;
        margin-right:auto;
        font-size: 14px;
        margin-top: 0.1em;
    }
}
