/* The More page: the mobile drawer's link list as a page of its own. */

@layer modules {
  .menu-page {
    max-width: 40rem;
    margin-inline: auto;
  }

  .menu-page .nav__drawer-list {
    margin-top: 0;
    padding-inline: 0;
    padding-bottom: 0;
  }
}
