/* Hide the BAHA link and adjacent div in the header */
#inner-body > header a[href="https://baha.com"],
#inner-body > header div:has(+ a[href="https://baha.com"]),
#inner-body > header a[href="https://baha.com"] + div,
#inner-body > header div + a[href="https://baha.com"],
#page-header > div > button:first-child {
  display: none !important;
}

/* Custom footer styling */
footer .text-muted-foreground {
  display: none !important;
}

footer::after {
  content: "Copyright © 2026 BAHA. All rights reserved.";
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--footer-height);
  width: 100%;
  font-size: 0.75rem;
  color: rgb(107 114 126);
  text-align: center;
}

footer .container-wrapper {
  position: relative;
}

footer .container-wrapper > div {
  display: none;
}

article pre code {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, 2);
}
