/* icon padding left */
.icon-pausecircle, .icon-playcircle, .icon-replay {
  padding-left: .3em;
}

/* br */
br.br-478{
  display: none;
}
@media only screen and (max-width: 476px) {
  br.br-478{
    display: block;
  }
}


/* overview-chip-modal-ai-apps */
@media only screen and (min-width: 1069px) {
  .modal-l2 .chip-l2-wrapper .subsection-2 .grid-headline{
    height: 156px;
  }
}

@media only screen and (min-width: 814px) and (max-width: 1068px) {
  .modal-l2 .chip-l2-wrapper .subsection-2 .grid-headline{
    padding-top:80px;
    height: 97px;
  }
}

@media only screen and (min-width: 735px) and (max-width: 813px) {
  .modal-l2 .chip-l2-wrapper .subsection-2 .grid-headline{
    padding-top:33px;
    height: 144px;
  }
}

/* compare-product-tile-price */
@media (max-width:734px) {
  .section-contrast .product-tile-ctas {
    margin-bottom: 30px;
  }
}

/* hero */
@media only screen and (min-width: 1068px) {
  html.no-enhanced .section-welcome .welcome {
    padding-top: 34px;
  }

  .section-welcome .welcome {
  padding-top: 34px;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1067px) {
  html.no-enhanced .section-welcome .welcome {
    padding-top:34px;
  }

  .section-welcome .welcome {
  padding-top: 34px;
  }
}


/* subsection-2 grid-headline*/
@media only screen and (min-width: 735px) and (max-width: 813px) {
  .subsection-2 .grid-lockup .grid-headline .nowrap {
    white-space:normal;
  }
}


/* enhanced fix */
@media only screen and (min-width: 1069px) {
  html.enhanced .section-welcome .welcome__lockup {
    top: calc(var(--wrap-top-offset) + var(--cta-offset) + 19px);
  }
}

@media only screen and (max-width: 376px) {
  html.enhanced .section-welcome .welcome__lockup {
    top: calc(var(--wrap-top-offset) + var(--cta-offset) + 29px);
  }
}

/* icon alignment */
.icon-wrapper .icon, .icon-wrapper .icon-after:after, .icon-wrapper .icon-before:before, .icon-wrapper .more:not(.icon-before):after {
  position: relative;
}
.icon-external:after, .icon-external:before {
  top: -0.05em;
}

/* apple-intelligence section */
@media (max-width:734px){
  .subsection-apple-intelligence .section-features .feature-clean-up .copy-container{
    margin-top: 42px;
  }
}

/* section-incentive */
#variable-width-gallery-item-6 .icon-container{
  height: 83px;
  padding-top: 5px;
  box-sizing: border-box;
}