/* Simple AdminJS sidebar tweaks */

/* Hide the static "NAVIGATION" label at the top of the sidebar */
[data-css="NavigationLabel"] {
  display: none !important;
}

