/* Nexus Template Overrides */

/* Ensure the sidebar and main content layout work well with our Rails app */
#layout-sidebar {
  @apply bg-base-200 border-r border-base-300;
}

#layout-page {
  @apply flex-1 flex flex-col;
}

/* Adjust some of the Nexus default styles to match our app's styling */
.sidebar-menu-title {
  @apply text-base-content/60 text-xs font-medium uppercase pt-4 pb-2 px-4;
}

.sidebar-menu-item {
  @apply flex items-center gap-2 rounded-btn px-4 py-2.5 text-base-content hover:bg-base-300 transition-colors;
}
