.v8-games-advanced .text-block,.v8-games-advanced__title{margin-bottom:16px}.v8-games-advanced .container{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}.v8-games-advanced__list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.v8-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);gap:16px;justify-content:space-between;padding:16px;width:100%}.v8-games-advanced__card-bg{border-radius:10px;height:156px;overflow:hidden}.v8-games-advanced__card-bg__img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v8-games-advanced__card-info__category{color:var(--card-text-secondary);display:block;font-size:14px;font-weight:400;line-height:150%;padding-bottom:16px}.v8-games-advanced__card-info__title{font-size:24px;font-weight:600;line-height:130%;margin-bottom:4px}.v8-games-advanced__card-info__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;margin-bottom:10px}.v8-games-advanced__card-info__tag{border-radius:6px;color:var(--white);display:block;font-size:12px;font-weight:400;line-height:150%;padding:4px 12px}.v8-games-advanced__card-info__tag_popular{background:var(--error-base)}.v8-games-advanced__card-info__tag_new{background:var(--success-darken-1)}.v8-games-advanced__card-info__tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v8-games-advanced__card-info ul{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:24px}.v8-games-advanced__card-info ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--card-text);font-size:16px;font-weight:400;gap:4px;line-height:150%}.v8-games-advanced__card-info ul li:before{background:none;border-radius:0;color:var(--contrast-bg);content:var(--check-icon);display:inline-block;font-family:latter-icons;font-size:14px;height:20px;line-height:20px;margin-right:0;text-align:center;width:20px}.v8-games-advanced__card-details{border-top:1px solid var(--line-secondary);display:grid;grid-template-columns:1fr;padding-top:16px}.v8-games-advanced__card-details:has(>:nth-child(2)){grid-template-columns:repeat(2,1fr)}.v8-games-advanced__card-details:has(>:nth-child(2)) .v8-games-advanced__card-detail:first-child{border-right:1px solid var(--line-secondary)}.v8-games-advanced__card-details:has(>:nth-child(3)){grid-template-columns:repeat(3,1fr)}.v8-games-advanced__card-details:has(>:nth-child(3)) .v8-games-advanced__card-detail:first-child{border-right:1px solid var(--line-secondary)}.v8-games-advanced__card-details:has(>:nth-child(3)) .v8-games-advanced__card-detail:nth-child(3){border-left:1px solid var(--line-secondary)}.v8-games-advanced__card-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:6px;padding:0 6px;text-align:center}.v8-games-advanced__card-detail__title{color:var(--card-text-secondary);font-size:14px;font-weight:400;line-height:150%}.v8-games-advanced__card-detail__value{color:var(--card-text);font-size:16px;font-weight:600;line-height:150%}.v8-games-advanced__card-buttons{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin-top:auto}.v8-games-advanced__link{border-radius:var(--button-radius);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--font-2);font-size:16px;font-weight:500;line-height:150%;text-align:center;text-decoration:none;-webkit-transition:background-color,color .3s ease-in-out;transition:background-color,color .3s ease-in-out;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;color:var(--text-main);gap:4px;margin:12px auto 0;padding:12px 48px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v8-games-advanced__link:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v8-games-advanced__link svg{height:22px;width:22px}@media (max-width:1000px){.v8-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v8-games-advanced .text-block{margin-bottom:20px}.v8-games-advanced__card-bg{height:125px}.v8-games-advanced__card-info__title{font-size:20px;font-weight:600;line-height:140%}}@media (max-width:600px){.v8-games-advanced__list{grid-template-columns:repeat(1,1fr)}.v8-games-advanced__card-buttons{grid-template-columns:1fr}}@media not all and (pointer:coarse){.v8-games-advanced__link:hover{color:var(--text-secondary)}}