.lxwm.module-editor {
  overflow: hidden;
  background: var(--surface-warm);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  margin-top: 4px;
  }
.lxwm.module-editor p {
  margin: 15px 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-secondary);
  margin-bottom: 1.3em;
  letter-spacing: 0.005em;
  }
.module-editor p{
  margin: 15px 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink-secondary);
  margin-bottom: 1.3em;
  letter-spacing: 0.005em;
}
.content-right-item .lxwm.module-editor p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-secondary);
    margin-bottom: 4px;
}
.lxwm.module-editor img {
  max-width: 100%;
  height: auto;}

.lxwm.module-editor h3{
    color: #333;
    font-weight: 700;
    font-size: 22px;
}
module-editor h3{
    color: #333;
    font-weight: 700;
    font-size: 22px;
}
.content-right-item .module-editor h3{
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand);
    margin: 16px 0 8px;
}
.content-right .module-editor p {
    font-size: 13px;
    line-height: 1.65;
    color: var(--ink-secondary);
    margin-bottom: 4px;
}


.zwy_content-left{
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 40px 44px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}