.toast-example {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;

  .pix-toast-container {
    position: unset;
  }
}
