
  .note-content {
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  .note-content p {
    margin-bottom: 0.75rem;
  }
  .note-content p:last-child {
    margin-bottom: 0;
  }
  .note-content br {
    display: block;
    content: "";
    margin-top: 0.5rem;
  }
  .note-collapsed.svelte-a86afj {
    max-height: 10rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
  .note-expanded.svelte-a86afj {
    max-height: 50vh;
    overflow-y: auto;
  }
