.gs-micro-sponsors{width:100%;overflow:hidden;padding:20px 0}
.gs-micro-sponsors-track{display:flex;width:max-content;align-items:center;animation:gsMicroSponsorsScroll var(--gs-speed) linear infinite}
.gs-micro-sponsors:hover .gs-micro-sponsors-track{animation-play-state:paused}
.gs-micro-sponsor{width:220px;min-height:130px;margin:0 25px;flex:0 0 220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none}
.gs-micro-sponsor img{width:180px;height:80px;object-fit:contain;display:block}
.gs-micro-sponsor span{margin-top:8px;font-weight:600}
@keyframes gsMicroSponsorsScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.gs-micro-sponsors-track{animation:none;flex-wrap:wrap;width:100%;justify-content:center}}
