/* BWPM TRACK 1.2.311
 * Targeted protocol action-bar stabilization.
 * Repeated point action bars remain in normal document flow. This deliberately
 * removes sticky/fixed behavior from this one UI element to prevent the observed
 * ~111 px fixed/static feedback loop and menu overlap.
 */
html[data-bwpm-track-protocol-actionbar-stability="1.2.311"] [data-bwpm-track-protocol-actionbar="1.2.311"] {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  translate: none !important;
  z-index: auto !important;
  width: auto !important;
  max-width: none;
  margin-top: 0;
  background: inherit;
}

@supports (scrollbar-gutter: stable) {
  html { scrollbar-gutter: stable; }
}
