/* INFOTECH LAB — R9 3AM56 FIX2 REV14
   Autoridade geométrica final da AVADOG singleton.
   Corrige conflito de especificidade legado sem alterar imagem, tamanho ou comportamento aprovado. */

html body.r9b-body:not([data-r9-embedded="true"])
#infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
.support-bubble.support-bubble{
  right:0!important;
  bottom:178px!important;
  width:304px!important;
  max-width:calc(100vw - 32px)!important;
}
html body.r9b-body:not([data-r9-embedded="true"])
#infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
.support-card.support-card{
  right:0!important;
  bottom:248px!important;
  width:304px!important;
  max-width:calc(100vw - 32px)!important;
}

@media(max-width:820px){
  html body.r9b-body:not([data-r9-embedded="true"])
  #infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
  .support-bubble.support-bubble{
    bottom:96px!important;
    width:min(276px,calc(100vw - 18px))!important;
    max-width:calc(100vw - 18px)!important;
  }
  html body.r9b-body:not([data-r9-embedded="true"])
  #infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
  .support-card.support-card{
    bottom:166px!important;
    width:min(276px,calc(100vw - 18px))!important;
    max-width:calc(100vw - 18px)!important;
  }
}

@media(max-width:430px){
  html body.r9b-body:not([data-r9-embedded="true"])
  #infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
  .support-bubble.support-bubble{
    bottom:88px!important;
    width:min(270px,calc(100vw - 18px))!important;
    max-width:calc(100vw - 18px)!important;
    padding:10px 12px!important;
  }
  html body.r9b-body:not([data-r9-embedded="true"])
  #infotechSupportFloat.infotech-support-float[data-r9-avadog-singleton="fixture-tools"]
  .support-card.support-card{
    bottom:154px!important;
    width:min(270px,calc(100vw - 18px))!important;
    max-width:calc(100vw - 18px)!important;
  }
}
