.drawer-menu-main-footer {
  display: flex;
  width: 100%;
  background-color: var(--background-color--subdued);
  padding: var(--space--md);
  flex-direction: column;
  gap: var(--space--md);
}

.drawer-menu-main-footer__items-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
}
