/* Tailwind overrides for Summernote */
.note-editor .note-toolbar {
  @apply bg-gray-100 border-b border-gray-300 rounded-t-lg;
}
.note-editor .note-editable {
  @apply bg-white rounded-b-lg p-4 text-base;
}
.note-editor .note-btn {
  @apply bg-blue-500 text-white rounded px-2 py-1 hover:bg-blue-600;
}
.note-editor .note-btn-group {
  @apply space-x-1;
}
.note-editor .note-dropdown-menu {
  @apply bg-white border border-gray-200 shadow-lg rounded;
}
.note-editor .note-statusbar {
  @apply bg-gray-50 border-t border-gray-200 rounded-b-lg;
}
