/* Custom CSS for HostAdmin Documentation */

:root {
  --md-primary-fg-color: #3f51b5;
  --md-primary-fg-color--light: #5c6bc0;
  --md-primary-fg-color--dark: #303f9f;
}

/* Custom admonition colors */
.md-typeset .admonition.info,
.md-typeset details.info {
  border-color: #448aff;
}

.md-typeset .info > .admonition-title,
.md-typeset .info > summary {
  background-color: #448aff1a;
}

/* Code block improvements */
.md-typeset code {
  font-size: 0.85em;
}

/* Table improvements */
.md-typeset table:not([class]) {
  font-size: 0.9em;
}

/* Navigation improvements */
.md-nav__title {
  font-weight: 600;
}

/* Custom logo styling if needed */
.md-header__button.md-logo img {
  height: 32px;
}
