/* Custom sidebar menu item height adjustments */
:root {
  --navbar-link-pt: 0.75rem !important; /* Increased from default */
  --navbar-link-pb: 0.75rem !important; /* Increased from default */
  --navbar-icon-size: 1.25rem !important; /* Slightly larger icons */
}

/* Add a bit more spacing between items */
.lqd-navbar-item {
  margin-bottom: 0.25rem;
}

/* Ensure text is vertically centered with the icon */
.lqd-nav-link-label {
  display: flex;
  align-items: center;
}
