.v5-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;gap:16px}.v5-games-advanced__list{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.v5-games-advanced__card{background:var(--card-bg);border-radius:8px;color:var(--card-text);display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v5-games-advanced__card-header{-ms-flex-negative:0;flex-shrink:0;height:214px;position:relative;width:100%}.v5-games-advanced__card-img{height:100%;left:0;position:absolute;top:0;width:100%}.v5-games-advanced__card-img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v5-games-advanced__card-tags{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:8px;top:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;z-index:1}.v5-games-advanced__card-tag{border-radius:4px;font-size:12px;font-weight:700;line-height:150%;padding:4px 8px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v5-games-advanced__card-tag_new{background:var(--success-darken-1);color:var(--white)}.v5-games-advanced__card-tag_popular{background:var(--error-base);color:var(--white)}.v5-games-advanced__card-tag_jackpot{background:var(--contrast-bg);color:var(--contrast-color)}.v5-games-advanced__card-content{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v5-games-advanced__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.v5-games-advanced__card-info__title{font-size:24px;font-weight:700;line-height:130%}.v5-games-advanced__card-info__category{background:var(--site-bg);border-radius:4px;color:var(--text-main);font-size:12px;font-weight:700;line-height:150%;padding:4px 8px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v5-games-advanced__card-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:8px;justify-content:space-between}.v5-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;gap:8px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.v5-games-advanced__card-detail:first-child{text-align:left}.v5-games-advanced__card-detail:last-child{text-align:right}.v5-games-advanced__card-detail__title{color:var(--card-text-secondary);font-size:14px;font-weight:400;line-height:150%}.v5-games-advanced__card-detail__value{color:var(--card-text);font-size:16px;font-weight:700;line-height:150%}.v5-games-advanced__card-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}.v5-games-advanced__link{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1260px){.v5-games-advanced__list{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.v5-games-advanced__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v5-games-advanced .container{gap:8px}.v5-games-advanced__list{gap:16px;margin-top:8px}.v5-games-advanced__card-header{height:188px}.v5-games-advanced__card-info__title{font-size:20px;font-weight:700;line-height:140%}.v5-games-advanced__link{margin-top:8px}}@media (max-width:600px){.v5-games-advanced__list{grid-template-columns:repeat(1,1fr)}.v5-games-advanced__link{width:100%}}