/* Custom styles for Redis Agent Memory Server documentation */

/* Code block improvements */
.highlight pre {
  border-radius: 8px;
}

/* Improve readability of feature tables */
table {
  font-size: 0.9em;
}

table th {
  background-color: var(--md-primary-fg-color--light);
  color: var(--md-primary-bg-color);
}

/* Better spacing for navigation items */
.md-nav__item--nested > .md-nav__link {
  font-weight: 500;
}

/* Highlight new features */
.md-content h3:has-text("New in v0.10.0") {
  color: var(--md-accent-fg-color);
}

/* Improve code snippet readability */
.codehilite {
  border-radius: 6px;
  margin: 1em 0;
}

/* Better button styling for call-to-action */
.md-button {
  border-radius: 6px;
}

/* Improve admonition spacing */
.admonition {
  margin: 1.5em 0;
}

/* Custom styling for the quick start section */
.quick-start {
  background: var(--md-code-bg-color);
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
}

/* Highlight important configuration blocks */
.highlight .language-bash,
.highlight .language-json,
.highlight .language-yaml {
  border-left: 4px solid var(--md-accent-fg-color);
}
