a[href^=http]:after {
  content: " (" attr(href) ")";
  word-wrap: break-word;
}

.global-header__utility-bar,
.burger,
.meta__share,
.related-content,
.global-footer__sitemap,
.global-footer__logos {
  display: none;
}

.meta__actions {
  justify-content: center;
}

.article-header,
.grid,
.subscribe-teaser,
.back-to-top,
.global-footer__container {
  max-width: 100%;
}

.container {
  width: 100%;
}

.article-page__container {
  flex-direction: column;
}
.article-page__first-col, .article-page__second-col, .article-page__third-col {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}
.article-page__body img {
  max-width: 500px;
  float: none;
  display: block;
  margin: 0 auto;
}

.global-header .logo {
  margin: 0 auto;
}

.article-header__container::after {
  -webkit-print-color-adjust: exact;
}