@media screen and (min-width: 992px) {
    .mobile-width {display:none;}
}

@media screen and (max-width: 991px) {
    #game .row>* {
    width: 33%;
}
    .full-width {display:none;}
    .button__grp {justify-content: center;margin-top: 20px;}
    .main-content h1 {font-size:35px;line-height: 45px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h2 {font-size:30px;line-height: 40px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h3 {font-size:25px;line-height: 35px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h4 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h5 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    .main-content h6 {font-size:20px;line-height: 30px;text-align: center;margin-top: 10px;margin-bottom: 10px;}
    section.game__section h4 {font-size:20px;}
}

@media screen and (max-width: 767px) {
    #game .row>* {
    width: 50%;
}}

div.about__thumb.mobile-width {padding-bottom: 10px;}
div.about__content div.section-header p:last-child {margin-bottom: 36px;}
div.about__content div.section-header p:not(:last-child) {margin-bottom: 10px;}
section.game__section div.row h4 {text-align: center;color: var(--white-color);}
.toc_title {color: var(--theme-color);}
.toc-item.level-h2 {margin-left: 15px;}
.toc-item.level-h3 {margin-left: 35px;}
.toc-item.level-h4 {margin-left: 55px;}
.toc-item.level-h5 {margin-left: 75px;}
.toc-item.level-h6 {margin-left: 95px;}
.toc-content ul li:before {
    content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 10px;
}
.main-content {color: var(--pragraph-color);}
.main-content p {color: var(--pragraph-color); margin-bottom: 5px;}
.main-content h1 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h2 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h3 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h4 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h5 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main-content h6 {
  background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px;
    border: 2px solid var(--theme-color);
    border-radius: 10px;
    color: var(--pragraph-color);
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

td, th {
    padding: 10px;
    border: 1px solid var(--theme-color);
    border-radius: 5px;

}

thead {
    background-color: var(--theme-color);
    border-radius: 5px;
    color: var(--white-color);
}

.main-content ul li:not(.games__list-item):before {
    
	content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 12px;
    margin-left: 15px;
    
}
.main-content ul li ul li:before {
    content: "●";
    color: var(--theme-color);
    padding-right: 5px;
    font-size: 10px;
    margin-left: 30px;
    
}
.about__thumb img {border-radius: 10px; border: 1px solid var(--theme-color);}
section.game__section h4 {margin-top: 8px;}
section.game__section h4 a {color: var(--css-h-color);}
section.game__section h4 a:hover {color: var(--css-h-menu-link-hover);}
section.game__section .cmn--btn2 {background: var(--game-btn);color: var(--css-game-btn-text-color)!important;}
section.game__section .cmn--btn2:hover::before {background: var(--css-game-btn-hover-background-color)!important;color: var(--css-game-btn-hover-text-color)!important;}
div.game__overlay .cmn--btn2:hover span {color: var(--css-game-btn-hover-text-color)!important;}
.header-section ul.main-menu li.text-base {-webkit-text-fill-color: var(--css-h-menu-link-hover);}
.header-section ul.main-menu li.text-base a {color: var(--css-h-menu-link-hover)!important;}
h1 {color: var(--css-h-color);}
h2 {color: var(--css-h-color);}
h3 {color: var(--css-h-color);}
h4 {color: var(--css-h-color);}
h5 {color: var(--css-h-color);}
h6 {color: var(--css-h-color);}
div.footer__bottom p {color: var(--css-footer-text);}
div.footer__bottom a {color: var(--css-footer-text);}
.toc-toggle-button {color: var(--white-color) !important;font-family: "Jost", sans-serif;background: var(--reg-btn);border-radius: 5px;border: none;font-size: small;}
.blick_title{
	font-size: 57px;
	font-weight: 400;
	line-height: 74.1px;
	font-family: "Jost", sans-serif;
	    background: linear-gradient(114.26deg, var(--css-h-color) 13.41%, var(--css-h-color) 87.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	    max-width: 100%;
    height: auto;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	width: 100%;
    	height: auto;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.bonuses{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 1.25rem;
}
.bonus__item{
	width: 100%;
	padding: 16px;
    background: #1e1d21;
    border: 1px solid #ffffff26;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
	background-image: url(../img/bg-bonus.webp);
	background-position: center;
    background-size: cover;
	display: flex;
    flex-direction: column;
	    max-width: 290px;
    justify-content: space-between;
}
.btn__bonus{
	min-width: unset;
    width: 100%;
    padding: 10px;
}
.btn__short{
	transition: all .3s ease;
}
.btn__short:hover{
	--tw-shadow: 6px 4px 24px 0px rgba(95, 255, 178, 0.80);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.bonus_img{
    top: 0;
    position: absolute;
    right: 0;
    width: 130px;
    height: 130px;
	z-index: 0;
}

@keyframes gradientAnimation {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.bonus_type{
    animation: gradientAnimation 3s infinite ease;
    background: linear-gradient(-90deg, #ffa1f6, #4bffa1, #ffe689);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
	font-size: 24px;
    line-height: 24px;
    font-weight: 400;
	margin-bottom: 12px;
}
.bonus_name{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    margin: 12px 0;
}
.bonus__info{
	max-width: 210px;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
	position: relative;
    z-index: 1;
	flex: 1 0 0;
}
.games_section{margin:10px 0;}
.games__list{display:flex;justify-content:center;align-items:center;flex-direction:row!important;padding:0!important;gap:10px;flex-wrap:wrap;}
.games__list-item{list-style-type:none!important;border-radius:15px;flex:1 1 25%;min-width:220px;max-width:225px;}
.games__list-item:hover .game__overlay{opacity:1;}
.game__wrapper{position:relative;transition:all 0.4s;height:205px;}
.game__banner{    width: 100%;
    height: 150px;
    background-position: center;
    border-radius: 15px;
    background-size: cover;}
.game__overlay{display:flex;justify-content:center;align-items:center;margin-top: 10px;}

table{border:none!important;margin:40px 0;text-align:left;}
table td{background:#181b21;color:#ebebf5;padding:12px 20px;}
table tbody tr:nth-child(2n) td{background:#1f242b;}
table tbody tr td:nth-child(2n){color:#6f757d;}
.entry-content td, .entry-content th {
    border: 1px solid transparent;
	transition: all .2s ease;
}
.entry-content td:hover, .entry-content th:hover{
	color: #3effa1;
	border: 1px solid #3effa1;
}
@media all{
table{border:none!important;margin:40px 0;text-align:left;}
table td{background:#181b21;color:#ebebf5;padding:12px 20px;}
table tbody tr:nth-child(2n) td{background:#1f242b;}
table tbody tr td:nth-child(2n){color:#6f757d;}
}
.btn__short{box-shadow:2px 2px 12px 0 rgba(95,255,178,.5);}
.btn__short{display:block;}
.btn__short{font-size:14px;line-height:16px;}
.btn__short{width:fit-content;min-width:508px;margin:0 auto;background:#fff;border-radius:28px;padding:20px 44px;text-align:center;font-weight:700;color:#18675d!important;text-decoration:none;}
.entry-content a{color:#8690ec;}
.btn__bonus{min-width:unset;width:100%;padding:10px;}
.btn__short{transition:all .3s ease;}
.btn__short:hover{--tw-shadow:6px 4px 24px 0px rgba(95, 255, 178, 0.80);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);}
@media (max-width:566px){
.btn__short{width:100%;min-width:unset;}
}
.btn__short:hover {
    --tw-shadow: 6px 4px 24px 0px rgba(95, 255, 178, 0.80);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}