.casino-list {
    list-style: none;
    padding: 0;
}

.logo-count-first {
    background-color: #FFD700;
}

.logo-badge {
    background-color: var(--badge-color);
}

.play.play-text.play-flex {
    background: var(--cta-color, #CC0E37);
    color: var(--cta-text-color, #ffffff) !important;
}

.review-text {
    color: var(--review-text-color, #000);
    font-size: 13px;
    font-weight: normal;
}

.group-flex-background {
    background-color: var(--logo-background);
}

.play.play-text.play-flex:hover {
    transition: all .4s ease;
    background-color: #a60000;
}

.review-play {
    color: var(--cta-text-color, #ffffff) !important;
}


.image-logo-flex, .image-payment {
    object-fit: scale-down;
}

.play-text-color {
    --cta-text-color: #ffff !important;
}

.payments-more {
    max-width: 30px;
}

.payments-flex {
    display: flex; 
    flex-direction: row; 
    align-items: center;
}