.st-notification-host{border:none;padding:0;margin:0;background:rgba(0,0,0,0);color:inherit;font:inherit;max-width:none;width:-moz-max-content;width:max-content;height:-moz-fit-content;height:fit-content;overflow:visible;box-shadow:none}.st-notification-host::backdrop{display:none}.st-notification-host__stack{pointer-events:auto;display:flex;flex-direction:column;align-items:flex-end;gap:var(--gap-md,.5rem)}.st-notification-host__item{animation:st-notification-item-in .35s ease-out;max-width:min(24rem,100vw - 2*var(--gap-lg,1rem))}@keyframes st-notification-item-in{0%{opacity:0;transform:translateX(.75rem)}to{opacity:1;transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.st-notification-host__item{animation:none}}