/* DroneHQ Shell Help Question Icon + Notification Zero v64
   Scope: the shell Help slot icon and the real Notifications zero badge only.
*/

.dhq-help-slot-question-v64 {
  position: relative;
}

.dhq-help-slot-question-v64 .dhq-help-slot-question-icon-v64 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  min-width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.dhq-notification-zero-owner-v64 {
  position: relative;
}

.dhq-notification-zero-owner-v64 .dhq-notification-zero-badge-v64 {
  position: absolute;
  top: -0.45rem;
  right: -0.35rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1;
  background: #ff4d6d;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.75);
  pointer-events: none;
  z-index: 3;
}
