.editor.editor--live { padding: 0; }

@media (min-width: 380px) {
    .LiveFieldSection__row.LiveFieldSection__row--2 { display: flex; }
}

.LiveField__header, ::placeholder { font-size: 1rem; }
.LiveField__answer input {
    padding: 8px 10px;
    background: #fafafa;
    border: 1px solid #e0e0e0 !important;
    border-radius: .5rem;
}

.LiveFieldSection__row .LiveField:first-child {
    padding-right: 10px;
}

.LiveFieldSection__row .LiveField:last-child {
    padding-left: 10px;
}

.LiveField .LiveField__container {
    padding: 10px 0;
}
._pf_submitted .editor.editor--live {
    padding: 0;
    margin-top: 100px;
    min-height: 200px;
}