/*.gp-editorjs-content .gp-ce-paragraph {
    text-indent: 2rem;
}
*/

/* 课程模板 PC 渐变样式适配 */
.gp-editorjs-content .iconfont {
    background-image: linear-gradient(180deg, #FF5000, #FF8751);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: #FF5000 !important;
    font-size: 64px !important;
}

/* 图文块 */
.gp-editorjs-content .gp-ce-school-mit__content-horizontal-item {
    background: #F3F3F3 !important;
}

.gp-editorjs-content .gp-ce-school-mit__content-vertical-item {
    background: #F3F3F3 !important;
}