.mm-single-post-page {
  background: #fff;
}

.mm-single-post__content {
  font-family: var(--mm-font-body);
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--mm-navy);
}
.mm-single-post__content > *:first-child {
  margin-top: 0;
}
.mm-single-post__content > *:last-child {
  margin-bottom: 0;
}
.mm-single-post__content h2,
.mm-single-post__content h3,
.mm-single-post__content h4 {
  font-family: var(--mm-font-body);
  font-weight: 600;
  line-height: 1.3;
  color: var(--mm-navy);
  margin: 2.5rem 0 1rem;
}
.mm-single-post__content h2,
.mm-single-post__content h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.mm-single-post__content p {
  margin: 0 0 1rem;
}
.mm-single-post__content a {
  color: var(--mm-blue);
}
.mm-single-post__content ul,
.mm-single-post__content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}
.mm-single-post__content li + li {
  margin-top: 0.35rem;
}
.mm-single-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.mm-single-post__content blockquote {
  margin: 1.5rem 0;
  padding: 0.25rem 0 0.25rem 1.25rem;
  border-left: 3px solid var(--mm-blue);
  color: var(--mm-navy);
}

/* Inline CTA: reuse LandingCtaBand card styles without section chrome */
.mm-single-post__cta.mm-cta__card {
  margin-top: 4rem;
}

.mm-single-post__share-link img {
  width: 48px;
  height: 48px;
}