/**
 * SaltaConectada 1.0.174 · HEADER USER AVATAR ALIGN V1
 * Ajuste único: avatar/logo de usuario = misma geometría y eje que LIA.
 */

/* APP / móvil base: copiar exactamente la columna de LIA. */
.sc-global-header-v190__top.sc-header-user-entry-v273__top{
  grid-template-columns:50px minmax(0,1fr) 50px!important;
  gap:7px!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user{
  justify-self:center!important;
  align-self:center!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  min-height:50px!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle{
  width:49px!important;
  height:49px!important;
  min-width:49px!important;
  min-height:49px!important;
  margin:auto!important;
}
.sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle>img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
}
.sc-header-user-entry-v273__balance{
  justify-self:center!important;
  width:50px!important;
  height:50px!important;
}

/* Móvil angosto: copiar 47/46 de LIA. */
@media(max-width:359px){
  .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:47px minmax(0,1fr) 47px!important;
    gap:5px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user{
    width:47px!important;
    height:47px!important;
    min-width:47px!important;
    min-height:47px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
  }
  .sc-header-user-entry-v273__balance{
    width:47px!important;
    height:47px!important;
  }
}

/* Tablet / 720: copiar 53/52 de LIA. */
@media(min-width:561px) and (max-width:900px){
  .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:53px minmax(0,1fr) 53px!important;
    gap:10px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user{
    width:53px!important;
    height:53px!important;
    min-width:53px!important;
    min-height:53px!important;
  }
  .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }
  .sc-header-user-entry-v273__balance{
    width:53px!important;
    height:53px!important;
  }
}

/* Windows = Tablet centrada. */
@media(min-width:901px){
  body.sc-global-header-v190-active .sc-global-header-v190__top.sc-header-user-entry-v273__top{
    grid-template-columns:53px minmax(0,1fr) 53px!important;
    gap:10px!important;
  }
  body.sc-global-header-v190-active .sc-global-header-v190__profile.sc-header-user-entry-v273__user{
    width:53px!important;
    height:53px!important;
    min-width:53px!important;
    min-height:53px!important;
  }
  body.sc-global-header-v190-active .sc-global-header-v190__profile.sc-header-user-entry-v273__user .sc-global-header-v190__profile-circle{
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }
  body.sc-global-header-v190-active .sc-header-user-entry-v273__balance{
    width:53px!important;
    height:53px!important;
  }
}
