/* Notifications badge (mirrors dm-badge) */
.notif-badge {
  position: absolute;
  bottom: 0;
  left: 100%;
  /* background: #ffdf00; */
  color: #FFDF00 !important;
  border: 1px dashed #2a2b31;
  border-radius: 999px !important;
  padding: 0.1rem 0.45rem;
  font-size: 0.70rem;
  line-height: 1;
  transform: translate(-70%, 5%);
  font-weight: 700;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* Notifications dropdown look */
.notif-dropdown-menu {
  min-width: 340px;
  max-width: 420px;
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid rgba(255, 223, 0, 0.18);
  box-shadow: 0 14px 30px rgba(0,0,0,0.45);
  border-radius: 14px;
  overflow: hidden;
}

.notif-dropdown-head {
  border-bottom: 1px solid rgba(255, 223, 0, 0.12);
}

.notif-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.notif-item:last-child {
  border-bottom: none;
}

.notif-item.notif-unread {
  background: rgba(255, 223, 0, 0.08);
}

.notif-link {
  color: #fff;
  text-decoration: none;
}

.notif-link:hover {
  color: #FFDF00;
  text-decoration: none;
}

.notif-icon-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.notif-icon-btn i {
  font-size: 1rem;
  line-height: 1;
}
