.games{padding:24px 0}.games__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-bottom:24px}.games__item{min-width:0}.games__card{position:relative;display:block;width:100%;max-width:100%;box-sizing:border-box;background:none;color:#fff;border:1px solid rgb(255 255 255 / .3137254902);padding:10px;border-radius:10px;text-align:center;text-decoration:none;cursor:pointer;transition:border-color 0.2s ease}.games__card:hover,.games__card:focus-visible{border-color:rgb(255 255 255 / .5019607843)}.games__card:hover .games__image-img,.games__card:focus-visible .games__image-img{filter:blur(5px) brightness(.45);transform:scale(1.04)}.games__card:hover .games__play,.games__card:focus-visible .games__play{opacity:1;transform:translate(-50%,-50%) scale(1)}.games__image{position:relative;overflow:hidden;border-radius:10px;aspect-ratio:1/1;background:rgb(255 255 255 / .04)}.games__image img,.games__image-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:filter 0.2s ease,transform 0.2s ease}.games__play{position:absolute;top:50%;left:50%;padding:10px 20px;border-radius:5px;background:#17a82b;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,-50%) scale(.96);transition:opacity 0.2s ease,transform 0.2s ease}.games__title{font-size:18px;margin:10px 0 0;overflow-wrap:anywhere}.games__more button,.games__more a,.games__more button.button{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;text-align:center;background:var(--games-more-button-bg,var(--button-bg));transition:background-color 0.2s ease,opacity 0.2s ease}.games__more button:hover,.games__more a:hover,.games__more button.button:hover{background:var(--games-more-button-bg-hover,var(--games-more-button-bg,var(--button-bg)))}@media screen and (max-width:992px){.games__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:768px){.games{padding:16px 0}.games__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.games__card{padding:8px}.games__title{font-size:14px;margin:10px 0 0;line-height:1.3}.games__play{padding:8px 12px;font-size:11px}}