.tick-change{height:20px;color:#b6c7bb;font-size:12px;font-weight:700;transition:color .25s}
.spot [data-live-price]{transition:color .25s,text-shadow .25s}
.spot.up .tick-change{color:#7ee1a1}
.spot.down .tick-change{color:#ff9d95}
.spot.changed [data-live-price]{text-shadow:0 0 28px #d9ad4366}
.spot.checking .live-label{animation:live-pulse 1s infinite}
@keyframes live-pulse{50%{opacity:.35}}
@media(prefers-reduced-motion:reduce){.spot.checking .live-label{animation:none}.spot [data-live-price]{transition:none}}
