/* V128 — tournament/season completion actions remain visible without zooming. */
@media (max-width:760px) {
  #modal.show > .card > .body {
    padding-bottom:calc(82px + env(safe-area-inset-bottom))!important;
  }
  #modal.show .weekResultActions {
    position:sticky!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:40!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin:12px -2px -2px!important;
    padding:9px 2px calc(9px + env(safe-area-inset-bottom))!important;
    background:linear-gradient(180deg,rgba(239,247,250,.90),#edf5fa 24%)!important;
    box-shadow:0 -12px 22px rgba(11,36,54,.10)!important;
  }
  #modal.show .weekResultActions button,
  #finishSeasonAndSaveBtn,
  #finishShareBtn,
  .v50FinishButton {
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:56px!important;
    height:auto!important;
    padding:11px 12px!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:950!important;
    white-space:normal!important;
    text-align:center!important;
    touch-action:manipulation!important;
  }
  .v50FinalDialog {
    height:var(--wos-visible-height,100dvh)!important;
    max-height:var(--wos-visible-height,100dvh)!important;
  }
  .v50FinalDialog .v48FinalActions {
    position:relative!important;
    flex:0 0 auto!important;
    bottom:auto!important;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;
    z-index:50!important;
  }
  .v50FinalDialog #v50SaveClose {
    min-height:56px!important;
    padding:11px 12px!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
}
