.draw-poker_cardContainer__eXPuP{display:flex;justify-content:space-between;flex-wrap:wrap;margin:2em}.draw-poker_card__iEhdy{width:100px;height:140px;margin:10px;box-shadow:0 0 5px rgba(0,0,0,.1);transition:border-color .3s ease,box-shadow .3s ease;border-radius:10px;background:#fff;transition:transform .3s ease}.draw-poker_card__iEhdy.draw-poker_selected__iYmRM{transform:scale(1.1);border:2px solid #ff0}.draw-poker_card__iEhdy:hover{cursor:pointer}.draw-poker_drawButton__IpnIM:hover{background-color:#007bff;color:#fff}.draw-poker_modalBackdrop__OgWD_{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.draw-poker_modal__0iM58{width:300px;background-color:#fff;padding:20px;border-radius:5px;display:flex;flex-direction:column}.draw-poker_modalContent__w0FZs{margin-bottom:20px}.draw-poker_modalText__CKlo_{color:#000}.draw-poker_buttonContainer__LWPPU{display:flex;justify-content:space-between}.draw-poker_closeButtonContainer__TUlFj{display:flex;justify-content:flex-end;margin-top:1em}.draw-poker_closeButton__ys2Jr{background-color:red;color:#fff;border:none;padding:10px;cursor:pointer}@media (max-width:600px){.draw-poker_cardContainer__eXPuP{display:flex;overflow-x:auto;margin:0 0 2em}.draw-poker_card__iEhdy{width:50px;height:75px;border-radius:3px;margin:5px}}