/* 1. While the header-title is NOT active (i.e. at true page‐top), hide the first topic (your “Docs” site_name) */
[data-md-component="header-title"]:not(.md-header__title--active)
  .md-header__topic:first-child {
  display: none;
}

/* 2. As soon as the header-title gains its “active” class (on even 1px of scroll), show it again */
[data-md-component="header-title"].md-header__title--active
  .md-header__topic:first-child {
  display: block;
}


/* 1) Remove any built-in margin/padding */
.md-header__button.md-logo {
  margin: 0 !important;
  padding: 0 !important;
}

/* 2) Resize the <img> or <svg> inside the logo button */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  /* pick the height you want—e.g. 2.4rem (~38px) */
  height: 2.1rem !important;
  /* keep aspect ratio */
  width: auto !important;
}


.md_typeset table{
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse;
}

.md-typeset table th,
.md-typeset table td {
    border: 1px solid #b7b7b7;
    padding: 6px 12px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}


.md-tabs__item {
  font-weight: bold;
  color: #1c1c1c
}

/* 
.md-tabs__item:hover {
  color: #FCA311;
}
*/

.md-tabs__item--active {
  font-weight: bolder;
  color: #000000;
}

.md-tabs__item {
  transition: background-color 0.2s ease, color 0.2s ease;
}



/*
.md-nav__item--active > .md-nav__link {
  color: #FCA311;
  font-weight: bold;
}

.md-nav__link--active {
  color: #FCA311;
  font-weight: bold;
}

.md-typeset a {
  color: #FCA311;
  text-decoration: underline;
}

.md-typeset a:visited {
  color: #FCA311;
}

.md-typeset a:hover {
  color: #FCA311;
  text-decoration: none;
}
*/
