.single-post-page .content-main--full {
  display: grid;
  gap: 24px;
  max-width: min(100%, 980px);
}

.single-post-page .entry-card--post {
  width: min(100%, 920px);
  padding: 34px 32px 40px;
  border-radius: 28px;
}

.single-post-page .entry-header {
  max-width: 820px;
  margin: 0 auto 30px;
  gap: 14px;
  padding-bottom: 14px;
}

.single-post-page .entry-title {
  max-width: min(100%, 18ch);
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  line-height: 1.3;
}

.single-post-page .entry-thumbnail {
  width: min(100%, 820px);
  margin: 0 auto 30px;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(96, 80, 168, 0.14);
}

.single-post-page .entry-content {
  width: min(100%, 780px);
  margin: 0 auto;
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1.95;
}

.single-post-page .entry-content > * {
  max-width: 100%;
}

.single-post-page .entry-content h2,
.single-post-page .entry-content h3,
.single-post-page .entry-content h4 {
  color: var(--ks-violet-3);
  line-height: 1.45;
}

.single-post-page .entry-content h2 {
  margin-top: 2.8rem;
  margin-bottom: 1rem;
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
}

.single-post-page .entry-content h3 {
  margin-top: 2.2rem;
  margin-bottom: 0.8rem;
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
}

.single-post-page .entry-content p,
.single-post-page .entry-content li {
  font-size: 1rem;
  line-height: 1.95;
}

.single-post-page .entry-content ul,
.single-post-page .entry-content ol {
  padding-left: 1.4em;
}

.single-post-page .entry-content blockquote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(223, 212, 248, 0.96);
  border-radius: 20px;
  background: rgba(248, 244, 255, 0.78);
  color: var(--text-sub);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.single-post-page .entry-content .wp-block-image,
.single-post-page .entry-content figure,
.single-post-page .entry-content .wp-block-embed {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.single-post-page .entry-content img {
  border-radius: 18px;
}

.single-post-page .entry-content .wp-block-button {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

@media (max-width: 720px) {
  .single-post-page .entry-card--post {
    padding: 26px 18px 30px;
    border-radius: 24px;
  }

  .single-post-page .entry-header {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }

  .single-post-page .entry-thumbnail {
    margin-bottom: 24px;
    border-radius: 20px;
  }

  .single-post-page .entry-content {
    width: 100%;
    font-size: 0.98rem;
  }

  .single-post-page .entry-content h2 {
    margin-top: 2.2rem;
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }

  .single-post-page .entry-content h3 {
    font-size: clamp(1.1rem, 4.6vw, 1.3rem);
  }
}
