.pushNotificationWrapper{display:flex;flex-direction:column-reverse;gap:var(--size-x4);max-width:30.6rem;pointer-events:none;position:fixed;right:var(--size-x4);top:5.6rem;z-index:10}.pushNotificationWrapper__item{animation:open-notification .3s ease-out;pointer-events:auto}@keyframes open-notification{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
