.toast-stack{z-index:1000;pointer-events:none;flex-direction:column;gap:.5rem;width:calc(100% - 3rem);max-width:25rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.toast-stack__item{pointer-events:auto;animation:.2s ease-out toast-slide-in}.toast-stack--bottom{bottom:1.5rem}@media screen and (min-width:768px){.toast-stack--bottom{bottom:2rem;left:auto;right:2rem;transform:none}}.toast-stack--top{top:1.5rem}@media screen and (min-width:768px){.toast-stack--top{top:2rem;left:auto;right:2rem;transform:none}}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}
