.gtf-info-banner{
  padding:6px 0;
  margin:10px 0 4px 0;
  background:transparent;
}

.gtf-info-inner{
  overflow:hidden;
  white-space:nowrap;
  text-align:left;
  font-size:14px;
  line-height:1.6;
  color:#111;
  letter-spacing:.2px;
}

.gtf-info-track{
  display:flex;
  width:max-content;
  animation:gtf-marquee 28s linear infinite;
  will-change:transform;
}

.gtf-info-row{
  flex:0 0 auto;
  padding-right:48px;
}

@keyframes gtf-marquee{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 576px){
  .gtf-info-inner{ font-size:13px; }
  .gtf-info-track{ animation-duration:34s; }
}

@media (prefers-reduced-motion: reduce){
  .gtf-info-track{ animation: none; }
}
