.wp-app_notifications{position:fixed;bottom:0;right:0;width:100%;margin:0;z-index:90;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none}.wp-app_notifications.no{pointer-events:none}.app-notification{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;width:420px;padding:10px 15px 10px 10px;background:#fff;margin-bottom:24px;margin-right:24px;border-radius:20px;transition:transform .35s cubic-bezier(.25,.46,.45,.94);transform:translateY(200px);pointer-events:all;will-change:transform;animation:comeUp .35s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:3s;border:1px solid #00000014;border-bottom-color:#1f080814;box-shadow:0 0 0 1px #d1d9e080,0 6px 12px -3px #25292e0a,0 6px 18px #25292e1f}.app-notification.off{animation:cd .35s cubic-bezier(.25,.46,.45,.94) forwards;pointer-events:none}.app-notification-r-tp{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:8px 0;gap:8px}.app-notification-r-tp h3{font-size:18px;font-weight:550;color:#222;line-height:1}.app-notification-r-tp p{font-size:15px;font-weight:450;color:#525252;padding-right:12px}.app-notification-close{position:absolute;top:10px;right:10px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid transparent;background:#f3F3f3;border-radius:50%;transition:all .15s cubic-bezier(.25,.46,.45,.94)}.app-notification-close:hover{background:#eaeaea}.app-notification-close .lucide{width:18px;height:18px;stroke-width:2.75;stroke:#333}.app-notification-l,.app-notification-l figure{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:96px;height:141px}.app-notification-l figure{overflow:hidden;border-radius:18px}.app-notification-l figure img{width:100%;height:100%;object-fit:cover}.app-notification-r{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;height:141px;flex:1 1;padding-left:12px}.app-notification-r-bt{gap:8px}.app-notification-r-bt,.app-notification-r-bt button{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}button.btn-get-started{border-radius:100px;background:#000;color:#fff;border:1px solid #000}button.btn-get-started,button.btn-learn-more{height:36px;font-size:15px;display:flex;align-items:center;justify-content:center;line-height:1;font-weight:450;transition:all .15s cubic-bezier(.25,.46,.45,.94)}button.btn-learn-more{border-radius:100px;background:#fff;color:#222;border:1px solid #00000014}button.btn-learn-more:hover{background:#fafafa;color:#000;border:1px solid #00000044}button.btn-get-started:hover{background:#1a1a1a}@keyframes comeUp{0%{transform:translateY(200px)}to{transform:translateY(0)}}@keyframes cd{0%{transform:translateY(0)}to{transform:translateY(200px)}}@media screen and (min-width:0px) and (max-width:650px){.app-notification{width:calc(100% - 48px);margin-right:0;margin-bottom:18px}.app-notification-l,.app-notification-l figure{width:150px}.wp-app_notifications{align-items:center}}@media screen and (min-width:0px) and (max-width:500px){.app-notification-l,.app-notification-l figure{width:100px}.app-notification-r-tp p{font-size:14px}}