.flash-toasts {
    position: fixed;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 1120;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.5rem;
    max-width: min(360px, calc(100vw - 2rem));
    pointer-events: none;
}

.flash-toasts .flash-toast {
    pointer-events: auto;
}

.flash-toasts--no-floating-offset {
    bottom: 1rem;
}
