/* Hide TinyMCE toolbar in Fluent Forms */
.fluentform .tox-editor-header {
    display: none !important;
}
.fluentform .tox-tinymce {
    border-top-width: 1px !important;
}
