/* Exact VibeTesting orange */
:root {
    --md-primary-fg-color: #C2410C;
    --md-accent-fg-color:  #C2410C;
  
    /* Optional: make links match too */
    --md-typeset-a-color:  #C2410C;
  }
  

/* Reduce border intensity in dark mode */
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__item--section > .md-nav__link,
[data-md-color-scheme="slate"] .md-nav--primary .md-nav__item--section > label.md-nav__link {
  border-top-color: rgba(255, 255, 255, 0.10);
}

/* Hide the site_name title that appears at the top of the LEFT navigation only */
.md-sidebar--primary .md-nav--primary > .md-nav__title,
.md-sidebar--primary .md-nav--primary > label.md-nav__title[for="__drawer"] {
  display: none !important;
}

/* Optional: remove the leftover spacing */
.md-sidebar--primary .md-nav--primary {
  padding-top: 0;
}

/* Custom admonition: vtbeta (orange) */
.md-typeset .admonition.vtbeta,
.md-typeset details.vtbeta {
  border-color: #C2410C;
}

.md-typeset .vtbeta > .admonition-title,
.md-typeset .vtbeta > summary {
  background-color: rgba(194, 65, 12, 0.12);
  border-color: #C2410C;
}

/* Optional: color the icon marker as well */
.md-typeset .vtbeta > .admonition-title::before,
.md-typeset .vtbeta > summary::before {
  background-color: #C2410C;
}

