:root {
    --bg: #F3F3F7;
}

.LiveField,
.SuccessfulSubmission {
    background: var(--bg);
}

.editor .__header-one,
.editor .__header-two,
.paragraph:not(.block--empty),
.editor .public-DraftStyleDefault-ol {
    background: var(--bg);
    padding: 0 20px;
}

.editor .__header-one:first-child,
.editor .__header-two:first-child,
.editor .paragraph:not(.block--empty):first-child,
.editor .public-DraftStyleDefault-ol:first-child {
    padding-top: 22px;
}

.editor .__header-one:last-child,
.editor .__header-two:last-child,
.editor .paragraph:not(.block--empty):last-child,
.editor .public-DraftStyleDefault-ol:last-child,
.editor .__header-one:has(+ .block--empty),
.editor .__header-two:has(+ .block--empty),
.editor .paragraph:not(.block--empty):has(+ .block--empty),
.editor .public-DraftStyleDefault-ol:has(+ .block--empty) {
    padding-bottom: 22px;
}