/*
 * CCJ Home V313
 * Corrección estructural real del home de Comunidad Conectada.
 * >=761px: Compositor y Mi Perfil son hermanos directos 50/50; Muro es hermano
 * directo a ancho completo debajo. Ya no depende de display:contents.
 * <=760px: conserva el orden visual móvil V310/V312 (Compositor -> Muro -> Perfil).
 */
@media (min-width:761px){
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313{
    display:grid!important;
    grid-template-columns:minmax(0,calc(50% - 9px)) minmax(0,calc(50% - 9px))!important;
    grid-template-rows:auto auto!important;
    gap:18px!important;
    align-items:stretch!important;
  }

  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-column--left{
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-self:stretch!important;
    box-sizing:border-box!important;
  }

  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-column--left > .jc-ccj5-compose{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:100%!important;
    box-sizing:border-box!important;
  }

  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-profile{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    justify-self:stretch!important;
    align-self:stretch!important;
    box-sizing:border-box!important;
  }

  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-wall{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-wall .jc-ccj5-feed{
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
  }
}

@media (max-width:760px){
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313{
    display:flex!important;
    flex-direction:column!important;
  }
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-column--left{order:1!important;width:100%!important;min-width:0!important}
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-wall{order:2!important;width:100%!important;min-width:0!important}
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v313 > .jc-ccj5-profile{order:3!important;width:100%!important;min-width:0!important}
}
