/* v273: reserve the first-loss action in place before enabling it. */

body[data-loss-cut-handoff-release="273"]
  #feature-panel-shell > .sticky-sellall-bar
  #sticky-sellall-btn.tutorial-action-staged {
  box-sizing: border-box;
  width: 104px !important;
  min-width: 104px;
  height: 60px !important;
  min-height: 60px;
  padding: 0 8px;
  font-size: 18px;
  line-height: 1.2;
}

body[data-loss-cut-handoff-release="273"][data-tutorial-action-lock="observe"]
  #sticky-sellall-btn.tutorial-action-staged {
  outline: 4px solid rgba(255, 196, 45, 0.58);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(255, 196, 45, 0.16);
  animation: none;
  filter: none;
}

body[data-loss-cut-handoff-release="273"]
  .tutorial-chart-callout.tutorial-observation-active {
  outline: 0;
  box-shadow: none;
  animation: none;
  filter: none;
}

body[data-loss-cut-handoff-release="273"]:is(
  [data-tutorial-action-lock="observe-ready"],
  [data-tutorial-action-lock="observe"],
  [data-tutorial-action-lock="sell-all"]
)
  #starter-mini-coach {
  display: none !important;
  pointer-events: none;
}
