.badge-counter {
  position: absolute;
  transform: scale(1);
  transform-origin: top right;
  right: -0.25rem;
  top: -0.5rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0.25rem 0.4rem;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
}

.notification-item {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e3e6f0;
  transition: background-color 0.15s ease-in-out;
}

.notification-item:hover {
  background-color: #f8f9fc;
}

.notification-item.unread {
  background-color: #e7f3ff;
  font-weight: 600;
}

.notification-item.unread:hover {
  background-color: #d4e9ff;
}

.notification-item small {
  color: #858796;
}
