#wpn-bell {
  position: fixed;
  top: 15px;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
  z-index: 1000;
}
#wpn-count {
    background: red;
    color: white;
    font-size: 11px;
    border-radius: 100%;
    padding: 0px 10px;
    top: -8px;
    right: -11px;
    position: absolute;
}
#wpn-box {
  position: absolute;
  top: 30px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  width: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.wpn-hidden {
  display: none;
}
#wpn-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0073aa;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1001;
}
