@use '_variables' as *;
@use '_mixins' as *;

.root {
  @include sub-menu-h1;

  flex-direction: column;
  width: 100%;

  > my-top-menu-dropdown:nth-child(1) {
    flex-grow: 1;
  }
}