/*
Theme Name: Plinko it

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: Calibri;
	text-align: center;
	background: radial-gradient(circle at 50% 60%, #096652, #2a2a2a);
	}
.wrap {
	width: 1170px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	font-family: Calibri;
	}

a {
	color: #ed2163;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #ed2163;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #fff;
	font-weight: 600;
	}

h1, .h1, .title{
    font-size: 28px;
    line-height: 30px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 28px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 25px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 23px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header {
	padding: 10px 0 0 0;
	}
.h_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 6px;
	padding: 10px;
	}

.logo{
	width: 170px;
	margin: 0 0 10px 0;
	transition: all 0.3s 0.02s ease;
	}
.logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
	
	
.nav_top{
	width: 100%;
	display: none;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	}
.nav_top > ul{
	}	
.nav_top > ul > li{
	display:block;
	margin: 0 0 10px 0;
	text-align: right;
	}
.nav_top > ul > li > a{
	position:relative;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: 500;
	}
.nav_top > ul > li > a:hover, .nav_top > ul > li.current-menu-item > a{
	color: #ed2163;
	}
.nav_top > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:auto;
	bottom: -2px;
	right: 0;
	height: 2px;
	width: 0;
	background: #ed2163;
	transition: all 0.3s 0.02s ease;
	}
.nav_top > ul > li:hover > a:before, .nav_top > ul > li.current-menu-item > a:before{
	width: 100%;
	}



.adapt_menu{
	display: block;
	position: absolute;
	z-index: 7;
	top: 30px;
	right: 10px;
	margin: 0 0 0 0;
	width: 22px;
	height: 18px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	}
.adapt_menu span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 9px;
	left: 0;
	right: auto;
	width: 76%;
	transition: all 1.1s 0.02s ease;
	}
.adapt_menu span:nth-child(3){
	top: 17px;
	}
.adapt_menu.active span{
	top: 9px;
	}
.adapt_menu.active span:nth-child(1){
	transform: rotate(45deg);
	}
.adapt_menu.active span:nth-child(2){
	opacity: 0;
	width: 100%;
	transform: rotate(360deg);
	}
.adapt_menu.active span:nth-child(3){
	transform: rotate(-45deg);
	}	
	




/* END HEADER */


/* HOME */



.main_fast_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
a.main_fast_b{
	display: block;
	width: 270px;
	padding: 30px 10px 40px 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #313131;
	text-decoration: none;
	}
a.main_fast_b:hover {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
	color: #ef3218;
	}
a.main_fast_b:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background: #ef3218;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}
a.main_fast_b:hover:before{
	width: 120px;
	}


.content{
	margin: 30px 0 30px 0;
	min-height: 500px;
	}
.content_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
.posts{
	order: 2;
	width: 100%;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	}
.sidebar{
	order:1;
	flex: 0 0 320px;
	}

.main_title_line{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.main_title{
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px 0;
	}

.posts_button a{
	display: block;
	height: 40px;
	box-sizing: border-box;
	background: #ef3218;
	padding: 0 30px;
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	}
.posts_button a:hover{
	background-color: #ff442b;
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
	}


.posts_single{
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: rgb(0 0 0 / 20%);
    border-radius: 6px;
	transition: all 0.3s 0.02s ease;
	}
.posts_single:hover {
	background-color: rgb(0 0 0 / 60%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	}

.posts_b{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: rgb(0 0 0 / 20%);
    border-radius: 6px;
	transition: all 0.3s 0.02s ease;
	}
.posts_b:hover {
	background-color: rgb(0 0 0 / 60%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	}

.posts_b_img{
    box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex: 0 0 250px;
	margin: 0 15px 0 0;
	}
.posts_b_img img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	opacity: 0.6;
	}
.posts_b:hover .posts_b_img img{
	opacity: 1;
	}
.posts_b_big .posts_b_img{
	margin: 0 0 15px 0;
	}
.posts_b_text{
	width: 100%;
	}
.posts_b a {
	color: #fff;
	text-decoration: none;
	}
.posts_b a:hover {
	color: #ed2163;
	}
.posts_b_title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 10px 0;
	}


.posts_b_rat{
	width: 100%;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 0;
	}	
.posts_b_rat span {
	font-size: 20px;
	line-height: 22px;
	color: #cccccc;
	font-weight: bold;
	margin: 0 0 0 5px;
	}	
.posts_b_rat span:first-child {
	margin: 0 0 0 0;
	}
.posts_b_rat span.active{
	color: #ffd700;
	}
.posts_b_bonus{
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 20px;
	transition: all 0.3s 0.02s ease;
	}	
.posts_b_bonus b{
	text-transform: uppercase;
	font-size: 12px;
	color: #ffef67;
	}	


.breadcrumbs{
	padding: 30px 0 0 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	}
.breadcrumbs a{
	color: #fff;
	text-decoration: none;
	}
.breadcrumbs > span{
	margin: 0 5px 0 5px;
	}
.breadcrumbs > span:first-child{
	margin: 0 5px 0 0;
	}
.breadcrumbs a:hover{
	color: #ed2163;
	}
.cat_description{
	margin: 0 0 30px 0;
	}
.more_button a{
	display: inline-block;
	height: 34px;
	box-sizing: border-box;
	background-color: rgb(252 84 84 / 50%);
    border-radius: 6px;
	padding: 0 20px;
	color: #fff;
	font-size: 12px;
	line-height: 34px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	}
.more_button a:hover{
	color: #fff;
	background-color: rgb(252 84 84 / 90%);
	box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
	}






.affiliate_list{
	margin: 0 0 40px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	}


.widget{
	margin: 0 0 30px 0;
	}
.widget_title{	
	background-color: #00916a;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	}
.latest_post > ul > li{
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #eeeeee;
	}
.latest_post > ul > li > a{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: underline;
	}
.latest_post > ul > li > a:hover{
	color: #a8ca4a;
	text-decoration: none;
	}


.cat_nav > ul > li{
	display: block;
	padding: 0 0 5px 0;
	}
.cat_nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	}
.cat_nav > ul > li > a:hover, .cat_nav > ul > li.current-menu-item > a{
	color: #ed2163;
	background-color: rgb(0 0 0 / 60%);
	}
.cat_nav > ul > li > a:before{
	content: "●";
	display: block;
	width: 20px;
	transition: all 0.3s 0.02s ease;
	}
.cat_nav > ul > li > a:hover:before, .cat_nav > ul > li.current-menu-item > a:before{
	font-size: 20px;
	color: #ed2163;
	}



a.top_reviews{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 10px;
	margin: 0 0 10px 0;
	text-decoration: none;
    color: #fff;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 6px;
	}
a.top_reviews:hover{
	background-color: rgb(0 0 0 / 60%);
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	}
.top_reviews_list{
	margin: 0 0 4px 0;
	}
.top_reviews_img{
	flex: 0 0 100px;
	text-align: center;
	margin: 0 10px 0 0;
	}
.top_reviews_img img{
	vertical-align: bottom;
	max-height: 90px;
	}

/* END HOME */

#comments, #respond, .comments-area, #wpdcom.wpd-dark {
    background: none;
}


/* FOOTER */

footer{
    background-color: rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 20px 10px;
	}
.flogo{
	width: 170px;
	transition: all 0.3s 0.02s ease;
	margin: 0 auto 20px auto;
	}
.flogo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.flogo:hover img{
	transform:scale(1.1)
	}

.copu{
	padding: 20px 0 0 0;
	background: url(images/footer_list.webp) no-repeat center top;
	background-size: 70% auto;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	}


/* END FOOTER */



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	} 

.comments_list .even {
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 0 solid #ddd;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
.plinko-table {
  width: 100%;
  max-width: 480px;
  margin: 24px 0;
  border-collapse: collapse;
  font-size: 1.05em;
  background: rgba(30, 44, 39, 0.95);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.22);
}
.plinko-table caption {
  background: #395a56;
  color: #fff;
  font-weight: bold;
  font-size: 1.13em;
  padding: 10px;
  caption-side: top;
  letter-spacing: 0.5px;
}
.plinko-table th, .plinko-table td {
  padding: 10px 14px;
  border: 1px solid #3e6e62;
  text-align: left;
}
.plinko-table th {
  background: #26443e;
  color: #78847b !important;
  font-weight: 700;
  width: 45%;
}
.plinko-table td {
  background: transparent;
  color: #fff;
}
@media (max-width: 600px) {
  .plinko-table, .plinko-table th, .plinko-table td {
    font-size: 0.98em;
    padding: 7px 8px;
  }
}

<style>
.bonus-list-cas {
  background: #1c2b38;
  border-radius: 32px;
  max-width: 760px;
  margin: 40px auto;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.21);
  padding: 40px 30px 30px 30px;
  font-family: 'Inter', Arial, sans-serif;
  color: #d7faff;
}
.bonus-block-cas {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 26px 0;
  border-bottom: 1px solid #28506e;
  margin-bottom: 18px;
  gap: 22px;
}
.bonus-block-cas:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bonus-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84px;
  min-width: 84px;
  margin-right: 12px;
}
.bonus-casino-name {
  font-size: 1em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 0 2px 10px #19364650;
}
.bonus-logo-cas {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px #102;
}
.bonus-content-cas {
  flex: 1 1 0%;
}
.bonus-title-cas {
  font-size: 1.45em;
  font-weight: 700;
  color: #23ecff;
  margin-bottom: 7px;
  margin-top: 2px;
  letter-spacing: -0.02em;
}
.bonus-desc-cas {
  color: #d7faff;
  font-size: 1em;
  line-height: 1.45;
  margin-bottom: 2px;
}
.bonus-plinko-cas {
  color: #7cfaff;
  font-size: 0.98em;
  margin-top: 4px;
  margin-bottom: 0;
  font-style: italic;
}
.bonus-btn-cas {
  display: inline-block;
  background: #ff176b;
  color: #fff;
  font-weight: 600;
  font-size: 1.06em;
  border: none;
  border-radius: 24px 36px 24px 36px;
  padding: 13px 33px 13px 33px;
  margin-left: 16px;
  margin-top: 4px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.14s;
  box-shadow: 0 2px 8px rgba(255,23,107,0.11);
}
.bonus-btn-cas:hover {
  background: #e80d5b;
}
@media (max-width: 650px) {
  .bonus-list-cas {
    padding: 18px 5px 8px 5px;
    max-width: 99vw;
  }
  .bonus-block-cas {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding-bottom: 20px;
  }
  .bonus-logo-col {
    flex-direction: row;
    width: 100%;
    margin-bottom: 7px;
    margin-right: 0;
    align-items: flex-start;
  }
  .bonus-casino-name {
    margin-right: 12px;
    margin-bottom: 0;
    text-align: left;
  }
  .bonus-logo-cas {
    width: 38px;
    height: 38px;
  }
  .bonus-btn-cas {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
    font-size: 1.1em;
    padding: 15px 0;
  }
}

</style>

 <style id="bw-table-contrast-fix-v2">
  /* Супер-override для таблиц внутри .bw-wrap */
  .bw-wrap table.facts{border-collapse:separate !important;border-spacing:0}
  /* Границы */
  .bw-wrap table.facts th,
  .bw-wrap table.facts td{border-width:1px;border-style:solid}

  /* --- По умолчанию (ориентир на тёмные темы) --- */
  .bw-wrap table.facts > thead > tr > th{
    background-color:#0f172a !important;   /* тёмно-синий */
    color:#fff !important;
    -webkit-text-fill-color:#fff !important;
    opacity:1 !important; mix-blend-mode:normal !important;
  }
  .bw-wrap table.facts > tbody > tr > th,
  .bw-wrap table.facts > tbody > tr > td{
    background-color:rgba(255,255,255,.04) !important;
    color:#e5e7eb !important;              /* светло-серый текст */
    -webkit-text-fill-color:#e5e7eb !important;
    opacity:1 !important; mix-blend-mode:normal !important;
  }
  .bw-wrap table.facts th,
  .bw-wrap table.facts td{border-color:rgba(255,255,255,.18) !important}

  /* Зебра для читаемости */
  .bw-wrap table.facts > tbody > tr:nth-child(even) > *{
    background-color:rgba(255,255,255,.06) !important;
  }

  /* --- Светлая тема --- */
  @media (prefers-color-scheme: light){
    .bw-wrap table.facts > thead > tr > th{
      background-color:#f3f4f6 !important;
      color:#111 !important; -webkit-text-fill-color:#111 !important;
    }
    .bw-wrap table.facts > tbody > tr > th,
    .bw-wrap table.facts > tbody > tr > td{
      background-color:#fff !important;
      color:#111 !important; -webkit-text-fill-color:#111 !important;
    }
    .bw-wrap table.facts th,
    .bw-wrap table.facts td{border-color:rgba(0,0,0,.12) !important}
    .bw-wrap table.facts > tbody > tr:nth-child(even) > *{
      background-color:#fafafa !important;
    }
  }

  /* Сбрасываем «белые» классы темы, которые убивали контраст */
  .bw-wrap .facts .has-white-background-color,
  .bw-wrap .facts .has-white-color{
    background:none !important; color:inherit !important;
    -webkit-text-fill-color:currentColor !important; opacity:1 !important;
  }
</style>
