.drawer-menu-nav-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
  padding: var(--space--md);
  flex: 1;
}
