/*
 * Isolated V500 reconstruction candidate.
 * No visual redesign: only restores pointer ownership for the existing V500
 * repair-flow toolbar control style.
 */
body[data-v500-reconstruction-candidate="true"] .repair-flow-toolbar [data-v500-back],
body[data-v500-reconstruction-candidate="true"] .repair-flow-toolbar [data-v500-close] {
  pointer-events: auto;
}

body[data-v500-reconstruction-candidate="true"] .repair-flow-toolbar,
body[data-v500-reconstruction-candidate="true"] .repair-flow-head,
body[data-v500-reconstruction-candidate="true"] [data-heading-stage] {
  pointer-events: none;
}

body[data-v500-reconstruction-candidate="true"] #geraetesuche.is-v500-closed-visual .repair-flow-toolbar {
  position: absolute;
  inset: 0 0 auto auto;
  height: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}
