/* Summernote Global - front-end wp_editor hard hide */

/* Hide WP editor chrome (Visual/Text tabs, toolbars, TinyMCE iframe, quicktags) */
.gsg-sn-wrap .wp-editor-tools,
.gsg-sn-wrap .wp-editor-tabs,
.gsg-sn-wrap .quicktags-toolbar,
.gsg-sn-wrap .mce-container,
.gsg-sn-wrap .mce-tinymce,
.gsg-sn-wrap iframe,
.gsg-sn-wrap .wp-media-buttons {
  display: none !important;
}

/* Ensure the original textarea stays hidden; Summernote will manage value sync */
.gsg-sn-wrap textarea.wp-editor-area {
  display: none !important;
}

/* Ensure Summernote editor stretches nicely in typical MyListing forms */
.gsg-sn-wrap .note-editor.note-frame {
  width: 100%;
  max-width: 100%;
}

.gsg-sn-wrap .note-editable {
  min-height: 240px;
}
