/* Keep Bootstrap's dimming layer below the in-game hand modal.
   The hand modal currently lives inside the game-table stacking context, so
   Bootstrap's default backdrop z-index can otherwise sit above the dialog and
   intercept clicks intended for Close/X. */
.modal-backdrop {
  z-index: 1 !important;
}
