/* Donat24 game logo ticker — right to left. */
html,body{overflow-x:hidden}
.service-strip{overflow:hidden!important}
.service-strip .marquee-track{
  width:max-content!important;
  justify-content:flex-start!important;
  overflow:visible!important;
  gap:10px!important;
  animation:donatTicker 55s linear infinite!important;
  will-change:transform;
}
.service-strip:hover .marquee-track{animation-play-state:paused!important}
.service-strip .mq img{width:22px;height:22px;flex:none;border-radius:7px;object-fit:cover}
@keyframes donatTicker{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 5px))}
}
@media(max-width:760px){.service-strip .marquee-track{animation-duration:42s!important}}

.hdr .logo .brand-logo{
  width:34px;
  height:34px;
  display:block;
  flex:none;
  border-radius:10px;
  object-fit:cover;
}
@media(max-width:500px){.hdr .logo .brand-logo{width:31px;height:31px;border-radius:9px}}
