/* RUN — WYSIWYG Descrição do Evento (SEGURO) */

.jet-form-builder__field .wp-editor-area {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    font-family: inherit;
}

.jet-form-builder__field .wp-editor-wrap {
    border-radius: 8px;
    overflow: hidden;
}

.jet-form-builder__field .wp-editor-tools {
    border-radius: 8px 8px 0 0;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-bottom: none;
}

.jet-form-builder__field .wp-editor-container {
    border-radius: 0 0 8px 8px;
    border: 1px solid #e5e7eb;
}
