/* v0.9.108 · Poker position badges and High Card visibility */

/* Keep D / SB / BB clear of the enlarged hole cards by moving the complete
   position-badge group farther to the right without changing the player card. */
#pokerApp .poker-position {
  right: -13px !important;
}
#pokerApp .poker-position.blind-button {
  right: 22px !important;
}

@media (max-width: 560px) {
  #pokerApp .poker-position {
    right: -10px !important;
  }
  #pokerApp .poker-position.blind-button {
    right: 18px !important;
  }
}
