.ms-metal-release-page .ms-press-head h1 {
  max-width: 18ch;
}

.ms-metal-release-page .ms-press-hero img,
.ms-release-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 18px;
}

.ms-metal-release-page .ms-press-hero figcaption,
.ms-release-figure figcaption {
  margin-top: 16px;
  color: var(--ms-dim);
  font-size: 0.875rem;
  line-height: 1.6;
}

.ms-release-figure {
  margin: 40px 0 0;
}

.ms-release-figure-portrait {
  max-width: 440px;
  margin-inline: auto;
}

.ms-release-list {
  margin: 28px 0;
  padding-left: 1.25em;
  color: #c7c7c7;
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.ms-release-list li + li {
  margin-top: 14px;
}

.ms-release-list strong {
  font-size: 1em;
  letter-spacing: normal;
}
