@tailwind base;
@tailwind components;
@tailwind utilities;

.note-editable ul {
  list-style-type: disc !important;
  padding-left: 1.5rem;
}

.note-editable ol {
  list-style-type: decimal !important;
  padding-left: 1.5rem;
}

.note-editable li {
  margin-bottom: 0.25rem;
}

.note-editable span[style*="font-size"] {
  line-height: 1.5 !important;
  display: inline !important;
}