/* Increase logo size */
.md-header__button.md-logo img {
  height: 48px;   /* Default is ~24px */
  width: auto;
}

/* Make collapsible section headers like darker and bold */
.md-nav__item--section > .md-nav__link {
  color: #000 !important;
  font-weight: 600 !important;
}

/* Darken sidebar nav title (top-left section label in nav) */
.md-nav__title {
  color: #000 !important;
  font-weight: 600 !important;
}

/* Style the content inside tab panels for better separation */
.md-typeset .tabbed-content > .tabbed-block {
  background-color: #f8f9fa;     /* light gray background */
  border: 1px solid #ddd;        /* subtle border */
  border-radius: 6px;
  padding: 1rem;
  margin-top: 0.5rem;
}





