.module.ticker .ticker-outer{background-color:var(--text-dark);box-sizing:border-box;height:50px;max-width:100vw;overflow:hidden;padding:16px 0;position:relative;width:100%}.module.ticker .ticker-source{align-items:center;display:flex;height:100%;justify-content:center}.module.ticker .ticker-slide{align-items:center;color:var(--bg-color);display:inline-flex;gap:6px;justify-content:center;text-decoration:none;white-space:nowrap}.module.ticker .ticker-slide .ticker-label,.module.ticker .ticker-slide .ticker-text{color:var(--yellow-accent)}@media (max-width:768px){.module.ticker{position:relative;z-index:10}.module.ticker .ticker-outer{height:42px;padding:12px 0}}