.bh-draftail {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    background: #fff;
    min-height: 250px;
}

.bh-draftail-scroll {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bh-draftail .Draftail-Editor,
.bh-draftail .Draftail-Editor__wrapper,
.bh-draftail .DraftEditor-root,
.bh-draftail .DraftEditor-editorContainer,
.bh-draftail .public-DraftEditor-content {
    min-height: 210px !important;
}

.bh-draftail .public-DraftEditor-content {
    padding: 12px;
    background: #fff;
}

.bh-draftail .public-DraftStyleDefault-block {
    margin: 0.5em 0;
}

.bh-draftail .Draftail-Toolbar {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.bh-draftail [contenteditable="true"] {
    color: #212529;
    cursor: text;
}
