/* Drawer transition — MudBlazor animates width via the Width prop,
   this ensures the CSS transition is applied on the element itself. */
.sidebar-drawer {
    transition: width 0.2s ease !important;
    overflow: hidden !important;
}
