/* JobLik 0.33.488 — make the real bounded wizard main the scroll owner. */
@media (max-width:760px){
  html.automotive-wizard-shell body.public-body main.alw-v65,
  html.automotive-wizard-shell body.public-body .carland-shell > main.alw-v65{
    display:block!important;
    height:calc(100dvh - 64px)!important;
    min-height:0!important;
    max-height:calc(100dvh - 64px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-padding-bottom:100px!important;
    box-sizing:border-box!important;
    padding-bottom:100px!important;
  }
  html.automotive-wizard-shell body.public-body main.alw-v65 > #alw-form,
  html.automotive-wizard-shell body.public-body .carland-shell > main.alw-v65 > #alw-form{
    height:auto!important;
    min-height:100%!important;
    max-height:none!important;
    overflow:visible!important;
  }
}
