/* LispBM Reference Manual Styles */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

h1 {
  border-bottom: 2px solid #007bff;
  padding-bottom: 0.3em;
}

h2 {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.3em;
}

h3 {
  color: #007bff;
}

code {
  background-color: #f8f9fa;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

pre {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 15px;
  overflow-x: auto;
}

pre code {
  background-color: transparent;
  padding: 0;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

th, td {
  border: 1px solid #dee2e6;
  padding: 8px 12px;
  text-align: left;
}

th {
  background-color: #f8f9fa;
  font-weight: 600;
}

blockquote {
  border-left: 4px solid #007bff;
  padding-left: 15px;
  margin-left: 0;
  color: #666;
  font-style: italic;
}

ul, ol {
  padding-left: 2em;
}

li {
  margin: 0.5em 0;
}

/* Hide Pagefind filter elements - they're only used for indexing */
[data-pagefind-filter] {
  display: none;
}
