/* WTWR_DEMO_HORSE_SIDE_FILTER_V1 */

/*
  The race still appears because it qualifies for the selected strategy,
  but a non-qualifying P1/P2 is not a selectable Demo horse.
*/
#demoSelections .demo-pick-option.wtwr-demo-nonqualifier{
  display:none!important;
}

#demoSelections td.wtwr-demo-side-excluded{
  position:relative;
  text-align:center;
}

#demoSelections td.wtwr-demo-side-excluded::after{
  content:"—";
  display:inline-block;
  opacity:.48;
  font-weight:800;
}

/* A hidden non-qualifier can never be interacted with accidentally. */
#demoSelections .wtwr-demo-nonqualifier [data-demo-pick]{
  pointer-events:none!important;
}
