@-webkit-keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.04);transform:scale(1.04)}}@keyframes pulse{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.04);transform:scale(1.04)}}.bookmakers-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bookmakers-cards .bookmakers-card{background:var(--theme-container-bg);border-radius:10px;-webkit-animation:fade-ring 1.4s ease-out infinite;animation:fade-ring 1.4s ease-out infinite;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bookmakers-cards .bookmakers-card .card-bottom .title-holder,.bookmakers-cards .bookmakers-card .card-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bookmakers-cards .bookmakers-card .card-top{background:var(--theme-page-secondary-bg-color);width:100%;height:100px;padding:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top-left-radius:8px;border-top-right-radius:8px}.bookmakers-cards .bookmakers-card .card-bottom,.bookmakers-cards .bookmakers-card .card-bottom__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px;-webkit-box-flex:1;-ms-flex:1;flex:1}.bookmakers-cards .bookmakers-card .card-bottom .title-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bookmakers-cards .bookmakers-card .card-bottom .rating-holder{padding:5px;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--theme-accent-color)}.bookmakers-cards .bookmakers-card .card-bottom .rating-holder span{font-size:10px}.bookmakers-cards .bookmakers-card .card-bottom .rating-holder img{width:12px!important;height:12px!important}.bookmakers-cards .bookmakers-card .bonus-holder{background:var(--theme-page-secondary-bg-color);padding:15px;border-radius:8px;text-align:center}.bookmakers-cards .bookmakers-card .bonus-holder p{margin:0}.bookmakers-cards .bookmakers-card .bonus-holder .bonus-title{font-size:12px;font-weight:600}.bookmakers-cards .bookmakers-card .features{-webkit-box-flex:1;-ms-flex:1;flex:1}.bookmakers-cards .bookmakers-card .features .feature{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-top:1px solid var(--theme-page-secondary-bg-color)}.bookmakers-cards .bookmakers-card .features .feature:last-child{border-bottom:1px solid var(--theme-page-secondary-bg-color)}.bookmakers-cards .bookmakers-card .features .feature img{max-width:18px}.bookmakers-cards .bookmakers-card .features .feature-descr{margin:0;border-top:none}.bookmakers-cards .bookmakers-card .title{margin:0;font-size:20px;font-weight:600;text-align:center}.bookmakers-cards .bookmakers-card .logo-holder{height:100%;width:200px;padding:10px 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px}.bookmakers-cards .bookmakers-card .logo-holder img{height:100%;width:auto}.bookmakers-cards .bookmakers-card .methody-logos{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.bookmakers-cards .bookmakers-card .actions,.bookmakers-cards .bookmakers-card .methody-logos,.bookmakers-cards .bookmakers-card .methody-logos .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bookmakers-cards .bookmakers-card .methody-logos .logo{background:#fff;height:25px;width:45px;padding:3px;border-radius:3px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bookmakers-cards .bookmakers-card .methody-logos .logo img{height:auto;width:auto}.bookmakers-cards .bookmakers-card .actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.bookmakers-cards .bookmakers-card .actions .review-link{color:var(--theme-page-txt-color)}.bookmakers-cards .bookmakers-card .actions .btn-animate{-webkit-animation:pulse 1.5s ease-in-out infinite;animation:pulse 1.5s ease-in-out infinite;display:inline-block}.bookmakers-cards .card-bottom{padding:10px}@media screen and (max-width:920px){.bookmakers-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.bookmakers-cards{grid-template-columns:repeat(1,1fr)}}