/* TrainingBot V116 — logo only. Keep all other layout rules unchanged. */
.brand-logo{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  flex:0 0 42px!important;
  background-image:url('/trainingbot-logo-v110.png')!important;
  background-color:transparent!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:contain!important;
  border:0!important;
  box-shadow:none!important;
}
.brand-logo::after{content:none!important;display:none!important}
html body header .brand-logo,
html body footer .brand-logo,
html body footer .tb-footer-brand .brand-logo{
  width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important
}
.tb-footer-copyright{display:inline-flex;align-items:center;gap:11px;min-width:0}
.tb-footer-copyright>span:last-child{display:inline-block}
header .brand.tb-brand-with-logo{display:inline-flex;align-items:center;gap:11px}
header .tb-brand-text{display:inline-block}
@media(max-width:700px){
  html body header .brand-logo,
  html body footer .brand-logo,
  html body footer .tb-footer-brand .brand-logo{
    width:42px!important;height:42px!important;min-width:42px!important;flex:0 0 42px!important
  }
}
