/* Fix for the element with excess height - remove it completely */
div.MuiBox-root.css-1brcd5,
.css-1brcd5,
div.MuiBox-root.css-1k15c4,
.css-1k15c4 {
  height: 0 !important;
  min-height: 0 !important; 
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: none !important;
  overflow: hidden !important;
}

/* Remove Babbage logo SVG and its container */
svg[aria-labelledby="babbage-logo-title"],
.MuiBox-root svg[aria-labelledby="babbage-logo-title"],
div[data-testid="Deca"] {
  display: none !important;
}

/* Fix for documentation header consistency */
header.MuiPaper-root {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
  overflow: hidden !important;
}

/* Fix for the Documentation link */
a[href="/docs"] {
  display: inline-block !important;
  margin: 0 !important;
  padding: 10px !important;
}

/* Remove container around Documentation link */
.MobileMenu a[href="/docs"] {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove SVG logo from sidebar and all other locations */
.sidebar-container svg[aria-labelledby="babbage-logo-title"],
.sidebar-container a svg,
a[href="/"] svg,
.LogoContainer svg,
.LogoSection svg,
.logoSection svg {
  display: none !important;
}
