.v10-games-advanced__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.v10-games-advanced__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-pack:justify;-ms-flex-pack:justify;background:var(--card-bg);border-radius:16px;color:var(--card-text);justify-content:space-between;padding:16px;-webkit-transition:-webkit-box-shadow,-webkit-transform .3s ease-in-out;transition:-webkit-box-shadow,-webkit-transform .3s ease-in-out;transition:box-shadow,transform .3s ease-in-out;transition:box-shadow,transform .3s ease-in-out,-webkit-box-shadow,-webkit-transform .3s ease-in-out;width:100%}.v10-games-advanced__img{border-radius:12px;height:200px;margin-top:16px;overflow:hidden}.v10-games-advanced__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v10-games-advanced__category{color:var(--card-text-secondary);font-size:14px;font-weight:400;line-height:150%}.v10-games-advanced__title{font-size:20px;font-weight:600;line-height:140%}.v10-games-advanced__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin-bottom:12px}.v10-games-advanced__tag{border-radius:36px;color:var(--white);display:block;font-size:12px;font-weight:400;line-height:150%;padding:4px 12px}.v10-games-advanced__tag_popular{background:var(--error-base)}.v10-games-advanced__tag_new{background:var(--success-darken-1)}.v10-games-advanced__tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v10-games-advanced__details{display:grid;grid-template-columns:1fr;margin:16px 0}.v10-games-advanced__details:has(>:nth-child(2)){grid-template-columns:repeat(2,1fr)}.v10-games-advanced__details:has(>:nth-child(2)) .v10-games-advanced__detail:first-child{border-right:1px solid var(--line-secondary)}.v10-games-advanced__details:has(>:nth-child(3)){grid-template-columns:repeat(3,1fr)}.v10-games-advanced__details:has(>:nth-child(3)) .v10-games-advanced__detail:first-child{border-right:1px solid var(--line-secondary)}.v10-games-advanced__details:has(>:nth-child(3)) .v10-games-advanced__detail:nth-child(3){border-left:1px solid var(--line-secondary)}.v10-games-advanced__detail{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:0 4px;text-align:center}.v10-games-advanced__detail-title{color:var(--card-text-secondary);font-size:14px;font-weight:400;line-height:150%}.v10-games-advanced__detail-value{color:var(--card-text);font-size:14px;font-weight:500;line-height:150%}.v10-games-advanced__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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.v10-games-advanced__button_secondary{background:transparent;border:1.5px solid var(--secondary-button-color);cursor:pointer;z-index:2}.v10-games-advanced__link{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:500;line-height:150%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text-main);margin:24px auto 0;position:relative;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v10-games-advanced__link,.v10-games-advanced__link svg{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.v10-games-advanced__link svg{height:20px;position:absolute;right:-18px;width:20px}@media (max-width:1000px){.v10-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (width <= 768px){.v10-games-advanced__img{height:161px}}@media (max-width:600px){.v10-games-advanced__list{grid-template-columns:repeat(1,1fr)}}@media not all and (pointer:coarse){.v10-games-advanced__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);-webkit-transform:scale(1.02);transform:scale(1.02)}.v10-games-advanced__button_secondary:hover{background:transparent;color:var(--button-hover-color)}.v10-games-advanced__button_secondary:hover:before{height:1000%}.v10-games-advanced__link:hover{color:var(--text-secondary)}.v10-games-advanced__link:hover svg{color:var(--text-secondary);right:-22px}}