
/* the two Your Life controls now do something, so they should look like controls */
#huRhythmRoot [data-ylx]{ cursor:pointer; }
#huRhythmRoot [data-ylx]:focus-visible{ outline:3px solid #CF9E3F; outline-offset:3px; border-radius:10px; }
.ylx-flash{ animation:ylxFlash 1.6s ease-out 1; }
@keyframes ylxFlash{
  0%{ box-shadow:0 0 0 0 rgba(95,115,80,.34); }
  100%{ box-shadow:0 0 0 16px rgba(95,115,80,0); }
}
@media (prefers-reduced-motion:reduce){ .ylx-flash{ animation:none; } }
