/* NxRoms v59 — correction anti-saut de la bannière pendant le chargement */
.nx-tracker-banner{
  min-height:112px !important;
  height:112px !important;
  padding:22px 28px !important;
  margin-bottom:24px !important;
  display:flex !important;
  align-items:center !important;
  contain:layout paint style;
  transform:none !important;
  animation:none !important;
}
.nx-tracker-banner *{
  box-sizing:border-box;
}
.nx-banner-left{
  min-width:0 !important;
  flex:1 1 auto !important;
}
.nx-banner-text{
  min-width:0 !important;
}
.nx-banner-title{
  min-height:26px !important;
  line-height:1.2 !important;
}
.nx-banner-desc{
  min-height:18px !important;
  max-width:680px !important;
}
.nx-banner-stats{
  width:220px !important;
  min-width:220px !important;
  justify-content:center !important;
}
.nx-stat-item{
  width:78px !important;
  min-width:78px !important;
}
.nx-stat-number{
  font-variant-numeric:tabular-nums !important;
  min-width:5ch !important;
  text-align:center !important;
  display:block !important;
}
.nx-stat-label{
  min-height:12px !important;
  display:block !important;
  text-align:center !important;
}
.nx-banner-links{
  width:190px !important;
  min-width:190px !important;
  justify-content:flex-end !important;
}
.nx-banner-link{
  min-width:84px !important;
  transform:none !important;
}
.nx-banner-link:hover{
  transform:none !important;
}
@media(max-width:900px){
  .nx-tracker-banner{
    height:auto !important;
    min-height:150px !important;
    flex-wrap:wrap !important;
  }
  .nx-banner-stats,.nx-banner-links{
    width:auto !important;
    min-width:0 !important;
  }
}
