.post-body {
  margin-top: 1.75rem;
}

.post-body h2 {
  margin-top: 2.4rem;
}

.post-body h3 {
  margin-top: 1.8rem;
}

.post-body p,
.post-body li {
  text-wrap: pretty;
}

.post-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
}

.post-body ul,
.post-body ol {
  padding-left: 1.5rem;
}

.post-body li {
  margin: 0.35rem 0;
}

.post-body blockquote {
  margin: 1.25rem 1.5rem;
  padding-left: 1rem;
  border-left: 3px solid #d1d5db;
  color: #374151;
}

.post-body blockquote p:last-child {
  margin-bottom: 0;
}

.post-body .mse-example {
  margin: 1.5rem 0 1.85rem;
  padding: 1.25rem 1.1rem 1.2rem;
  border-radius: 1rem;
  background: #eef0f7;
  color: #171717;
}

.post-body .mse-example-rubric {
  margin: 1.65rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
}

.post-body .mse-example-rubric strong {
  color: #000;
}

.post-body .mse-example-message + .mse-example-message {
  margin-top: 1.75rem;
}

.post-body .mse-example-role {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.8rem;
}

.post-body .mse-example-role-name {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.post-body .mse-example-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  flex: 0 0 auto;
}

.post-body .mse-example-avatar--developer {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d8;
  background: #fff;
  color: #111;
}

.post-body .mse-example-avatar--developer svg {
  width: 1.15rem;
  height: 1.15rem;
}

.post-body .mse-example-avatar--user {
  background: #b7b1eb;
}

.post-body .mse-example-bubble {
  border-radius: 1rem;
  background: rgba(8, 8, 8, 0.08);
  padding: 1rem 1rem 0.95rem;
}

.post-body .mse-example-bubble p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .post-body .mse-example {
    padding: 1rem 0.9rem;
  }

  .post-body .mse-example-role {
    gap: 0.75rem;
  }

  .post-body .mse-example-bubble {
    padding: 0.95rem 0.9rem;
  }

  .post-body .mse-example-bubble p {
    font-size: 0.94rem;
  }
}
