/* Custom styles for OraDBA documentation */

:root {
  --md-primary-fg-color: #ff6f00;
  --md-accent-fg-color: #ff9800;
}

/* Enhanced code blocks */
.md-typeset code {
  font-size: 0.85em;
}

/* Better table styling */
.md-typeset table:not([class]) {
  font-size: 0.85em;
}

/* Command examples styling */
.md-typeset pre > code {
  background-color: var(--md-code-bg-color);
}

/* Admonition styling */
.md-typeset .admonition,
.md-typeset details {
  font-size: 0.85em;
}

/* Footer customization */
.md-footer-meta {
  background-color: var(--md-footer-bg-color);
}
