/* STRONG LMB 360 V18.3.31 — menu reference badges */
.strong-v18331-menu-ref-badge{
  position:absolute; top:2px; right:4px; z-index:50; font-size:9px; line-height:1; padding:2px 4px;
  border:1px solid rgba(20,34,64,.25); border-radius:999px; background:rgba(255,255,255,.92); color:#24344d;
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-weight:700; pointer-events:auto;
}

/* V18.3.32 — Variable Detail Editor Panel */
.strong-variable-editor{
  border:1px solid rgba(148,163,184,.28);
  border-radius:18px;
  padding:18px;
  background:rgba(15,23,42,.035);
}
.strong-selected-reference-pulse{
  outline:3px solid rgba(37,99,235,.75) !important;
  outline-offset:4px !important;
  transition:outline .2s ease;
}
