/* Custom styles for Alex's Knowledge Base */

/* Improve code block readability */
.highlight {
  margin: 1em 0;
  border-radius: 4px;
}

/* Better spacing for lists */
.md-typeset ul, .md-typeset ol {
  margin: 0.6em 0;
}

/* Make search results more visible */
.md-search-result__link:hover {
  background-color: rgba(78, 205, 196, 0.1);
}

/* Improve table styling */
.md-typeset table:not([class]) {
  font-size: 0.85em;
  border-radius: 4px;
  overflow: hidden;
}

/* Add some breathing room to content */
.md-content {
  padding: 2rem;
}
