/* 恢复古腾堡标题块的默认样式 */
.wp-block-heading {
    font-size: revert;
    line-height: revert;
    margin: revert;
    color: revert;
}