/* Hide notifications for initial load */
.no-initial-notification .notification-container,
.no-initial-notification .notification {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
