.games-item-show-all{border-radius:var(--thumbBorderRadius);color:var(--thumbBtnColorDefault);display:flex;text-align:center;text-decoration:none}.games-item-show-all.disabled{pointer-events:none}.games-item-show-all.disabled .games-item-show-all__content{background:var(--thumbBtnBgDisabled);color:var(--thumbBtnColorDisabled)}.games-item-show-all:focus-visible{color:var(--thumbBtnColorDefault);outline:var(--btnBorderWidthOutline) solid var(--thumbOutlineColor);outline-offset:2px}.games-item-show-all:focus-visible .games-item-show-all__content{background:var(--thumbBtnBgFocus)}.games-item-show-all:hover{color:var(--thumbBtnColorDefault)}.games-item-show-all:hover .games-item-show-all__content{background:var(--thumbBtnBgHover)}.games-item-show-all:active{color:var(--thumbBtnColorDefault)}.games-item-show-all:active .games-item-show-all__content{background:var(--thumbBtnBgActive)}.games-item-show-all__content{align-items:center;aspect-ratio:1;background:var(--thumbBtnBgDefault);border:var(--thumbBorderWidth) solid var(--thumbBtnBrDefault);border-radius:var(--thumbBorderRadius);display:flex;justify-content:center;text-shadow:0 var(--btnTextShadowYMd) var(--btnTextShadowBlurMd) var(--btnTextShadowColorSecondary)}.games-item-show-all--small .games-item-show-all__content{font:var(--caption1Strong);width:var(--thumbSizeSm)}.games-item-show-all--medium .games-item-show-all__content{font:var(--body2Strong);width:var(--thumbSizeMd)}.games-item-show-all--large .games-item-show-all__content{font:var(--body1Strong);width:var(--thumbSizeLg)}
