/* Ограничение ширины, базовый текст */
.note-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1.6;
  font-size: 16px;
  overflow-wrap: break-word;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* Элементы внутри заметки */
.note-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

/* Абзацы и списки */
.note-content p { margin: 0.5em 0; }
.note-content li { margin: 0.3em 0; }

/* Заголовки */
.note-content h1, .note-content h2,
.note-content h3, .note-content h4,
.note-content h5, .note-content h6 {
  margin: 0.8em 0 0.5em;
}
