#notifications-center{position:fixed;top:55px;right:10px}.av-notifications-center{position:fixed;top:55px;right:10px;width:100%;max-width:470px;border-radius:var(--rounded-default);border:1px solid var(--border);background-color:var(--bg-three);box-shadow:var(--shadow-xl);max-height:90vh;overflow:hidden}.av-notifications-center-container{display:flex;flex-direction:column;overflow:auto;max-height:calc(90vh - 52px)}@media(max-width:768px){#notifications-center,.av-notifications-center{top:var(--mobile-topbar-height);right:0;max-width:100%;height:100vh;max-height:calc(100vh - var(--mobile-topbar-height))}.av-notifications-center-container{height:100vh;max-height:calc(100vh - (var(--mobile-topbar-height) + 46px))}}.av-notification-card:hover{background-color:var(--on-hover)}