/* Shared news/activity reading layout. Uploaded artwork must never be cropped. */
#main .section.article {
  box-sizing: border-box;
  width: min(100%, 960px);
  max-width: 960px;
  margin-inline: auto;
  padding: 40px 40px 72px;
}
#main .article .back {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 0 24px;
  font-size: .875rem;
  color: #35536e;
}
#main .article-heading {
  padding-bottom: 28px;
  border-bottom: 1px solid #cbd4d9;
}
#main .article h1 {
  width: 100%;
  margin: 0 0 20px;
  font-size: clamp(1.625rem, 2.6vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}
#main .article-heading time {
  color: #637484;
  font: 500 .9375rem/1.5 var(--body);
  font-variant-numeric: tabular-nums;
  letter-spacing: .035em;
}
#main .article-cover {
  width: 100%;
  margin: 32px 0 0;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
}
#main .article-cover > a {
  display: flex;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
}
/* Images sit directly on the reading surface, without decorative mats. */
#main .article-cover,
#main .article-cover > a,
#main .article-cover img,
#main .article .body img {
  border: 0;
  box-shadow: none;
  background: transparent;
}
#main .article-cover img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 760px;
  object-fit: contain;
}
#main .article .body {
  width: 100%;
  max-width: none;
  margin: 32px 0 0;
  color: #293f52;
  font: 400 1.125rem/1.95 var(--body);
  letter-spacing: .015em;
  overflow-wrap: anywhere;
}
#main .article .body p { margin: 0 0 1.4em; font: inherit; color: inherit; max-width: none; }
#main .article .body :is(h2,h3,h4) { margin: 1.6em 0 .6em; font-size: 1.4em; line-height: 1.5; text-wrap: pretty; letter-spacing: 0; }
#main .article .body :is(h3,h4) { font-size: 1.15em; }
#main .article .body :is(ul,ol) { padding-left: 1.5em; margin: 1em 0 1.4em; }
#main .article .body li { margin: .4em 0; }
#main .article .body blockquote { margin: 1.5em 0; padding: 16px 24px; border-left: 3px solid #c92f42; background: #e9eeed; }
#main .article .body a { text-decoration: underline; text-underline-offset: 4px; }
#main .article .body img { display: block; width: auto; max-width: 100%; height: auto; object-fit: contain; margin: 28px auto; border-radius: 0; }
#main .article-end { display:flex; justify-content:space-between; gap:24px; margin-top:40px; padding-top:20px; border-top:1px solid #cbd4d9; }
#main .article-end > :is(a,span) { display:inline-flex; align-items:center; min-height:44px; color:#35536e; font-size:.9375rem; font-weight:600; }
#main .article-end > :last-child { text-align:right; }
#main .article-end a:hover { color:#c92f42; text-decoration:underline; text-underline-offset:5px; }
#main .article-end [aria-disabled="true"] { color:#8a969f; cursor:default; }

/* Keep the entire cover visible, including poster headlines, faces and captions. */
#main :is(.home-news-media,.news-archive-media,.activity-showcase__media) { background: transparent; }
#main :is(.home-news-media,.news-archive-media,.activity-showcase__media) img { object-fit: contain; object-position: center; transform: none; }
#main .home-news-media::after { display: none; }
#main :is(.home-news-copy strong,.news-archive-copy h2,.activity-showcase__copy strong) { overflow-wrap: anywhere; line-height: 1.55; letter-spacing: 0; text-wrap: pretty; }
#main .activity-showcase__item { display: flex; flex-direction: column; background: #fbfcf9; }
#main .activity-showcase__copy {
  position: static;
  flex: 1;
  justify-content: flex-start;
  padding: 20px 22px 24px;
  color: var(--ink);
  background: none;
}
#main .activity-showcase__copy strong { max-width: none; min-block-size: 0; font-size: 1.25rem; }
#main .activity-showcase__copy time { font-size: .875rem; }

@media (max-width: 600px) {
  #main .section.article { padding: 20px 20px 48px; }
  #main .article .back { margin-bottom: 16px; }
  #main .article-heading { padding-bottom: 20px; }
  #main .article h1 { font-size: 1.5rem; line-height: 1.5; margin-bottom: 16px; }
  #main .article-cover { margin-top: 24px; }
  #main .article-cover > a { padding: 0; }
  #main .article-cover img { max-height: none; }
  #main .article .body { font-size: 1.0625rem; line-height: 1.9; margin-top: 24px; }
  #main .article .body blockquote { padding: 12px 16px; }
  #main .news-archive-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 0; }
  #main .news-archive-media { aspect-ratio: 16/10; }
  #main .news-archive-copy h2 { font-size: 1.125rem; }
  #main .home-news-card { grid-template-columns: 1fr; grid-template-rows: auto auto; min-height: 0; }
  #main .home-news-media { height: auto; min-height: 0; aspect-ratio: 16/10; }
  #main .home-news-copy { min-height: 0; padding: 20px 0 24px; }
  #main .home-news-copy strong { font-size: 1.125rem; }
  #main .activity-showcase__copy { padding: 16px 18px 20px; }
  #main .activity-showcase__copy strong { font-size: 1.125rem; }
}
