/* Post content rendering
   Scope intentionally limited to .vanyou-post-content to avoid side effects
   on other CMS blocks, components, or global typography styles. */

.vanyou-post-content ul,
.vanyou-post-content ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.vanyou-post-content li {
  margin-bottom: 0.4rem;
}

.vanyou-post-content li > p {
  margin: 0;
}
