.app-flash-toast-container {
    position: fixed;
    bottom: 1.25rem;
    inset-inline-end: 1.25rem;
    z-index: 1095;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: min(26rem, calc(100vw - 2rem));
    pointer-events: none;
}

.app-flash-toast-container .toast {
    pointer-events: auto;
    --bs-toast-max-width: 100%;
    box-shadow: 0 0.35rem 1.25rem rgba(67, 89, 113, 0.2);
}
