.gui-workflow-dropdown__content {
  @apply p-0 text-left w-full border border-solid border-neutral-90 rounded overflow-visible left-0 right-0 m-auto;

  max-height: 80vh;
  width: 640px;

  .gui-workflow-step {
    @apply border-b border-t-0 border-l-0 border-r-0 border-solid border-neutral-90;
  }

  .gui-workflow-step:last-of-type {
    @apply border-0;
  }
}
