.article-shell {
  padding-bottom: 0;
}

.article-page .global-header {
  position: absolute;
}

.article-page .newsroom-localnav {
  top: 0;
}

/* Apple Newsroom media component: 980 / 692 / full-width responsive tiers. */
.article-media-figure {
  width: 980px;
  max-width: calc(100% - 44px);
  margin: 44px auto;
}

.article-media-figure + .article-media-figure {
  margin-top: 44px;
}

.article-media-frame {
  width: 100%;
  max-width: none;
  aspect-ratio: 980 / 551;
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px;
}

.article-media-frame .news-media,
.article-media-frame .news-media-fallback {
  background: #f5f5f5 !important;
}

.article-media-frame img {
  color: transparent;
  font-size: 0;
}

.article-media-frame .news-media-load-failed {
  background: #f5f5f5 !important;
}

.article-media-frame .news-media-load-failed img {
  display: none;
}

.article-media-frame .news-media-fallback::before,
.article-media-frame .news-media-fallback::after,
.article-media-frame .news-media-fallback span {
  display: none;
}

.article-media-description {
  width: 100%;
  max-width: 653px;
  margin: 16px auto 0;
  gap: 24px;
  color: #6e6e73;
  font-size: 12px;
  line-height: 16px;
}

.article-media-download {
  position: relative;
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  color: #161617;
  background: #f5f5f7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 300ms cubic-bezier(0.4, 0, 0.25, 1),
    color 300ms cubic-bezier(0.4, 0, 0.25, 1);
}

.article-media-download::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  border: 0;
  transform: none;
  background-color: currentColor;
  -webkit-mask: url("/assets/sf-symbols/download.svg?v=20260830-transparent") center / 19px 19px no-repeat;
  mask: url("/assets/sf-symbols/download.svg?v=20260830-transparent") center / 19px 19px no-repeat;
}

.article-media-download::after {
  content: none;
}

.article-media-download:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

.article-media-download:hover {
  color: #161617;
  background-color: #e8e8ed;
}

.article-media-download[aria-disabled="true"] {
  display: block;
  color: #161617;
  background-color: #f5f5f7;
  cursor: default;
}

.article-press-contacts {
  margin-top: 52px;
  padding: 52px 0;
  color: #1d1d1f;
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
}

.article-press-contacts h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.009em;
}

.article-contact-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}

.article-contact {
  flex: 0 0 50%;
  margin-top: 28px;
  padding-right: 20px;
  color: #1d1d1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.article-contact strong {
  margin-bottom: 3px;
  color: #1d1d1f;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
}

.article-contact span,
.article-contact a {
  color: #1d1d1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.article-contact a {
  color: #06c;
}

.article-press-contacts + .newsroom-share-section {
  padding-top: 0;
  border-top: 0;
}

.newsroom-share-toolbar-top {
  margin-top: 32px;
}

.newsroom-share-buttons {
  position: relative;
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.newsroom-share-button {
  width: 36px;
  height: 36px;
  padding: 6px;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6e6e73;
  background: transparent;
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 180ms cubic-bezier(0.4, 0, 0.6, 1);
}

.newsroom-share-button:hover {
  color: #1d1d1f;
}

.newsroom-share-button:focus-visible {
  outline: 2px solid #0071e3;
  outline-offset: 2px;
}

.newsroom-share-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.newsroom-share-icon-mail {
  -webkit-mask-image: url("/assets/sf-symbols/mail.svg");
  mask-image: url("/assets/sf-symbols/mail.svg");
}

.newsroom-share-icon-link {
  -webkit-mask-image: url("/assets/sf-symbols/link.svg");
  mask-image: url("/assets/sf-symbols/link.svg");
}

.newsroom-share-tooltip {
  position: absolute;
  z-index: 9997;
  top: -30px;
  left: 0;
  height: 30px;
  color: #fff;
  background: #1d1d1f;
  border-radius: 3px;
  white-space: nowrap;
}

.newsroom-share-tooltip-text {
  margin: 2px 8px;
  color: inherit;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
}

.newsroom-share-divider {
  margin-top: 32px;
  border-bottom: 1px solid #d2d2d7;
}

.newsroom-share-section {
  margin-top: 54px;
  padding-top: 52px;
  border-top: 1px solid #d2d2d7;
}

.newsroom-share-section h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.009em;
}

.newsroom-read-more-hero {
  width: 100%;
  min-height: 420px;
  margin-top: 90px;
  padding: 64px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1f;
  background: #f5f5f7;
  text-align: center;
  scale: 1 !important;
  transform: none !important;
  transition: none !important;
}

.newsroom-read-more-content {
  width: 100%;
  max-width: 720px;
}

.newsroom-read-more-content strong {
  display: block;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.newsroom-read-more-button {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 16px;
  color: #161617;
  background: #e8e8ed;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  transition: background-color 160ms ease;
}

.newsroom-read-more-button:hover {
  background: #d2d2d7;
}

@media (min-width: 735px) and (max-width: 1068px) {
  .article-media-figure {
    width: 692px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .article-media-description {
    max-width: 576px;
    margin-top: 12px;
  }
}

@media (max-width: 734px) {
  .article-shell {
    padding-bottom: 0;
  }

  .article-media-figure,
  .article-media-figure + .article-media-figure {
    width: 100%;
    max-width: none;
    margin: 32px 0;
  }

  .article-media-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .article-media-description {
    width: 87.5%;
    max-width: none;
    margin-top: 12px;
    gap: 24px;
  }

  .article-press-contacts {
    margin-top: 44px;
    padding: 44px 0;
  }

  .article-press-contacts h2 {
    font-size: 21px;
    line-height: 25px;
  }

  .article-contact {
    flex-basis: 100%;
  }

  .article-contact strong {
    font-size: 17px;
    line-height: 21px;
  }

  .newsroom-share-toolbar-top,
  .newsroom-share-divider {
    margin-top: 28px;
  }

  .newsroom-share-section {
    margin-top: 44px;
    padding-top: 42px;
  }

  .newsroom-share-section h2 {
    font-size: 21px;
    line-height: 25px;
  }

  .newsroom-read-more-hero {
    min-height: 340px;
    margin-top: 64px;
    padding: 52px 22px;
  }

  .newsroom-read-more-content strong {
    font-size: 36px;
    line-height: 40px;
  }

  .newsroom-read-more-button {
    margin-top: 18px;
  }
}
