.casino-card-dark-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0 !important;
	margin-right: -20px;
}

.casino-card-dark-list li::before {
	display: none;
}

.casino-card-dark-list li {
	flex: 1;
	margin: 20px 20px 0 0;
	padding: 0 !important;
	overflow: hidden;
	min-width: 220px;
	max-width: 300px;
	border: 4px solid #de1b52;
	flex-direction: column;
	align-self: flex-start;
	transition: 80ms ease-in;
}

.casino-card-dark-list li:hover {
	border: 4px solid #00bfff;
}

.casino-card-dark-list li h3 {
	background: #991935;
	text-align: center;
	padding: 5px;
	margin: 0 0 7px;
	color: #fff;
	font-family: 'Helvetica Neue';
	color: #fff;
}

p.ccd-slogan {
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Helvetica Neue';
	font-size: .7em;
	color: #13cd54;
	font-weight: 900;
}

.ccd-img-cta {
	display: flex;
	justify-content: center;
	padding: 8px 8px !important;
	max-width: 120px;
	margin: 8px auto 10px;
}

.ccd-bonus {
	padding: 0 15px;
	text-align: center;
	margin: 5px 0;
}

.ccd-bonus a {
	color: #ddd;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.6em;
	font-family: 'Impact', sans-serif;
    line-height: .9em;
}

.ccd-img-cta:hover {
	background: #11be4e !important
}

.ccd-img-cta img {
	max-width: 100px;
	border: 1px solid #fff;
}


.ccd-ctas {
	display: flex;
	justify-content: center;
	padding: 0 10px;
	flex-wrap: wrap;
}

.ccd-ctas a {
	flex: 1;
	text-align: center;
	padding: 6px 10px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	display: flex; justify-content: center;
	align-items: center;
}

.ccd-go-link {
	background: #11be4e;
    border: 1px solid #11be4e;
	margin-right: 5px;
	min-width: 150px;
	color: #fff;
}

.ccd-review-link {
	background: #333;
    border: 1px solid #333;
	color: #ccc !important;
	max-width: 70px
}

.ccd-review-link:hover,
.ccd-go-link:hover {
	background: #1a1a1a;
    color: #11be4e;
    border: 1px solid #11be4e;
}

.ccd-terms {
	background: #000;
		margin: 10px;
	border-radius: 10px;
}

.ccd-terms p {
	line-height: 1.2em;
	font-size: .7em;
	color: #eee;
}