/* JBA v16.20.204 — remove the unjustified desktop gap between jewel code and price/status row. */
@media (min-width:768px){
  /* Unified cards used by homepage, native carousels and product suggestions. */
  html body .jba-one-product-card .jba-tpd-luxe__code,
  html body .jba-v196-special .jba-tpd-luxe__code{
    margin-bottom:4px!important;
  }

  html body .jba-one-product-card .jba-tpd-luxe__prices,
  html body .jba-v196-special .jba-tpd-luxe__prices{
    margin-top:0!important;
    margin-bottom:0!important;
  }

  /* Listing-grid cards that still use the legacy price wrapper. */
  html body #content-page.jba-v1670-shop-listing
  .jba-v16202-home-card-grid .price.jba-v196-price{
    margin:0!important;
  }
}
