/* Notification Tracker - Unseen indicator */

/* Position the bell as a reference point for the dot */
#notification-bell.has-unseen {
  position: relative;
}

/* Red dot on the bell icon */
#notification-bell .notification-dot {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #e53935;
  border-radius: 50%;
  pointer-events: none;
}

/* Subtle highlight on unseen posts inside the off-canvas */
/* .notification-item.unseen {
  box-shadow: inset 3px 0 0 0 #e53935;
} */
