.toast {
  --bs-toast-max-width: 800px; /* Or a specific value like 600px */
  max-width: var(--bs-toast-max-width);
}