.export-step-view .export-view>* {
    overflow: visible;
}

.export-step-view .export-view h1 {
    font-size: 2rem;
    margin: 1rem 0 0.5rem 0;
    line-height: normal;
}

.export-step-view .export-view h2 {
    font-size: 1.6rem;
    margin: 1.2rem 0 0.5rem 0;
    line-height: normal;
}

.export-step-view .export-view h3 {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem 0;
    line-height: normal;
}

.export-step-view .export-view h4 {
    font-size: 1.4rem;
    margin: 0.8rem 0 0.5rem 0;
    line-height: normal;
}

.export-step-view .export-view h5 {
    font-size: 1.3rem;
    margin: 0.6rem 0 0.5rem 0;
    line-height: normal;
}

.export-step-view .dynamic-export-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 1;
    position: relative;
    scrollbar-gutter: stable;
    overflow-anchor: none;
    padding: 20px;
}

.export-step-view .export-pages-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.export-step-view .export-page {
    flex: 1;
}

.export-step-view .indent .form-label {
    box-sizing: border-box;
}

.export-step-view .indent.one .form-label {
    padding-left: 10px;
}

.export-step-view .indent.two .form-label {
    padding-left: 20px;
}

.export-step-view.toc-view>div>* {
    height: 25px;
    align-items: center;
    margin-right: 10px;
}