/* JBA v16.20.205 — keep product prices anchored at the bottom of desktop cards. */
@media (min-width:768px){
  html body .jba-one-product-card .jba-tpd-luxe__prices,
  html body .jba-v196-special .jba-tpd-luxe__prices{
    margin-top:auto!important;
    margin-bottom:0!important;
    align-self:stretch!important;
  }

  /* Keep only the reduced spacing immediately below the jewel-code box. */
  html body .jba-one-product-card .jba-tpd-luxe__code,
  html body .jba-v196-special .jba-tpd-luxe__code{
    margin-bottom:4px!important;
  }
}
