/* HomeLynx V8.0.187 — Web OS search-shell repair.
   Parent: V8.0.186.
   Narrow UX/runtime patch:
   1) Search/Web OS owns one header/tab family: the map header. Desktop rail is
      removed on the search surface only.
   2) Search map gets one full-width, non-zero desktop canvas so Google Maps can
      initialize/reflow against the final shell geometry.
   3) Interior Customer OS routes are untouched; mobile is untouched. */

@media (min-width:1024px){
  body.hlx-search-active #app{
    display:block!important;
    grid-template-columns:none!important;
    width:100%!important;
    min-width:0!important;
  }
  body.hlx-search-active #rail{
    display:none!important;
  }
  body.hlx-search-active #view{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }
  body.hlx-search-active .hlx-v8-search{
    width:100%!important;
    min-width:0!important;
    min-height:100dvh!important;
  }
  body.hlx-search-active .hlx-v8-head{
    left:0!important;
    right:0!important;
    width:100%!important;
  }
  body.hlx-search-active .hlx-v8-mapstage{
    left:0!important;
    right:0!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:100dvh!important;
  }
  body.hlx-search-active .hlx-v8-map{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:100%!important;
  }
  body.hlx-search-active .hlx-v8-sheet,
  body.hlx-search-active .hlx-observe-map-sentence{
    margin-left:0!important;
  }
}
