/* Post titles use the same hero layout as pages. Scoped to post.hbs. */
.tt-post-page > .m-hero.with-picture .m-hero__picture.in-post {
  /* White text remains legible even over a white source image. */
  opacity: .45;
}
.tt-post-page .tt-post-hero-content {
  width: 100%;
  max-width: 960px;
  padding-inline: clamp(20px, 5vw, 48px);
  overflow-wrap: anywhere;
}
.tt-post-page .tt-post-hero-content .m-hero-title {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.18;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.tt-post-page .tt-post-hero-content .m-hero-description {
  color: #fff;
  max-width: 740px;
  margin: 20px auto 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.55;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}
.tt-post-page .tt-post-subtitle {
  margin: 0 auto 24px;
  line-height: 1.55;
}
.tt-post-page .m-heading__meta {
  flex-wrap: wrap;
  row-gap: 8px;
}
