.notification-popup{display:flex;justify-content:center;padding:3rem 2rem}.notification-popup .notification-popup__content{margin:0 auto;max-width:18rem;text-align:center}.notification-popup .notification-popup__title{color:var(--color-primary);font-size:1.375rem;font-weight:700;line-height:1.25;margin-top:.625rem;padding:0}.notification-popup .notification-popup--error .notification-popup__title{font-size:1.25rem}.notification-popup .notification-popup__text{color:var(--color-primary);font-size:.9375rem;line-height:1.5;margin-top:1.125rem;padding:0}.notification-popup .notification-popup__close{cursor:pointer;margin-top:2rem}@media (min-width:48rem){.notification-popup{padding:4.5rem 6.25rem}.notification-popup .notification-popup--success .notification-popup__title{font-size:1.5rem}.notification-popup .notification-popup--error .notification-popup__title{font-size:1.4375rem}}