.casino-list {
	list-style: none;
	padding: 0;
}
.logo-count-first {
	background-color: gold;
}
.logo-badge {
	background-color: var(--badge-color);
}
.play.play-text.play-flex {
	background: #660002;
	color: var(--cta-text-color, #ffffff) !important;
}
.review-text {
	color: var(--review-text-color, #000);
	font-size: 13px;
	font-weight: 400;
}
.group-flex-background {
	background-color: var(--logo-background);
}
.play.play-text.play-flex:hover {
	transition: all 0.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;
}
