@media (min-width:1200px) {
  /* The bid panel remains useful for Sort/Trade/Play after the auction, but
     the bidding-only heading and helper text should retire once bidding is final. */
  #pepper-app > div > .row.mb-4.g-0 > .col-md-5:first-child > .pepper-hand-wrapper > .row > .col-md-12 > .row > .col.col-12.mt-0:has(.col-md-8 > .btn-group.invisible)::before,
  #pepper-app > div > .row.mb-4.g-0 > .col-md-5:first-child > .pepper-hand-wrapper > .row > .col-md-12 > .row > .col.col-12.mt-0:has(.col-md-8 > .btn-group.invisible)::after {
    content:none !important;
    display:none !important;
  }
}
