/* Sidebar collapsed state styles */
aside.w-20 [data-sidebar-target="toggle"] {
  display: none;
}

aside.w-20 a {
  justify-content: center;
}

/* Force overflow visible when sidebar is collapsed to allow dropdown to overflow */
aside.w-20 {
  overflow: visible !important;
}

/* Ensure parent container doesn't clip the dropdown */
.flex.h-screen > aside.w-20 {
  overflow: visible !important;
}
