.note-content {
  line-height: 1.75;
  color: var(--color-base-content);
}

.note-content h1 { font-size: 2em; font-weight: 700; margin: 0.67em 0; }
.note-content h2 { font-size: 1.5em; font-weight: 600; margin: 0.75em 0; }
.note-content h3 { font-size: 1.25em; font-weight: 600; margin: 0.83em 0; }
.note-content h4 { font-weight: 600; margin: 1em 0; }
.note-content p { margin: 1em 0; }
.note-content ul, .note-content ol { margin: 1em 0; padding-left: 2em; }
.note-content li { margin: 0.25em 0; }
.note-content blockquote {
  border-left: 4px solid var(--color-base-300);
  margin: 1em 0;
  padding: 0.5em 1em;
  color: var(--color-base-content);
  opacity: 0.7;
  font-style: italic;
}
.note-content code {
  background: var(--color-base-300);
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-size: 0.875em;
}
.note-content pre {
  background: var(--color-base-300);
  padding: 1em;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1em 0;
}
.note-content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.875em;
}
.note-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}
.note-content th, .note-content td {
  border: 1px solid var(--color-base-300);
  padding: 0.5em 0.75em;
  text-align: left;
}
.note-content th {
  background: var(--color-base-200);
  font-weight: 600;
}
.note-content hr { border: none; border-top: 1px solid var(--color-base-300); margin: 2em 0; }
.note-content img { max-width: 100%; border-radius: 8px; }
