/* SkabStudio v2.3.6 — compact unread-conversation alerts */
#myGarageNavBtn,
#chatWorkspaceBtnV189,
[data-chat-mode-v161="direct"] {
  position: relative;
  overflow: visible !important;
}

/* Clean up visual remnants from older builds if cached markup survives briefly. */
#garageWorkspaceBtnV189 > .skab-dm-alert-v234,
#garageWorkspaceBtnV189 > .skab-dm-alert-v235,
#garageWorkspaceBtnV189 > .skab-dm-alert-v236 {
  display: none !important;
}

.skab-dm-alert-v236 {
  position: absolute;
  z-index: 20;
  top: 6px;
  right: 6px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  background: #ff2d9a;
  color: #fff;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 0 8px rgba(255,45,154,.42);
  font: 800 10px/1 var(--mono, monospace);
  letter-spacing: 0;
  pointer-events: none;
}

#myGarageNavBtn .skab-dm-alert-v236 {
  top: -5px;
  right: -5px;
}
