.casino-featured {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-image: linear-gradient(-20deg, #000000 0%, #E52035 100%);
	border-radius: 0 80px 0 0 ;
	color: #fff;
	position: relative;
	margin-top: 12px;
    gap: 32px;
}
img.featured-left-image {
	position: absolute;
	left: 16px;
	bottom: 0;
	width: 280px;
	height: auto;
}
.casino-screen {
	max-height: 180px;
	height: auto;
	border-radius: 0 80px;
    border-width: 0 0 6px 6px;
    border-color: #f1f5f9;
    border-style: solid;;
}
.operator-area {
	display: grid;
	grid-template-columns: 250px auto;
	align-items: center
	
}
.featured-logo {
	padding: 0 16px;
	border-radius: 8px;
	width: 186px;
	height: auto
}
.claim-bonus {
	text-align: center;
	margin-left: 24px;
}
.featured-rating{
	display: flex;
	margin: 0;
	justify-content: center;
	font-size: 18px;
	align-items: center;
	margin-bottom: 8px
}
.featured-rating span.rate.cenmar {
	margin:0 0 4px 8px;
}
.featured-rating span {
	margin: 0;
}
.casino-featured .bonus_txt {
	margin-top: 16px;
	font-size: 18px;
	text-transform: uppercase;
	grid-column: 1/span 2;
	margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px){
	.casino-featured {
		border-radius: 0;
		margin-top: 0;
	}
}
/*Table*/

.bc-grid-table {
    margin-bottom: 2rem;
}
.grid-table {
    background-color: #e2e8f0;
    gap: 0.625rem;
    grid-template-columns: .8fr 1.5fr 1.5fr 1fr;
    position: relative;
    margin-bottom: 0.625rem;
    padding: 0.625rem;
}
.grid-table, .grid-table .grid-cell {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.grid-table .grid-column {
    display: grid;
    gap: 0.625rem;
}
.grid-table .grid-cell {
    background: #fff;
	padding: 8px;
}
.grid-table .number {
    position: absolute;
    left: 0.3125rem;
    top: 0.3125rem;
    background: #eaeaea no-repeat padding-box;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    padding: 0.5rem;
    line-height: 1;
    font-size: 12px;
}
.grid-table .logo-holder {
    width: 100%;
    height: auto;
    line-height: 0;
	max-width: 180px
}
.grid-table .logo-holder img {
    border-radius: 0.3125rem;
}
.grid-table .casino-logo a {
	display: flex;
}
.grid-table .rating-number {
    display: flex;
    font-weight: 700;
    font-size: .875rem;
    align-items: center;
}
.grid-table .rating-review {
	text-align: center;
}
.grid-table .rating-number .rating {
    display: block;
    margin-left: 0.5rem;
}
.grid-table .bonus .title, .grid-table .payout .title {
    font-size: .875rem;
    text-transform: uppercase;
    opacity: .75;
}
.bonus {
    text-align: center;
    line-height: 1.3;
}
.bonus .accent {
    display: block;
    font-family: montserrat,Helvetica,sans-serif;
    color: #cf1127;
    font-size: 1.5em;
    word-break: break-word;
    letter-spacing: -1px;
}
.accent {
    font-size: 1em;
    font-weight: 700;
}
.icons-holder {
    display: flex;
}
.icons-holder .disable {
    opacity: 0.3;
}
.icons-holder img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    margin-right: 0.625rem;
	border-radius: 0;
}
.highlights {
	justify-content:right !important; 
}
.highlights ul.listing-checks {
	font-size: .85em;
	padding-bottom: 0;
}
.highlights ul.listing-checks li {
	list-style: none;
	margin-bottom: 6px;
}
ul.listing-checks li:before {
   content: '\2713';
   color: #0ec997;
   margin-left: 1em;
}
a.full-table-play-btn {
    font-weight: 700;
    background: #cf1127  !important;
    color: #fff;
}
a.full-table-play-btn:hover {
	 background: #242231 !important;
}
.grid-table span.rate.cenmar2 {
    margin: 0 10px 2px;
}
@media screen and (min-width: 1px) and (max-width: 767px){
	.highlights, .extras {
		display: none !important;
	}
	.grid-table {
		grid-template-columns: 1fr 1.5fr 1fr !important;
		padding: 0.3rem;
		gap: 0.3rem
	}
	.rating-review {
		display: none !important;
	}
	.wp-block-media-text {
	margin-bottom: 24px;
}

.wp-block-media-text .wp-block-media-text__content{
	padding: 24px 0;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}
@media screen and (min-width: 1px) and (max-width: 479px){
	.bonus .accent  {
		font-size: 1em
	}
	.bonus .title{
		font-size: .7em !important
	}
	.bonus strong {
		font-size: 0.63em;
	}
	.wp-block-spacer {
		display: none;
	}
}
/*End Table*/


.stickyheader button#mobile-menu-btn {
	position: fixed;
	left: 4px;
	top: 4px;
	width: 55px;
	padding: 6px 0;
	background: #CF1127;
	border-radius: 4px;
}
.stickyheader button#mobile-menu-btn i{
	background: #fff;
}
.stickyheader nav#mobile-menu {
	top: 0;
	position: fixed;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0 !important;
	padding-right: 8% !important;
}
.entry-content ul {
	padding: 0 16px 0 0 ;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.offer-boxes-row {
    margin-bottom: 32px;
}

.offer-box {
    display: grid;
    align-content: space-between;
    padding: 16px;
    background-color: #eee;
    border-radius: 8px;
    text-align: center;
    margin-right: 8px;
    flex: 1;
}

.offer-box:last-child {
    margin: 0;
}

.offer-box-logo {
    max-width: 180px !important;
    width: 100%;
    height: auto;
}

.offer-box .bonus {
    margin: 4px 0 16px 0;
}

.offer-box .purple {
    background-color: #ca0084;
}

.listing-boxes.grid-none .content-box {
    border: 0;
    display: grid;
    gap: 20px 20px;
    grid-template-columns: 130px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    padding-left: 0;
}

.full-covered.grid-none .svg-holder {
    background-size: cover;
    border-radius: 50%;
    width: 100%;
    max-width: 130px;
    height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.listing-boxes {
    display: grid;
    margin-bottom: 32px;
}

.listing-boxes.grid-4 {
    gap: 12px 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.listing-boxes.grid-6 {
    gap: 12px 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.listing-boxes.grid-4 .link-box, .listing-boxes.grid-6 .link-box {
    position: relative;
    text-decoration: none;
    border-radius: 0.375rem;
    height: 250px;
    padding: 1.25rem;
    text-align: center;
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.listing-boxes.grid-4 .link-box:before, .listing-boxes.grid-6 .link-box:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    -webkit-transition: height 200ms;
    transition: height 200ms;
    border-radius: 0.375rem;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000))no-repeat padding-box;
    background: linear-gradient(180deg, transparent 0%, #000 100%)no-repeat padding-box;
}

.listing-boxes.grid-4 .link-box .label, .listing-boxes.grid-6 .link-box .label {
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    z-index: 1;
}

.listing-boxes.grid-4 .content-box, .listing-boxes.grid-6 .content-box {
    background-color: #fff;
    border-radius: 0.375rem;
    border: 2px solid #e6e6e6;
    padding: 1.875rem;
    text-align: center;
}

.svg-holder {
    display: block;
    width: 100%;
    max-width: 85px;
    height: 85px;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 0 auto;
}

.svg-holder.small {
    width: 100%;
    max-width: 55px;
    height: 55px;
}

.listing-boxes.grid-4 .content-box .title, .listing-boxes.grid-6 .content-box .title {
    font-weight: 700;
    margin: 6px 0;
}

.payment-logo-box .svg-holder {
    max-width: unset;
}

.icon-holder {
    display: flex;
}

.icon-holder div {
    display: grid;
    text-align: center;
    border: 1px solid #1191cf85;
    width: 100%;
    height: 80px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
    justify-items: center;
}

.icon-holder .disable {
    opacity: 0.2;
    border-color: transparent;
}

.icon-holder div span {
    padding-top: 10px;
	color: #fff;
}

.casino-margin-md .second-box .icon-holder div:after {
    content: "\e801";
    color: #fff;
    background: #00c134;
    padding: 0;
    font-family: tc-small-v1;
    font-size: 16px;
    position: absolute;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    width: 100%;
    max-width: 25px;
    height: 25px;
    border-radius: 13px;
    left: 55px;
    top: -10px;
}

.casino-banner-available-apps {
    text-align: center;
    align-items: baseline;
    justify-content: space-evenly;
}
.apps-img-container {
	filter: invert(1);
}
.ios, .windows, .android {
	align-self: center;
}

/*Operator CTA*/
.grid-table.cta-operator {
    grid-template-columns: .8fr 2fr 1fr 1fr;
    background-image: linear-gradient(-20deg, #CC208E 0%, #6713D2 100%);
}

.grid-table.cta-operator .visbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-prise {
    display: block;
    color: #860ac9;
    font-size: 1.5em;
    word-break: break-word;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 4px 0;
}

/*--END Operator CTA*/

/* Casino Providers*/
.casino-providers {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 24px;
	margin-top: 16px;
}

.casino-providers-title {
    color: #2e444f;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px;
}

.providers {
    position: relative;
}

.providers-list {
    display: flex;
    grid-gap: 4px;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

.providers-item {
    background-color: #fff;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    width: 90px;
    height: 48px;
    font-size: 12px;
    justify-content: center;
    line-height: 1em;
    text-align: center;
}

/*Rating stars */
.stars {
    --percent: calc(var(--rating) / 5 * 100%);  
    display: inline-block;
    font-size: 20px;
    font-family: Times; 
    line-height: 1;
}
.stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
   	background: -webkit-gradient(linear, right top, left top, from(#fdc700), to(#eee));
    background: linear-gradient(270deg, #fdc700 var(--percent), #eee var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}