/*
 * CCJ Home V314
 * Template nuevo + ruta forzada.
 * >=761px: Compositor | Mi Perfil (50/50) y Muro 100% debajo.
 * <=760px: conserva el orden móvil Compositor -> Muro -> Mi Perfil.
 */
@media (min-width:761px){
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!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--v314 > .jc-ccj5-column--left{
    grid-column:1!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important
  }
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .jc-ccj5-column--left > .jc-ccj5-compose{
    width:100%!important;max-width:none!important;min-width:0!important;height:100%!important;box-sizing:border-box!important
  }
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .jc-ccj5-profile{
    grid-column:2!important;grid-row:1!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;align-self:stretch!important
  }
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .jc-ccj5-wall{
    grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important
  }
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .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--v314{display:flex!important;flex-direction:column!important}
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .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--v314 > .jc-ccj5-wall{order:2!important;width:100%!important;min-width:0!important}
  body.jc-ccj-route .jc-ccj5-layout--home.jc-ccj5-layout--v314 > .jc-ccj5-profile{order:3!important;width:100%!important;min-width:0!important}
}
