/* DBX ONE STOCKROOM v0.11.1 — actionable unconfigured stock levels.
   "Set levels" is deliberately a compact tappable status control, not passive text. */
.demo-consumable-state.demo-consumable-state-action{
  width:max-content;
  margin:-5px -7px;
  padding:5px 7px;
  border-radius:999px;
  cursor:pointer;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}
.demo-consumable-state.demo-consumable-state-action:hover,
.demo-consumable-state.demo-consumable-state-action:active{background:rgba(89,189,255,.12)}
.demo-consumable-state.demo-consumable-state-action:focus-visible{outline:2px solid #59bdff;outline-offset:2px}
