
/* =========================================================
   HOME STATISTICS STRIP LOGO v119
   Makes the Esri Bangladesh logo square, clearer, and balanced.
   ========================================================= */

.ha-logo-stat{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}

.ha-logo-stat img{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  min-height:54px!important;
  max-width:54px!important;
  max-height:54px!important;
  object-fit:contain!important;
  padding:6px!important;
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:4px!important;
  box-sizing:border-box!important;
}

.ha-logo-stat span{
  white-space:nowrap!important;
  color:var(--muted)!important;
}

@media(max-width:700px){
  .ha-logo-stat{
    gap:10px!important;
  }

  .ha-logo-stat img{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    max-width:46px!important;
    max-height:46px!important;
    padding:5px!important;
  }
}
