/* HomeLynx V8.0.168 — Measured Expanded Sheet.
   Parent: V8.0.167.
   Scope: expanded mobile sheet geometry only.
   The renderer now computes --hlx-sheet-height from the actual rendered bottom
   of the fixed header to the actual rendered top of the bottom dock. This file
   removes the 166/167 top-position overrides so one geometry authority remains.
   No map, pin, PSET, Worth, hopper/source-book, owner, routing, Neo, media,
   photo-claim, listing-identity, or dock geometry changes. */

@media(max-width:640px){
  body.hlx-search-active .hlx-v8-sheet.is-slidable.is-expanded{
    position:absolute!important;
    top:auto!important;
    bottom:var(--hlx-sheet-bottom)!important;
    height:var(--hlx-sheet-height)!important;
    min-height:0!important;
    max-height:none!important;
    border-radius:0!important;
    border-top:1px solid rgba(23,24,22,.10)!important;
    box-shadow:none!important;
    box-sizing:border-box!important;
  }

  /* The one-pixel overlap is intentional: the measured height already spans
     header→dock, and this keeps antialiasing/subpixel rounding from exposing map. */
  body.hlx-search-active .hlx-v8-sheet.is-slidable.is-expanded::before{
    display:none!important;
    content:none!important;
  }
}
