/* Keep page actions clear of the fixed notification control. */
.shell main > header { padding-right: 76px; }
#dalocus-notifications .notification-root { right: 18px; top: 18px; z-index: 2000; pointer-events: none; }
#dalocus-notifications .notification-bell { z-index: 2; width: 46px; height: 46px; pointer-events: auto; }
#dalocus-notifications .notification-panel { top: 54px; pointer-events: auto; }
@media (max-width: 650px) {
    .shell main > header { padding-right: 60px; }
    #dalocus-notifications .notification-root { right: 12px; top: 12px; }
}
