
.rich-text {
    @apply max-w-4xl mx-auto px-6 py-8;
    line-height: 1.7;
    color: #374151;
}

.rich-text blockquote,
.rich-text dd,
.rich-text dl,
.rich-text figure,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.rich-text hr,
.rich-text p,
.rich-text pre {
    margin: revert; /* 使用revert恢复浏览器默认样式 */
    margin-block-start: revert;
    margin-block-end: revert;
    font-size: revert;
    font-weight: revert;
}
.rich-text ol,
.rich-text ul,
.rich-text li {
    margin: revert;
    padding: revert;
    list-style: revert;
}
