.card-stars {
    position: relative;
    min-height: 12px;
}

.card-stars:after{content: '';

    background: url(/wp-content/plugins/mm-marketing/assets/images/star.svg);
    position: absolute;
    width: 88px;
    background-repeat: repeat-x;
    left: 0;
    height: 100%;
    background-size: 18px 12px;
    background-repeat: repeat-x;
    background-position: initial;
    z-index:1;
    margin: 0 auto;

}
.card-stars:before{content: '';

    background: url(/wp-content/plugins/mm-marketing/assets/images/star-yellow.svg);
    position: absolute;

    width: calc( var(--star-rating) * 17.75px);
    background-repeat: repeat-x;
    left: 0;
    height: 100%;
    background-size: 18px 12px;
    background-repeat: repeat-x;
    background-position: initial;
    z-index: 2;
    margin: 0 auto;
}


.casino-button:hover{
box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px var(--wp--preset--color--primary-color), 0 0 140px 60px var(--wp--preset--color--primary-color);
    color: var(--wp--preset--color--primary-color) !important;
}

.casino-button:hover:before{
    width: 100%;
}
.casino-button:hover{
    color: var(--wp--preset--color--dark) !important;
}
.casino-button{
    cursor: pointer;
    color: var(--wp--preset--color--white);
    padding: 10px 50px;
    border: 1px solid var(--wp--preset--color--primary-color);
    background: var(--wp--preset--color--primary-color);
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.casino-button::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;
    box-shadow: 0 0 36px 4px #ffffffa6, 0 0 100px 30px var(--wp--preset--color--primary-color), 0 0 140px 60px var(--wp--preset--color--primary-color);
    color: var(--wp--preset--color--primary-color) !important;
}
.casino-button a{color:var(--wp--preset--color--white);}
.casino-button:hover a{color:var(--wp--preset--color--primary-color);}


.card-logo {    height: 94px;max-width:100px;border: 2px solid var(--wp--preset--color--white);
display: flex;    align-items: center;border-radius: 100%;    overflow: hidden;}
.card-logo img{width:94px;display: inherit;}