.elementor-12553 .elementor-element.elementor-element-12167798{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-93efb1f *//* 1. 取消所有段落的首行缩进 */
p {
    text-indent: 0 !important;
}

/* 2. 确保列表显示项目符号，且为圆点 */
ul {
    list-style-type: disc !important; /* 设置为实心圆点 */
    padding-left: 20px;              /* 留出左侧空间显示圆点，防止符号超出边界 */
    margin-bottom: 15px;             /* 列表下方的间距 */
}

ul li {
    display: list-item !important;    /* 确保被定义为列表项 */
    list-style: disc inside;         /* 确保圆点在容器内部或紧贴边缘显示 */
}/* End custom CSS */