/* Header notification bell — reliable tap target */
.header-actions {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.main-header > .flex.items-center {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

#main-header-title,
#page-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.header-notify-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  flex-shrink: 0;
  z-index: 2;
}

.header-notify-btn i,
.header-notify-btn svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.header-notify-btn .notification-badge,
.header-notify-btn #notification-count {
  position: absolute;
  top: 4px;
  right: 4px;
  margin-left: 0 !important;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
