#gameCard,.hoverInfo{height:100%;width:100%}#gameCard{position:relative;padding:15px;min-width:200px;max-width:250px;max-height:250px;margin:auto;aspect-ratio:1;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 24px hsla(210,8%,62%,.2);z-index:0}#gameCard.fixedSize{height:200px;width:200px}#gameCard.withHover{transition:all .2s linear}#gameCard.withHover:hover{box-shadow:0 8px 24px hsla(210,8%,62%,.2),inset 0 0 0 2px rgba(0,0,0,.812)}#gameCard.withHover:hover .hoverInfo{opacity:1}#gameCard.withHover:hover .extraInfo,#gameCard.withHover:hover .headContainer{transition:all .3s ease}#gameCard.withHover:hover .level{padding:2px 10px;font-size:13px;border-radius:100px;display:flex;align-items:center;line-height:12px}#gameCard .hoverInfo{position:absolute;z-index:10;top:0;left:0;justify-content:center;align-items:center;transition:all .2s linear;opacity:0;display:none;display:flex}#gameCard .hoverInfo .buttonInHover span{white-space:nowrap}#gameCard .extraInfo{z-index:11}#gameCard .extraInfo .level{padding:2px 10px;font-size:13px;border-radius:100px;display:flex;align-items:center;line-height:12px}#gameCard .extraInfo .level .levelCircle{display:block;height:8px;width:8px;margin-right:5px}#gameCard .headContainer{z-index:11}#gameCard .gameTypeIconContainer{flex-grow:1;display:flex;align-items:end;padding-bottom:.7rem;width:100%}#gameCard .gameTypeIconContainer .iconGameType{height:min-content;display:flex;align-items:center;width:70px!important;height:70px!important}#gameCard .gameTypeIconContainer .showButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:5px 15px;min-width:max-content}#gameCard .badgeStatusGameCard{position:absolute;bottom:-16px;left:-16px;z-index:11;padding:2px}#gameCard .miniBadgeContainer{touch-action:auto;pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:11}#gameCard .miniBadgeContainer>div{position:absolute;top:10px;right:-42px;transform:rotate(45deg);width:120px;display:flex;justify-content:center;padding:2px}#gameCard .miniBadgeContainer>div.comingSoonLabel{background-color:#bf0a3a}#gameCard .miniBadgeContainer>div.freeLabel{background-color:#ffc151}#gameCard .miniBadgeContainer>div.sfidaLabel{background-color:#7c3aed}#gameCard .miniBadgeContainer>div span{color:#fff;font-weight:500;text-transform:uppercase;font-size:9px;letter-spacing:.5px}.disabledCard{opacity:.5}