
/* The island's "View all" links are 16px-tall text links. That was fine while they
   did nothing; now that four of them are real controls they need a proper tap
   target. Only the ACTIVATED ones are touched — the rest are left as they were. */
#huRhythmRoot [data-htx],
#huRhythmRoot [data-prx="all"],
#huRhythmRoot [data-vnx],
#huRhythmRoot [data-ylx="all"]{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  padding:0 6px;
  margin-right:-6px;
  border-radius:10px;
}
#huRhythmRoot [data-htx]:hover,
#huRhythmRoot [data-prx="all"]:hover,
#huRhythmRoot [data-vnx]:hover,
#huRhythmRoot [data-ylx="all"]:hover{ background:#FCEAEA !important; }
