.v11-games{color:var(--text-main)}.v11-games__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v11-games__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--card-bg);border-radius:16px;color:var(--card-text);padding:16px;-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:100%}.v11-games__img{background:var(--white);border-radius:12px;height:80px;margin-bottom:16px;width:80px;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.v11-games__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v11-games__card-title{font-size:20px;font-weight:600;line-height:140%;margin-bottom:8px;text-align:center}.v11-games__description{color:var(--card-text-secondary);font-size:16px;font-weight:400;line-height:150%;text-align:center}.v11-games__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px;margin-top:auto;padding-top:16px;width:100%}@media (max-width:1300px){.v11-games__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.v11-games__list{grid-template-columns:repeat(1,1fr)}}@media not all and (pointer:coarse){.v11-games__card:hover{-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06);box-shadow:0 4px 8px 0 rgba(0,0,0,.08),0 12px 20px 0 rgba(0,0,0,.06)}}