.wistock-toast-host{z-index:var(--wi-z-toast);pointer-events:none;justify-content:center;display:flex;position:fixed;top:16px;left:0;right:0}.wistock-toast{font-family:var(--wi-font);text-align:center;border-radius:6px;flex-direction:column;align-items:center;gap:8px;padding:8px 16px;font-size:14px;line-height:20px;animation:.15s ease-out wistock-toast-in;display:flex}.wistock-toast[data-kind=ok]{color:#fff;background:#71d194}.wistock-toast[data-kind=error]{color:#721c24;background:#f8d7da}.wistock-toast__text{white-space:pre-line}@keyframes wistock-toast-in{0%{opacity:0;transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.wistock-toast{animation:none}}
