/* NAC_CHAT_FINAL_FOREGROUND_20260727 */
#nac-unified-chat.nac-notifications-foreground {
  z-index: 2147483600 !important;
  isolation: isolate !important;
}
#nac-unified-chat.nac-notifications-foreground .nac-panel {
  overflow: visible !important;
  isolation: isolate !important;
}
#nac-unified-chat.nac-notifications-foreground .nac-notification-drawer,
#nac-unified-chat.nac-notifications-foreground .nac-ux-drawer {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 24px 80px rgba(3,16,40,.42) !important;
}
#nac-unified-chat.nac-notifications-foreground .nac-notification-list,
#nac-unified-chat.nac-notifications-foreground .nac-ux-drawer-body {
  min-height: 0 !important;
  overflow: auto !important;
  overscroll-behavior: contain !important;
}
@media (max-width: 640px) {
  #nac-unified-chat.nac-notifications-foreground .nac-notification-drawer,
  #nac-unified-chat.nac-notifications-foreground .nac-ux-drawer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
  }
}
