
/* eventIN v9.1 — exact supplied logo + footer gap fix */
.brand-image-v91{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
}
.brand-image-v91 img{
  display:block!important;
  width:auto!important;
  height:34px!important;
  max-width:210px!important;
  object-fit:contain!important;
}
.site-footer img[src*="eventin-logo.png"]{
  width:auto!important;
  height:34px!important;
  max-width:190px!important;
  object-fit:contain!important;
}

/* remove accidental space after footer */
html,body{min-height:100%;margin-bottom:0!important;padding-bottom:0!important}
body{display:flex!important;flex-direction:column!important}
.site-footer{margin-top:auto!important;margin-bottom:0!important}
.site-footer + *, body > script:last-child{margin-bottom:0!important}
body:after{display:none!important;content:none!important}

@media(max-width:900px){
  .brand-image-v91{
    position:absolute!important;
    left:50%!important;
    transform:translateX(-50%)!important;
  }
  .brand-image-v91 img{
    height:29px!important;
    max-width:155px!important;
  }
}
