/* WTWR_LAYOUT_PERFORMANCE_V10C */

/* Equal-height P1/P2 columns. */
#today #wtwr-today-opinion-cards-v1 .wtwr-op-picks{
  align-items:stretch!important;
}

#today #wtwr-today-opinion-cards-v1 .wtwr-op-pick{
  display:flex!important;
  flex-direction:column!important;
  align-self:stretch!important;
  height:auto!important;
  box-sizing:border-box!important;
}

/*
  Push each Exchange Market block to the bottom of the equal-height card.
  Extra height from BET/PLACE text or an expanded calculator is absorbed above,
  so P1 and P2 exchange ladders begin on the same horizontal line.
*/
#today #wtwr-today-opinion-cards-v1 .wtwr-op-exchange{
  margin-top:auto!important;
}

/* Neutralise any older JS min-height alignment. */
#today .wtwr-v8-decision,
#today .wtwr-v8-calc{
  min-height:0!important;
  box-sizing:border-box!important;
}
