.station-ticker.has-rock-wire .station-ticker-track { animation-duration: 105s; }
.station-ticker .rock-wire-beat { text-decoration: none; }
.station-ticker .rock-wire-source { color: rgba(255, 205, 115, 0.68); font-size: 0.78em; letter-spacing: 0.08em; }
.station-ticker a.rock-wire-beat:hover,.station-ticker a.rock-wire-beat:focus-visible { color: #fff7d8; text-decoration: underline; outline: 1px solid #ffbd55; outline-offset: 5px; }
.station-ticker.has-rock-wire .station-ticker-cycle { gap: clamp(56px, 7vw, 112px); }
@media (prefers-reduced-motion: reduce) {
  .station-ticker.has-rock-wire .station-ticker-cycle:first-child .station-ticker-beat { display: none; }
  .station-ticker.has-rock-wire .station-ticker-cycle:first-child .station-ticker-beat:first-child { display: inline-flex; }
}
