/* The note editor is WYSIWYG-only (you edit the rendered elements; Markdown is
   stored). Hide ToastUI's Markdown "Write/Preview" tabs and the Markdown/WYSIWYG
   mode switch so the toolbar stays clean and there's no dead toggle. */
.toastui-editor-md-tab-container,
.toastui-editor-mode-switch {
  display: none !important;
}
