/* Offcanvas component styles */
.offcanvas {
  z-index: 10000;
}

/* Responsive width for desktop */
@media (min-width: 992px) {
  .offcanvas {
    width: 400px;
  }
}

/* Additional offcanvas styles */
.offcanvas-header {
  padding: 1rem;
}

.offcanvas-body {
  padding: 1rem;
}

/* User info section styles */
.user-info {
  padding: 1rem 0;
}

/* List group customization */
.list-group-item {
  border-left: none;
  border-right: none;
  padding: 0.75rem 1rem;
}

.list-group-item:first-child {
  border-top: none;
}

.list-group-item:last-child {
  border-bottom: none;
}

/* Badge positioning */
.badge.float-end {
  margin-top: 0.25rem;
}
