/* Hide the navbar for this page - be specific to avoid affecting tabsets */
.navbar,
.navbar-nav,
.navbar-brand,
.navbar-toggler,
.navbar-collapse,
.navbar-expand,
.navbar-light,
.navbar-dark,
.quarto-navbar,
.site-navigation,
nav[role="navigation"] {
  display: none !important;
  visibility: hidden !important;
}

/* Hide site-level navigation specifically */
.quarto-navigation,
nav.navbar,
.navigation {
  display: none !important;
  visibility: hidden !important;
}

/* Also hide any navbar-related spacing/padding */
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Don't hide .nav elements as they might be used by tabsets */