.icon-wrapper .icon.more::after {
    position: relative;
    top: -0.08em;
}

.icon-wrapper .icon-external::after {
    position: relative;
    top: -0.08em;
    padding-left: 0.3em;
}

.section-recent-events .recent-events-gallery .item-container .gallery-item .headline {
    font-weight: 600;
}

@media only screen and (min-width: 735px) {
    .section-hero .hero-copy-announce {
        max-width: 610px;
    }
}

@media only screen and (max-width: 734px) {
    .section-hero .hero-copy {
        max-width: 320px;
    }
}

@media only screen and (max-width: 330px) {
    .section-hero .hero-copy {
        max-width: 310px;
    }
}

.xsmall-330 {
    display: none;
}

@media only screen and (max-width: 330px) {
    .xsmall-330 {
        display: block;
    }
}

@media only screen and (max-width:1068px) {
    .announced-item.announced-item-carbon-neutral .copy-container {
        padding-top: 27px;
        padding-bottom: 26px;
    }
    .september-2023 .section-announced .announced-item-carbon-neutral .bg-image {
        margin-top: auto;
    }
}

@media only screen and (max-width: 734px) {
    .announced-item.announced-item-carbon-neutral .copy-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.september-2023 .section-announced .announced-item-apple-watch-ultra-2 .bg-image {
    background-color: #fff;
}

@media only screen and (max-width:1068px) and (min-width:735px) {
    .section-announced .announced-item-ipad-os .copy-container {
        max-width: 350px;
    }    
}

/* gallery height */
@media only screen and (min-width: 735px) {
    .section-recent-events .recent-events-gallery .item-container .gallery-item {
        height: 515px;
    }
}

@media only screen and (max-width: 734px) {
    .section-recent-events .recent-events-gallery .item-container .gallery-item {
        height: 505px;
    }
}


/* gallery cta horizontal align fix */
.section-recent-events .recent-events-gallery .item-container .gallery-item .cta-container {
    min-height: 44px;
}

html.ac-ls-visible .section-hero .inline-media-ui {
    top: calc(var(--global-nav-collective-height) - var(--r-localeswitcher-height) + 16px)
}

@media only screen and (max-width:734px) {
    .section-announced .announced-item-ipad-air .copy-container .product-copy {
        max-width: 290px;
    }
    .section-announced .announced-item.announced-item-ipad-air .copy-container .product-copy {
        padding: 0 6px;
    }
}

.section-announced .announced-item-iphone-16-pro .headline,
.section-announced .announced-item-iphone-16 .headline {
    margin-bottom: 17px;
}
