/* Notes display styles - overrides lexxy-content.css for note display */

.note-display {
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Override pre/code block styles to make them look like normal text */
.note-display pre,
.note-display pre[data-language] {
  background-color: white;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  white-space: pre-wrap;
  text-wrap: wrap;
  overflow-x: visible;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  color: #1f2937;
}

/* Additional content styling */
.note-display p {
  margin-bottom: 1.5rem;
}

.note-display h1,
.note-display h2,
.note-display h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #111827;
}

.note-display h1 {
  font-size: 2.25rem;
}

.note-display h2 {
  font-size: 1.875rem;
}

.note-display h3 {
  font-size: 1.5rem;
}

.note-display a {
  color: #2563eb;
  text-decoration: underline;
}

.note-display a:hover {
  color: #1d4ed8;
}

.note-display ul,
.note-display ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.note-display li {
  margin-bottom: 0.5rem;
}

.note-display blockquote {
  border-left: 4px solid #e5e7eb;
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 1.5rem;
  color: #4b5563;
  font-style: italic;
}
