/* Increase logo size in the header OK */
.md-header__button.md-logo img {
  height: 80px !important; /* default is ~24px */
  width: auto !important;  /* keep aspect ratio */
}

/* Add Back to top when at the bottom OK */
.md-sidebar__inner .md-nav__link[href="#top"] {
  font-size: 0.85em;
  font-weight: normal;
}

/* Hide the permalink symbol OK */
.headerlink, .permalink, .md-header-link {
  display: none !important;
  pointer-events: none;
}

/* Always keep the footer visible at the bottom of the screen OK */
#.md-footer {
#  position: fixed;
#  bottom: 0;
#  left: 0;
#  width: 100%;
#  z-index: 1000;
#  background: var(--md-footer-bg-color, #fff); /* use your theme color */
#  box-shadow: 0 -2px 4px rgba(0,0,0,0.1);      /* optional styling */
#}

#/* Add padding to the main content so text isn't hidden behind the footer */
#.md-main {
#  padding-bottom: 3rem; /* adjust to match footer height */
#}
