.custom-section {
  background-color: rgb(var(--color-background));
}

.custom-section .block-heading,
.custom-section .subheading {
  width: 100%;
}

.custom-section .custom-html-block {
  background-color: rgb(var(--color-background));
}

.custom-section .subheading,
.custom-section .rte {
  word-break: break-word;
}
/* 自定义宽度模式 */
.width-custom {
    max-width: var(--custom-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 全宽模式 */
.width-full {
    max-width: 100% !important;
    width: 100% !important;
}