/* Stage83: keep filter/status buttons stable during column resize */

.mo-stage83-filter-lock,
body.mo-stage83-column-resizing .mo-stage83-filter-lock {
  flex: 0 0 auto !important;
  max-width: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

body.mo-stage83-column-resizing button,
body.mo-stage83-column-resizing [role="button"] {
  transition-property: background-color, border-color, color, box-shadow, transform !important;
}
