.gui-navigation--items {
  @apply h-full;

  ul {
    @apply list-none flex flex-row h-full w-full m-0 p-0;
  }

  button {
    @apply border-none bg-white h-full px-5 py-6;
  }

  &.gui-active {
    @apply text-blue-primary relative;
  }

  &.gui-disabled {
    @apply text-neutral-primary cursor-not-allowed;
  }
}

.gui-navigation--active-border {
  @apply absolute w-full bottom-0 left-0 bg-blue-primary;

  height: 2px;
}
