/* H11.6 REQUEST1-P2 M1.1
 * Mobile/tablet semantic parity guard.
 * No redesign: only prevents desktop runtime blocks from entering the mobile app shell.
 */
body.mobile-app-shell .request1-p2-discovery-runtime,
body.mobile-app-shell .request1-p2-employer-guidance-runtime,
body.mobile-app-shell [data-request1-p2-runtime-guidance],
body.mobile-app-shell .request1-p2-mode-switch-runtime{
  display:none!important;
}
body.mobile-app-shell [data-request1-p2-mobile-hidden-match],
body.mobile-app-shell [data-request1-p2-mobile-hidden-vacancy-only]{
  display:none!important;
}
@media (max-width:760px){
  body.mobile-app-shell{
    --request1-p2-mobile-semantic-release:"H11.6-REQUEST1-P2-M1.1";
  }
}

/* H11.6-REQUEST1-P2-M1.2-R3
 * Tablet overflow closure without redesign.
 * Scope is limited to the unified jobs surface between the mobile and desktop
 * layouts. It removes blank horizontal canvas and constrains existing children;
 * no component order, typography, color, or phone layout is changed.
 */
@media (min-width:761px) and (max-width:1100px){
  body .jobs-web-experience-v19521h2.jobs-unified-screen{
    max-inline-size:100%!important;
    min-inline-size:0!important;
    overflow-x:clip!important;
  }
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-hero,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-results-layout,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-results-main{
    min-inline-size:0!important;
    max-inline-size:100%!important;
    box-sizing:border-box!important;
  }
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-hero{
    overflow-x:clip!important;
  }
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-results-layout > *,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-results-main > *,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .pagination,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .results-popular-links,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .jobs-results-shortcuts,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-results-header,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .popular-link-groups{
    min-inline-size:0!important;
    max-inline-size:100%!important;
    inline-size:100%!important;
    margin-inline:0!important;
    box-sizing:border-box!important;
  }
}

@media (min-width:761px) and (max-width:1100px){
  #main-content:has(> .jobs-web-experience-v19521h2.jobs-unified-screen){
    max-inline-size:100%!important;
    overflow-x:clip!important;
  }
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-hero > *,
  body .jobs-web-experience-v19521h2.jobs-unified-screen .unified-jobs-results-main > *{
    min-inline-size:0!important;
    max-inline-size:100%!important;
    box-sizing:border-box!important;
  }
}
