/* Stats2Pitch v1.7.9 — Best picks scroll stability */

/* Best picks must remain part of the dashboard's one vertical scroll surface. */
.app-shell[data-s2p-active-tab='best'] .priority-compact,
.app-shell[data-s2p-active-tab='best'] .priority-compact-v17,
html[data-s2p-active-tab='best'] .priority-compact,
html[data-s2p-active-tab='best'] .priority-compact-v17{
  display:block!important;
  position:relative!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  contain:none!important;
  overscroll-behavior:auto!important;
  touch-action:pan-y pinch-zoom!important;
}

.app-shell[data-s2p-active-tab='best'] .priority-v17-row{
  position:relative!important;
  touch-action:pan-y!important;
  user-select:none;
}

/* No inner vertical scrollbars in the priority list. The v1.7.8 app shell owns it. */
.app-shell[data-s2p-active-tab='best'] .priority-compact *,
.app-shell[data-s2p-active-tab='best'] .priority-compact-v17 *{
  max-height:none;
}

/* Keep enough space below the final best pick on phones/foldables so the last
   fixture is not hidden by browser navigation or a device safe area. */
@media(max-width:820px){
  .app-shell[data-s2p-active-tab='best'] .priority-compact-v17{
    padding-bottom:calc(44px + env(safe-area-inset-bottom))!important;
  }
}
