.actRichTextRule {
  line-height: 160%;
  font-size: 14px;
  color: var(--color-text-2, #475569);
}
.actRichTextRule b {
  color: var(--color-text-1, #0f172a);
}
.actRichTextRule h1,
.actRichTextRule h2,
.actRichTextRule h3,
.actRichTextRule h4,
.actRichTextRule h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-1, #0f172a);
}
.actRichTextRule ul,
.actRichTextRule ol {
  margin: 0;
  padding-inline-start: 14px;
  list-style-position: outside;
}

/* 显式声明列表标识，避免宿主站点级 reset（ol,ul{list-style:none}）覆盖 UA 默认序号/项目符号 */
.actRichTextRule ul {
  list-style-type: disc;
}
.actRichTextRule ol {
  list-style-type: decimal;
}
.actRichTextRule li {
  margin: 6px 0;
}
.actRichTextRule li::marker {
  color: var(--color-text-1, #0f172a);
}
.actRichTextRule a {
  color: var(--color_primary_brand, #2563eb);
  text-decoration: underline !important;
}
.actRichTextRule img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.actRichTextRule div[data-table="true"] {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.actRichTextRule table {
  width: max-content;
  border-collapse: separate;
  border-spacing: 4px;
}
.actRichTextRule th,
.actRichTextRule td {
  width: 160px;
  min-width: 160px;
  padding: 8px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
.actRichTextRule th {
  background-color: var(--color-border, #e2e8f0);
}
.actRichTextRule td {
  border: 1px solid var(--color-border, #e2e8f0);
}
