.LiveField__input, textarea.LiveField__input[rows], textarea.LiveField__input[rows]:focus, textarea.LiveField__input[rows]:hover {
    background: white;
    color: black;
    padding-left: 1rem;
    border: 1px solid #c2d2cf;
    border-radius: 4px;
}

.editor .LiveField--active .LiveField__input:not(.LiveField__input--manualfocus), .editor .LiveField__input--manualfocus:focus {
    border-bottom: 1px solid #c2d2cf;
}

.Select-control {
    background-color: white;
border: 1px solid #c2d2cf;
min-height: 38px;
padding: 0;
}

.Select--single>.Select-control .Select-value, .Select-placeholder {
    line-height: 39px;
    color: black;
}

.editor .LiveField .LiveField__container {
    padding: 15px 0;
}

.editor.editor--live {
    padding: 13px;
}