/**
 * JujuyConectado Pro 2026 · 9.5.55.510
 * INMUEBLES APP EMPTY SPACE COMPACT V1
 * APP/PWA/native: elimina la media grilla huérfana del estado vacío.
 */
@media (max-width:900px){
  html.jc-pwa-standalone body.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2,
  body.jc-native-app.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2{
    grid-template-columns:minmax(0,1fr)!important;
    --jc-v2-lead-height:clamp(126px,34vw,160px)!important;
    padding-top:8px!important;
    padding-bottom:20px!important;
    row-gap:10px!important;
  }

  html.jc-pwa-standalone body.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2 .jc-inmuebles-v2-empty,
  body.jc-native-app.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2 .jc-inmuebles-v2-empty{
    grid-column:1/-1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:var(--jc-v2-lead-height)!important;
    margin:0!important;
    padding:14px 16px!important;
    align-self:start!important;
  }

  html.jc-pwa-standalone body.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty>div,
  body.jc-native-app.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty>div{
    max-width:420px!important;
    margin-inline:auto!important;
  }

  html.jc-pwa-standalone body.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty h2,
  body.jc-native-app.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty h2{
    font-size:clamp(15px,4.2vw,18px)!important;
    line-height:1.15!important;
  }

  html.jc-pwa-standalone body.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty p,
  body.jc-native-app.jc-inmuebles-app-empty-v510 .jc-inmuebles-v2-empty p{
    margin:7px 0 0!important;
    font-size:clamp(10px,2.8vw,11px)!important;
    line-height:1.35!important;
    -webkit-line-clamp:3!important;
  }
}

/* Fallback para PWA standalone cuando la clase html todavía no fue aplicada. */
@media (max-width:900px) and (display-mode:standalone){
  body.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2{
    grid-template-columns:minmax(0,1fr)!important;
    --jc-v2-lead-height:clamp(126px,34vw,160px)!important;
    padding-top:8px!important;
    padding-bottom:20px!important;
    row-gap:10px!important;
  }
  body.jc-inmuebles-app-empty-v510 .jc-inmuebles-shell-v2 .jc-inmuebles-v2-empty{
    grid-column:1/-1!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:var(--jc-v2-lead-height)!important;
    margin:0!important;
    padding:14px 16px!important;
  }
}
