/**
 * JujuyConectado Pro 2026 · 9.5.55.507
 * INMUEBLES WINDOWS EMPTY SPACE COMPACT V1
 * Corrección puntual del estado vacío de /inmuebles/ dentro del Full Frame 768.
 */
@media (min-width:901px){
  body.jc-full-frame-768-v505.jc-inmuebles-empty-space-v507:not(.cjrd-mini-app):not(.jc-ccj-floating-frame) .jc-inmuebles-shell-v2:has(.jc-inmuebles-v2-empty){
    --jc-v2-lead-height:220px!important;
    box-sizing:border-box!important;
    padding-top:12px!important;
    padding-bottom:24px!important;
    row-gap:12px!important;
  }

  /* Ya no existe una tarjeta de identidad dentro de este grid: la Identity Bar vive arriba.
   * El estado vacío debe ocupar el ancho completo, no sólo la mitad derecha histórica. */
  body.jc-full-frame-768-v505.jc-inmuebles-empty-space-v507:not(.cjrd-mini-app):not(.jc-ccj-floating-frame) .jc-inmuebles-shell-v2 .jc-inmuebles-v2-empty{
    box-sizing:border-box!important;
    grid-column:1/-1!important;
    width:100%!important;
    max-width:100%!important;
    height:220px!important;
    min-height:0!important;
    margin:0!important;
    padding:18px 20px!important;
    align-self:start!important;
  }

  body.jc-full-frame-768-v505.jc-inmuebles-empty-space-v507 .jc-inmuebles-v2-empty>div{
    max-width:520px!important;
    margin-inline:auto!important;
  }

  body.jc-full-frame-768-v505.jc-inmuebles-empty-space-v507 .jc-inmuebles-v2-empty h2{
    font-size:18px!important;
    line-height:1.15!important;
  }

  body.jc-full-frame-768-v505.jc-inmuebles-empty-space-v507 .jc-inmuebles-v2-empty p{
    margin:7px 0 0!important;
    font-size:11px!important;
    line-height:1.35!important;
    -webkit-line-clamp:3!important;
  }
}
