.notifications-screen{position:absolute;z-index:3;top:env(safe-area-inset-top,0px);bottom:calc(82px + env(safe-area-inset-bottom,0px));left:0;right:0;background:var(--bg);display:flex;flex-direction:column}
.notifications-header{display:flex;align-items:center;gap:12px;min-height:49px;background:white;border-bottom:1px solid #d8e0e8;padding:0 12px}
.notifications-header h1{font-size:14px;font-weight:400;margin:0;flex:1}.notifications-header button{display:grid;place-items:center;width:32px;height:44px;color:#666}.notifications-header svg{width:22px;height:22px}
.notifications-content{overflow:auto;flex:1;text-align:center;padding:21px 24px 40px}.notifications-illustration{width:160px;height:140px;margin:0 auto 17px;background-image:url('notifications-reference.jpeg');background-size:440px auto;background-position:-140px -130px;background-repeat:no-repeat}
.notifications-content h2{font-size:18px;line-height:1.3;margin:0 0 13px}.notifications-content p{font-size:13px;line-height:21px;color:#666;margin:0}
