/* FELD12 v37.50 Hotfix 20G – Mobile Transition Tap Guard
   Zweck: Die echten Zwischensequenzen zwischen JA7/FELD12/KRAFT8/ZUG7 werden
   auf kleinen Touch-Geräten nicht mehr durch den letzten mobilen Weiter-Tap
   sofort wieder geschlossen. Keine Text-, Frage-, Scoring-, Routing- oder Ergebnislogik. */

@media (max-width:760px){
  body:not(.feld12-premium-print)
  .feld12-business-app
  .feld12-live-guide-transition
  .feld12-ja-transition-actions
  .feld12-button.is-transition-tap-guarded[aria-disabled="true"],
  body:not(.feld12-premium-print)
  .feld12-business-app
  .feld12-interview-phase-screen
  .feld12-button.is-transition-tap-guarded[aria-disabled="true"]{
    pointer-events:none!important;
    opacity:.78!important;
    transform:none!important;
  }

  body:not(.feld12-premium-print)
  .feld12-business-app
  .feld12-live-guide-transition,
  body:not(.feld12-premium-print)
  .feld12-business-app
  .feld12-interview-phase-screen.feld12-live-guide-transition{
    overscroll-behavior:contain!important;
    touch-action:pan-y!important;
  }
}
