.drawer-menu-navigation-footer {
  display: flex;
  width: 100%;
  background-color: var(--background-color--subdued);
  padding: var(--space--x-sm) var(--space--md) var(--space--xx-lg) var(--space--md);
}

.drawer-menu-navigation-footer__link {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  gap: var(--space--xx-sm);
}

.drawer-menu-navigation-footer .text {
  text-decoration: underline;
}
