/*
 * JujuyConectado 9.5.55.149 — separación específica P01.
 * Corrige únicamente la unión Nuestras Conexiones → P01 → Noticias destacadas.
 * No altera dimensiones ni creatividades del banner.
 */

/* Escritorio: 16px antes de P01 y 28px visuales antes de Noticias (18 + 10). */
body.home .jc-home-builder-layout>.jc-home-portal-dashboard--connections{
  padding-bottom:18px!important;
}
body.home .jc-home-builder-layout>.jc-home-portal-dashboard--news{
  padding-top:10px!important;
}
body.home .jc-home-portal-dashboard--connections .jc-home-house-ad,
body.home .jc-home-portal-dashboard--connections .jc-home-fixed-ad--p01{
  margin:0!important;
  padding-top:16px!important;
  padding-bottom:0!important;
}

/* Tablet: 14px arriba; 22px antes de Noticias (15 + 7). */
@media(max-width:900px){
  body.home .jc-home-builder-layout>.jc-home-portal-dashboard--connections{
    padding-bottom:15px!important;
  }
  body.home .jc-home-builder-layout>.jc-home-portal-dashboard--news{
    padding-top:7px!important;
  }
  body.home .jc-home-portal-dashboard--connections .jc-home-house-ad,
  body.home .jc-home-portal-dashboard--connections .jc-home-fixed-ad--p01{
    padding-top:14px!important;
    padding-bottom:0!important;
  }
}

/* Móvil: 12px arriba; 18px antes de Noticias (11 + 7). */
@media(max-width:620px){
  body.home .jc-home-builder-layout>.jc-home-portal-dashboard--connections{
    padding-bottom:11px!important;
  }
  body.home .jc-home-builder-layout>.jc-home-portal-dashboard--news{
    padding-top:7px!important;
  }
  body.home .jc-home-portal-dashboard--connections .jc-home-house-ad,
  body.home .jc-home-portal-dashboard--connections .jc-home-fixed-ad--p01{
    padding-top:12px!important;
    padding-bottom:0!important;
  }
}
