.casino_query_block.eight {
    gap:20px;
}
.casino_query_block.show_counter.eight{
    counter-reset: card-counter;
    counter-reset: card-counter var(--start-from, 0);
}
body .casino_query_block.show_counter .card-eight-info-box{
    position: relative;
}
.casino_query_block.show_counter .card-eight-info-box::before {
    counter-increment: card-counter;
    content: "# " counter(card-counter);
    position: absolute;
    padding: 8px 12px 8px 9px;
    background: var(--wp--preset--gradient--flag);
    background-size: 300%;
    color:var(--wp--preset--color--white);
    z-index: 4;
    font-weight: 700;
    font-size:14px;
    top:0;
    bottom:0;
    letter-spacing: -0.1em;
    line-height: 1;
    height: fit-content;
    margin:auto;
    left:0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.casino_query_block.eight .small-text{
}
.card-eight *{
    box-sizing:border-box;
}
.card-eight{
    border-radius:8px;
    overflow:hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    flex: 1 1 100%;
    border: 2px solid var(--wp--preset--color--light-border);
}
.card-eight-casino-small-text{
    width:100%;
    padding-top: 10px;
}
.card-eight-casino-small-text ul{
    list-style-type: disc;
    font-size: 13px;
    font-family: var(--primary-font);
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    gap: 35px;
    line-height: 1.13;
    letter-spacing: 0.05em;
}
.card-eight-content-box{
    display: flex;
    position: relative;
    flex-direction: row;
    width: 100%;
}
.card-eight-info-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 180px;
    flex: 1 1 22%;
}
.card-eight-logo{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.card-eight-logo img{
    width:210px;
    display: inherit;
}
.card-eight-casino-details{
}
.card-eight-casino-title{
    margin:0;
    width:100%;
    border-bottom: 2px solid var(--wp--preset--color--light-border);
    padding-bottom: 15px;
}
.card-eight-casino-title a{
    color:var(--wp--preset--color--dark-text);
    transition:all .15s ease-in-out;
    font-size: 17px;
    font-weight: 800;
    font-family: var(--secondary-font);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.card-eight-casino-title a:hover{
    color:var(--wp--preset--color--primary-color);
}
.card-eight-rating{
    line-height:0;
}
.card-eight-casino-bonus-container{
    background: var(--wp--preset--color--light);
    color: var(--wp--preset--color--dark-text);
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px;
    min-height: 180px;
    gap: 15px;
    flex: 1 1 55%;
}
.card-eight-casino-bonus-text{
    width:100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-top: 4px;
    font-family: var(--primary-font);
}
.card-eight-casino-bonus-text h1, .card-eight-casino-bonus-text h2, .card-eight-casino-bonus-text h3{
    margin: 0;
    font-size: 18px;
    letter-spacing: -.03em;
    font-weight: 400;
    padding-right: 20px;
    flex: 1 1 50%;
    font-family: var(--primary-font);
}
.card-eight-casino-bonus-text h4, .card-eight-casino-bonus-text h5, .card-eight-casino-bonus-text h6{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13em;
    flex: 1 1 50%;
    font-family: var(--primary-font);
}
.card-eight-casino-button-container{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 30px 40px 15px 40px;
    background-color: rgb(255, 0, 50);
    background-image: var(--wp--preset--gradient--flag);
    background-size: 200%;
    flex: 1 1 23%;
}
.card-eight-casino-terms{
    width:100%;
    float:left;
    margin-top:5px;
    font-size:11px;
    text-transform:uppercase;
}
.card-eight-casino-button-container a{
    color:#fff;
}
.card-eight-casino-terms:hover{
    text-decoration:underline;
}
.casino_query_block.eight .btn.btn-primary{
    background:var(--wp--preset--color--white);
    color:var(--wp--preset--color--dark);
    padding:12px 16px;
    font-weight:800;
    font-size:10px;
    font-family: var(--secondary-font);
    text-transform:uppercase;
    letter-spacing:2px;
}
.casino_query_block.eight .btn.btn-primary:hover{
    color:var(--wp--preset--color--primary-color);
    background:var(--wp--preset--color--white);
}
.casino_query_block.eight .btn{
    display:inline-block;
    font-weight:400;
    color:#212529;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:2.25rem;
    transition:all .15s ease-in-out;
}
@media screen and (max-width: 1024px){
    .card-eight{
        flex: 1 1 48%;
    }
    .card-eight-content-box {
        flex-direction: column;
    }
    .card-eight-casino-bonus-container{
        min-height: 240px;
    }
    .card-eight-casino-small-text ul{
        flex-direction: column;
        gap: 4px;
    }
}
@media screen and (max-width: 763px){
    .card-eight{
        flex: 1 1 100%;
    }
}

/*.experimental button::before, .experimental .wp-block-button__link:before {*/
/*    box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px #ff00ff9e, 0 0 140px 60px #0f0562;*/
/*}*/
/*.experimental button:hover, .experimental .wp-block-button__link:hover{*/
/*    box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px #ff00ff9e, 0 0 140px 60px #0f0562;*/
/*    color:var(--wp--preset--color--purple) !important;*/
/*}*/
/*.experimental .card-one-wrap.overlay-logo:hover{*/
/*    box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px #ff00ff9e, 0 0 140px 60px #0f0562;*/
/*}*/
/*button::before, .wp-block-button__link:before {*/
/*    content: attr(button-title);*/
/*;*/
/*    left: 0;*/
/*    top: 0;*/
/*    position: absolute;*/
/*    width: 0;*/
/*    height: 100%;*/
/*    background-color: white;*/
/*    transition: 0.3s ease;*/
/*    line-height: 65px;*/
/*    text-align: center;*/
/*    z-index: -1;*/
/*    !*box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px #ff00ff9e, 0 0 140px 60px #0f0562;*/
/*    *!*/
/*}*/
/*button:hover:before, .wp-block-button__link:hover:before {*/
/*    width: 100%;*/
/*}*/
