/**
 * SaltaConectada Pro 2026 · Tema 1.0.88
 * HEADER EDGE ICONS + INSET V1
 * Ajuste transversal del Header global para todas las plataformas.
 */

/* Menú y Perfil: mismos hit-areas, icono visual 10% menor. */
.sc-header129 .sc-header129__row--top > .sc-header129__menu > button > img,
.sc-header129 .sc-header129__row--top > .sc-header129__profile > a > img{
  display:block!important;
  width:90%!important;
  height:90%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  scale:1!important;
  filter:none!important;
}

/* 2 px hacia el centro del Header. La caja funcional no cambia. */
.sc-header129 .sc-header129__row--top > .sc-header129__menu{
  position:relative!important;
  left:2px!important;
  right:auto!important;
}
.sc-header129 .sc-header129__row--top > .sc-header129__profile{
  position:relative!important;
  left:auto!important;
  right:2px!important;
}
.sc-header129 .sc-header129__row--bottom > .sc-header129__teo{
  position:relative!important;
  left:2px!important;
  right:auto!important;
}
.sc-header129 .sc-header129__row--bottom > .sc-header129__lia{
  position:relative!important;
  left:auto!important;
  right:2px!important;
}

/* Windows APP/PWA: neutraliza las reglas legacy que todavía forzaban 50px/168%. */
@media (min-width:901px){
  html.jc-pwa-standalone body.sc-windows-platform .sc-header129[data-sc-header129] .sc-header129__menu.jcb-hb429-menu > button > img,
  html.jc-native-app body.sc-windows-platform .sc-header129[data-sc-header129] .sc-header129__menu.jcb-hb429-menu > button > img,
  body.sc-windows-platform.jc-pwa-standalone .sc-header129[data-sc-header129] .sc-header129__menu.jcb-hb429-menu > button > img,
  body.sc-windows-platform.jc-native-app .sc-header129[data-sc-header129] .sc-header129__menu.jcb-hb429-menu > button > img,
  html.jc-pwa-standalone body.sc-windows-platform .sc-header129[data-sc-header129] .sc-header129__profile.jcb-hb429-profile > a > img,
  html.jc-native-app body.sc-windows-platform .sc-header129[data-sc-header129] .sc-header129__profile.jcb-hb429-profile > a > img,
  body.sc-windows-platform.jc-pwa-standalone .sc-header129[data-sc-header129] .sc-header129__profile.jcb-hb429-profile > a > img,
  body.sc-windows-platform.jc-native-app .sc-header129[data-sc-header129] .sc-header129__profile.jcb-hb429-profile > a > img{
    width:90%!important;
    height:90%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    transform:none!important;
    scale:1!important;
  }
}
