/*
Theme Name: jGambling
Theme URI: https://jgambling.ru/
Author: TheJema
Author URI: https://shop.thejema.ru/
Description: Gambling theme
Version: 5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jgambling
Release: 27.03.2026
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');


.page-content a {
    color: #428bca;
}

.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 18px;
    padding: 2rem 1rem;
}

.error-404__img {
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.error-404__text {
    margin: 0;
    text-align: center;
}

.error-404__text a {
    color: #2396f7;
}

.error-404__text a:hover {
    text-decoration: underline;
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    -webkit-transform: none;
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #e5e5e5;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333333;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #333333;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}



.grid_rating .play + a {
    color: #333333;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.clear {
    clear: both;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap > .flex:not(.footer__columns) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header {
    padding: 15px 0 10px;
    background: #000;
}

.header .flex {
    padding: 0 15px;
    justify-content: start;
}

.header .flex .social, .header .flex .social .menu-button {
    margin-left: auto;
}

.header .logo {
    position: relative;
    z-index: 4;
    margin-right: 18px;
}

.header form {
    width: 180px;
    position: relative;
    margin-right: 18px;

}

.header form input[type='text'] {
    width: 100%;
    height: 30px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 13px;
    padding: 0 15px;
}

.header form button {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 15px;
    height: 15px;
    background: url('assets/img/svg/search.svg');
}

.header ul {
    padding-top: 6px;
}

.header ul li {
    display: inline-block;
    margin-right: 40px;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.header ul li a:hover {
    color: #2396F7;
}

.header .social {
    padding-top: 3px;
}

.header .social button {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    background: none;
    border: 1px solid #FDFCF3;
    border-radius: 3px;
    width: 60px;
    height: 26px;
    vertical-align: middle;
}

.header .social a {
    vertical-align: middle;
    margin-left: 5px;
}

.header .social img {
    vertical-align: middle;
    margin-top: -2px;
}

.header .menu-button {
    cursor: pointer;
    width: 35px;
    height: 29px;
    background: url('assets/img/svg/menu-button.svg');
    display: none;
    position: relative;
    z-index: 4;
}

.header .menu-button.active {
    background: url('assets/img/svg/menu-button2.svg') no-repeat center;
}

.top-menu {
    padding: 15px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px #C4C4C4;
    box-shadow: 0px 2px 2px #C4C4C4;
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 20px;
}

.top-menu ul {
    padding: 0 15px;
    justify-content: start;
}

.top-menu ul li {
    margin-right: 25px;
} 

.top-menu ul li a {
    font-size: 16px;
    text-decoration: none; 
    font-weight: 300;
}

.top-banner {
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-content {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    padding: 18px;

    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.page-content-inner {
    background: #2012;
}

.index-rating .block-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.index-rating .block-name.small {
    font-weight: 400;
    font-size: 22px;
    line-height: 152.34%;
    margin-bottom: 10px;
}

.index-rating sup {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    height: 17px;
    background: #2396F7;
    border-radius: 9px 0px;
    color: #fff;
    padding: 4px;
    margin-left: 6px;
}

.index-rating p {
    margin-bottom: 15px;
    line-height: 21px;
}

.index-rating table {
    width: 100%;
    margin-bottom: 15px;
}

.index-rating table thead {
    background: #E5E5E5;
    
}

.index-rating table thead tr td {
    font-weight: 500;
    padding: 10px 20px;
    border: none;
}

.index-rating table tbody tr {
    border-bottom: 1px solid #C8C8C8;
}

.index-rating table tbody tr td {
    padding: 7px 5px 5px 20px;
    white-space: nowrap;
    border: none;
}

.index-rating table tbody tr td:nth-child(1) {
    font-weight: 500;
    font-size: 17px;
}

.index-rating table tbody tr td:nth-child(5) {
    text-align: left;
}

.index-rating table tbody tr td .name {
    font-size: 15px;
}

.index-rating table tbody tr td .name img {
    vertical-align: middle;
    margin-right: 6px;
}

.index-rating table tbody tr td .rating ul li {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url('assets/img/star2.png');
}

.index-rating table tbody tr td .rating ul li.ok {
    background: url('assets/img/svg/fill.svg');
}

.index-rating table tbody tr td a.play {
    font-size: 15px;
    width: 98px;
    height: 30px;
    display: table-cell;
    background: #2396F7;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    text-align: center;
    border-radius: 4px;
    vertical-align: inherit;
    color: #fff;
    text-decoration: none;
}

.pos {
    padding: 1px 1px 0px 9px !important;
}

table .name a {
    color: #000;
    text-decoration: none;
}

.index-rating table tbody tr td a.play:hover {
    transition: 0.5s;
    background-color: #1570bf;
    color: #fff
}

.index-rating .image {
    margin-bottom: 15px;
}

.index-rating .grid_rating .item {
    margin-bottom: 14px;
    border: 1px solid rgba(15, 15, 15, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    border-radius: 3px;
    width: 23%;
    margin-left: 11px;
}

.index-rating .item .logo {
    text-align: center;
    background: #000;
}

.index-rating .item .rating {
    background: #F8F8F8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 5px 10px;
}

.bonus-list .item .rating {
    background: transparent;
    border-bottom: none;
    text-align: center;
    padding: 0;
}

.index-rating .item .rating ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('assets/img/star2.png') center / cover;
}

.index-rating .item .rating ul li.ok {
    background: url('assets/img/star1.png') center / cover;
}

.index-rating .item .content {
    padding: 15px 12px 5px 12px;
}

.index-rating .item .content p {
    font-size: 17px;
    margin-bottom: 12px;
}

.index-rating .item .content .info {
    margin-bottom: 12px;
    font-size: 17px;
}

.index-rating .item .content .info span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: rgb(15, 15, 15);
    margin-bottom: 3px;
}

.index-rating .item .content a.play {
    width: 100%;
    font-size: 15px;
    color: #fff;
    height: 30px;
    background: #2396F7;
    border-radius: 2px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}

.index-rating .item .content a.play:hover {
    color: #fff;
    background: #1570bf;
    text-decoration: none;
}

.index-rating .item .content a {
    display: block;
    margin-top: 4px;
    text-align: center;
}

.index-rating .pages {
    text-align: center;
    margin-bottom: 20px;
}

.index-rating .pages a {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.index-rating .pages a.active {
    color: #fff;
    background: #2396F7;
}

.right-sidebar {
    width: 23%;
}

@media (min-width: 992px) {
    .right-sidebar.right-sidebar--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 24px;
    }

    body.jgambling-sticky-casino-inner .casino-page > .flex {
        align-items: flex-start;
    }

    body.jgambling-sticky-casino-inner .casino-page > .flex > .left-col.left-col--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 24px;
        align-self: flex-start;
    }
}

.widget-casinos {
    margin-bottom: 20px;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.custom_widget .widget-casinos {
    margin: 0;
    padding: 0;
}

.widget-casinos__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8ecf0;
}

.widget-casinos__geo-hint {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    border: 1px solid #94a3b8;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    cursor: help;
}

.widget-casinos__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-casinos__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.widget-casinos__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-casinos__item:first-child {
    padding-top: 0;
}

.widget-casinos__logo-link {
    flex-shrink: 0;
    display: block;
}

.widget-casinos__logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.widget-casinos__logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.widget-casinos__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.widget-casinos__name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-casinos__name:hover {
    color: #2396f7;
}

.widget-casinos__rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
}

.widget-casinos__rating .rating {
    display: inline-flex;
    gap: 0;
}

.widget-casinos__rating .fa-star {
    font-size: 10px;
    color: #cbd5e1;
}

.widget-casinos__rating .fa-star.checked {
    color: #fbbf24;
}

.widget-casinos__rating-value {
    font-weight: 600;
    color: #64748b;
}

.widget-casinos__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    height: 30px;
    min-width: 60px;
    padding: 0 14px;
    background: #2396f7;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.widget-casinos__btn:hover {
    transition: .2s;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);

}

.widget-casinos__empty {
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
    color: #64748b;
}

.widget-news {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.custom_widget .widget-news {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.widget-news__heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8ecf0;
}

.widget-news__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-news__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.widget-news__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-news__item:first-child {
    padding-top: 0;
}

.widget-news__thumb-link {
    flex-shrink: 0;
    display: block;
}

.widget-news__thumb {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
} 

.widget-news__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.widget-news__date {
    font-size: 11px;
    color: #64748b;
}

.widget-news__item-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.35;
}

.widget-news__item-title:hover {
    color: #2396f7;
}

.widget-news__more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: background 0.2s ease;
}

.widget-news__more:hover {
    background: #f1f5f9;
    color: #2396f7;
}

.widget-news__more-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.widget-news__empty {
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
    color: #64748b;
}


.widget-deposit,
.widget-softs {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.custom_widget .widget-deposit,
.custom_widget .widget-softs {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.widget-deposit__heading,
.widget-softs__heading {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8ecf0;
}

.widget-deposit__desc,
.widget-softs__desc {
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #64748b;
}

.widget-deposit__list,
.widget-softs__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-deposit__item,
.widget-softs__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.widget-deposit__item:last-child,
.widget-softs__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-deposit__item:first-child,
.widget-softs__item:first-child {
    padding-top: 0;
}

.widget-deposit__name,
.widget-softs__name {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-deposit__name:hover,
.widget-softs__name:hover {
    color: #2396f7;
}

.widget-deposit__icon,
.widget-softs__icon {
    flex-shrink: 0;
    width: 42px;
    height: auto;
    object-fit: contain;
}

.widget-deposit__icon-placeholder,
.widget-softs__icon-placeholder {
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
}

.widget-deposit__empty,
.widget-softs__empty {
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
    color: #64748b;
}

.subscribe-widget {
    margin-top: 5px;
}

.subscribe-widget__inner {
    text-align: left;
}

.subscribe-widget__title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
    padding-bottom: 5px;
}

.subscribe-widget__desc {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

.subscribe-widget__form {
    margin: 0;
}

.subscribe-widget__field {
    margin-bottom: 0.75rem;
}

.subscribe-widget__input {
    width: 100%;
    padding: 0.65rem 0.9rem;
    font-size: 0.9375rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    color: #1f2937;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.subscribe-widget__input::placeholder {
    color: #9ca3af;
}

.subscribe-widget__input:focus {
    outline: none;
    border-color: #2396F7;
}

.subscribe-widget__btn {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    background: #2396F7;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.subscribe-widget__btn:hover {
    transition: .2s;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);

}

.subscribe-widget__message {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.subscribe-widget__message.is-success {
    color: #059669;
}

.subscribe-widget__message.is-error {
    color: #dc2626;
}

.footer {
    background: linear-gradient(165deg, #1a1a24 0%, #252530 50%, #1e1621 100%);
    padding: 48px 0 36px;
    margin-top: 80px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
}

.footer__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 24px;
}

.footer__col {
    flex: 1 1 180px;
    min-width: 0;
}

.footer__col:first-child {
    flex-basis: 240px;
}

.footer h3,
.footer .widget-title,
.footer h4 {
    color: #f8fafc;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #2396f7;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #94a3b8;
    font-size: 14px;
}

.footer .copy {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    max-width: 280px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3;
    text-align: center;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    display: none;
}

.mobile-menu ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.navi {
    font-size: 13px;
    color: rgba(15, 15, 15, 0.6);
    margin: 0px 0px 20px;
}

.navi img {
    vertical-align: middle;
    margin-top: -2px;
}

.navi a:hover {
    text-decoration: underline;
}

.navi a {

    color: rgba(15, 15, 15, 0.6);
    text-decoration: none;
}

.casino-page {
    width: 75%;
    margin-bottom: 2rem;
}

.casino-page .top-info {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.casino-page .top-info .content {
    padding: 1.75rem 1.5rem;
}

.casino-page .top-info .content .image {
    width: 230px;
    text-align: center;
    float: left;
}

.casino-page .top-info .content .image img {
    max-width: 100%;
    height: auto;
    float: left;
    border-radius: 8px;
}

.casino-page .top-info .content .info {
    margin-left: 230px;
    margin-top: -40px;
}

.casino-page .top-info .content .info > .flex {
    gap: 1rem 1.25rem;
    align-items: flex-start;
}

.casino-page .top-info .content .info > .flex > div:first-child {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 0.75rem 1.5rem;
}

.casino-page .top-info .content .info .rating {
    display: inline-block;
    flex-shrink: 0;
    color: #2396F7;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
}

.casino-page .top-info .content .info .rating span {
    font-weight: 700; 
    font-size: 1.5rem;
}

.casino-page .top-info .content .info .rating div {
    padding-top: 0.25rem;
}

.casino-page .top-info .content .info .rating div img,
.casino-page .top-info .content .info .rating .fa-star {
    width: 30px;
}

.casino-page .top-info .content .info .name {
    display: block;
    flex: 1 1 10rem;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    font-weight: 500;
    font-size: 1.25rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.casino-page .top-info .content .info .name h1 {
    margin: 0.35rem 0 0;
    font-weight: 700;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.casino-page .top-info .content .info .name span {
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin-bottom: 0.35rem;
    letter-spacing: 0.02em;
}

.casino-page .top-info .content .info a.play {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 0px 40px;
    background: linear-gradient(135deg, #2396F7 0%, #1a7ad4 100%);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);
    border-radius: 10px;
    margin-top: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.2s, box-shadow 0.2s;
    line-height: 40px;
    display: block;
    height: 40px;
}

.casino-page .top-info .content .info a.play:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(35, 150, 247, 0.45);
}

.casino-page .top-info .content .info p {
    margin-top: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4b5563;
}

.casino-page .main-content.content_area .content-excerpt,
.main-content.content_area .content-excerpt {
    margin-bottom: 0;
}

.casino-page .content-excerpt .content-excerpt__text,
.content-excerpt .content-excerpt__text {
    max-height: 7em;
    overflow: hidden;
    line-height: 1.6;
    transition: max-height 0.35s ease-out;
}

.casino-page .content-excerpt .content-excerpt__text p:first-child,
.content-excerpt .content-excerpt__text p:first-child {
    margin-top: 0;
}

.main-content.content_area:has(.content-excerpt.is-expanded) {
    overflow: visible;
}

.casino-page .top-info:has(.content-excerpt.is-expanded) {
    overflow: visible;
}

.main-content.content_area{
    margin-top: 20px;

}
.casino-page .content-excerpt.is-expanded,
.content-excerpt.is-expanded {
    overflow: visible;
}

.casino-page .content-excerpt.is-expanded .content-excerpt__text,
.content-excerpt.is-expanded .content-excerpt__text {
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    transition: none;
}

.content-excerpt__toggle,
.main-content .hide_show {
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0;
    float: left;
    clear: left;
    color: #2396F7;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.content-excerpt__toggle:hover,
.main-content .hide_show:hover {
    text-decoration: underline;
}

.main-content.content_area::after {
    content: "";
    display: table;
    clear: both;
}

.casino-page .top-info .links {
    background: #f8fafc;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.casino-page .top-info .links a.links__item {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #4b5563;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
}

.casino-page .top-info .links a.links__item:hover {
    background: #e5e7eb;
    color: #1f2937;
}

.casino-page .top-info .links__geo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.casino-page .top-info .links__geo .country_mini {
    width: 20px;
    height: 15px;
    border-radius: 2px;
}

.casino-page .top-info .links__geo .single_casino_access {
    font-weight: 500;
}

.casino-page .left-col {
    width: 31%;
}

.casino-page .bonus {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    text-align: center;
    overflow: hidden;
}

.casino-page .bonus .name {
    padding: 1.25rem 1.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.casino-page .bonus .name.color1 { background: linear-gradient(135deg, #374151 0%, #1f2937 100%); }
.casino-page .bonus .name.color2 { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.casino-page .bonus .name.color3 { background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%); }
.casino-page .bonus .name.color4 { background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%); }
.casino-page .bonus .name.color5 { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); }

.casino-page .bonus .name span {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: none;
    font-weight: 600;
    margin-top: 0.25rem;
}

.casino-page .bonus .content {
    padding: 1.5rem 1.25rem; 
    line-height: 1.6;
    font-weight: 400;
    color: #4b5563;
}

.casino-page .bonus .content span {
    display: block;
    font-weight: 600;
    color: #1f2937;
}

.casino-page .bonus .content a.get {
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #2396F7 0%, #1a7ad4 100%);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.35);
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    color: #fff;
    margin-top: 1.25rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;  
}

.casino-page .bonus .content a.get:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(35, 150, 247, 0.4);
}

.casino-page .right-col {
    width: 67%;
}
.casino-page .info-block iframe{
    width: 100%;
} 
.casino-page .info-block {
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    padding: 1.5rem 1.25rem; 
}

.casino-page .info-block .name {
    font-weight: 600;
    font-size: 1.25rem; 
    margin-bottom: 1rem;
    color: #1f2937;
}

.casino-page .info-block table {
    width: 100%;
}

.casino-page .info-block table tr {
    border-bottom: 1px solid #f3f4f6;
}

.casino-page .info-block table tr:last-child {
    border-bottom: 0;
}

.casino-page .info-block table tr td {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    vertical-align: top;
    padding: 0.65rem 0;
    color: #4b5563;
}

.casino-page .info-block table tr td:first-child {
    font-weight: 600;
    width: 220px;
    padding-right: 1rem;
    color: #374151;
}

.casino-page .info-block table tr td:last-child {
    word-break: break-word;
}

.casino-page .info-block table tr td a {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    margin: 0.1rem 0.25rem 0.1rem 0;
    color: #2396F7;
    background: #eff6ff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background 0.15s, color 0.15s;
}

.casino-page .info-block table tr td a:hover {
    background: #2396F7;
    color: #fff;
    text-decoration: none;
}

.casino-page .reviews {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.25rem;
}

.casino-page .reviews .name {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.casino-page .reviews .item {
    padding: 1.25rem 0;
    border-top: 1px solid #f3f4f6;
}

.casino-page .reviews .item.first {
    border-top: 0;
}

.casino-page .reviews .item .avatar {
    width: 56px;
    text-align: center;
    float: left;
    height: auto;
}


.casino-page .reviews .item .avatar img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.casino-page .reviews .item .avatar div {
    font-size: 0.8125rem;
    font-weight: 500;
    margin-top: 0.25rem;
    color: #374151;
}

.casino-page .reviews .item .content {
    margin-left: 72px;
}

.casino-page .reviews .item .content .date {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
} 

.casino-page .reviews .item .content .rating ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('assets/img/star2.png') center / cover;
}

.casino-page .reviews .item .content .rating ul li.ok {
    background: url('assets/img/star1.png') center / cover;
}

.casino-page .reviews .item .content p {
    margin-top: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4b5563;
}

.casino-page .reviews .item .content p img {
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.casino-page .reviews button {
    display: block;
    margin: 1rem auto 0;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    background: #2396F7;
    border-radius: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.casino-complaints,
.jgambling-complaints-block {
    margin-top: 1.5rem;
}

.casino-complaints .complaints-cards,
.jgambling-complaints-block .complaints-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.casino-complaints .complaint-card,
.jgambling-complaints-block .complaint-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

.casino-complaints .complaint-card:hover,
.jgambling-complaints-block .complaint-card:hover {
    border-color: #2396F7;
    box-shadow: 0 4px 12px rgba(35, 150, 247, 0.12);
}

.casino-complaints .complaint-card__header,
.jgambling-complaints-block .complaint-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.casino-complaints .complaint-card__title,
.jgambling-complaints-block .complaint-card__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}

.casino-complaints .complaint-card:hover .complaint-card__title,
.jgambling-complaints-block .complaint-card:hover .complaint-card__title {
    color: #2396F7;
}

.casino-complaints .complaint-card__status,
.jgambling-complaints-block .complaint-card__status {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    flex-shrink: 0;
}

.casino-complaints .complaint-status--created,
.jgambling-complaints-block .complaint-status--created {
    background: #e5e7eb;
    color: #374151;
    border: 1px solid #d1d5db;
}

.casino-complaints .complaint-status--resolved,
.jgambling-complaints-block .complaint-status--resolved {
    background: #d1fae5;
    color: #059669;
}

.casino-complaints .complaint-status--ignored,
.jgambling-complaints-block .complaint-status--ignored {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
    font-weight: 600;
}

.casino-complaints .complaint-card__meta,
.jgambling-complaints-block .complaint-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.casino-complaints .complaint-card__type,
.jgambling-complaints-block .complaint-card__type {
    color: #4b5563;
}

.casino-complaints .complaint-card__deadline,
.jgambling-complaints-block .complaint-card__deadline {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.casino-complaints .complaint-card__countdown,
.jgambling-complaints-block .complaint-card__countdown {
    font-size: 1.125rem;
    font-weight: 700;
    color: #d97706;
    font-variant-numeric: tabular-nums;
    margin-bottom: 0.35rem;
}

.casino-complaints .complaint-card__progress,
.jgambling-complaints-block .complaint-card__progress {
    height: 4px;
    background: #fef3c7;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.casino-complaints .complaint-card__progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    border-radius: 2px;
    transition: width 0.5s ease;
}

.casino-complaints .complaint-card__deadline-label,
.jgambling-complaints-block .complaint-card__deadline-label {
    font-size: 0.75rem;
    color: #9ca3af;
}

.casino-complaints .complaint-card__deadline--message,
.jgambling-complaints-block .complaint-card__deadline--message {
    font-size: 0.875rem;
    line-height: 1.4;
}

.casino-complaints .complaint-card__deadline--passed,
.jgambling-complaints-block .complaint-card__deadline--passed {
    color: #9ca3af;
    font-style: italic;
}

.casino-complaints .complaint-card__deadline--resolved-msg,
.jgambling-complaints-block .complaint-card__deadline--resolved-msg {
    color: #15803d;
    font-weight: 600;
}

.casino-complaints .complaint-card__deadline--expired-msg,
.jgambling-complaints-block .complaint-card__deadline--expired-msg {
    color: #6b7280;
    font-style: italic;
}

.casino-complaints .complaint-add-btn {
    margin-top: 0.75rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    background: #2396F7;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.casino-complaints .complaint-add-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);
}

.complaint-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.complaint-modal.is-open {
    opacity: 1;
    visibility: visible;
}

body.complaint-modal-open {
    overflow: hidden;
}

.complaint-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.complaint-modal__box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 650px;
    width: 95%;
    max-height: 90vh;
    overflow: hidden;
    margin: 1rem;
}

.complaint-modal__scroll {
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem 1.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.complaint-modal__scroll::-webkit-scrollbar {
    width: 8px;
}

.complaint-modal__scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 0 12px 12px 0;
}

.complaint-modal__scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;  
    border-radius: 4px;
}

.complaint-modal__scroll::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.complaint-modal .complaint-form {
    min-width: 0;
}

.complaint-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.complaint-modal__close:hover {
    background: #e5e7eb;
    color: #374151;
}

.complaint-modal__title {
    margin: 0 0 1.25rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #1f2937;
}

.complaint-modal .complaint-form__field {
    margin-bottom: 1rem;
}

.complaint-modal .complaint-form__field label,
.casino-complaints .complaint-form__field label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: #374151;
}

.complaint-modal .complaint-form__field input,
.complaint-modal .complaint-form__field select,
.complaint-modal .complaint-form__field textarea,
.casino-complaints .complaint-form__field input,
.casino-complaints .complaint-form__field select,
.casino-complaints .complaint-form__field textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.9375rem;
}

.complaint-type-select {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    min-width: 0;
}

.complaint-type-select__item {
    margin: 0;
    cursor: pointer;
    display: inline-block;
}

.complaint-type-select__item input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.complaint-type-select__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    background: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 999px;
    transition: all 0.2s;
}

.complaint-type-select__item:hover .complaint-type-select__label {
    background: #e5e7eb;
    color: #374151;
}

.complaint-type-select__item input:checked + .complaint-type-select__label {
    background: #2396F7;
    color: #fff;
    border-color: #2396F7;
}

.complaint-type-select__item input:focus-visible + .complaint-type-select__label {
    outline: 2px solid #2396F7;
    outline-offset: 2px;
}

.complaint-form__field--private {
    background: #f9fafb;
    padding: 0.75rem;
    border-radius: 8px;
    border: 1px dashed #d1d5db;
}

.complaint-form__hint {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.complaint-form__field--photos {
    margin-bottom: 1.25rem;
}

.complaint-photos-upload {
    position: relative;
    min-width: 0;
}

.complaint-photos-upload__input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.complaint-photos-upload__dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 1.5rem;
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #fafafa;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    min-width: 0;
}

.complaint-photos-upload__dropzone:hover,
.complaint-photos-upload__dropzone--dragover {
    border-color: #2396F7;
    background: #f0f9ff;
}

.complaint-photos-upload__icon {
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.complaint-photos-upload__dropzone:hover .complaint-photos-upload__icon,
.complaint-photos-upload__dropzone--dragover .complaint-photos-upload__icon {
    color: #2396F7;
}

.complaint-photos-upload__text {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 0.25rem;
    text-align: center;
    overflow-wrap: break-word;
}

.complaint-photos-upload__hint {
    font-size: 0.75rem;
    color: #9ca3af;
}

.complaint-photos-upload__dropzone--compact {
    min-height: 60px;
    flex-direction: row;
    gap: 0.5rem;
}

.complaint-photos-upload__dropzone--compact .complaint-photos-upload__icon {
    margin-bottom: 0;
}

.complaint-photos-upload__dropzone--compact .complaint-photos-upload__icon svg {
    width: 24px;
    height: 24px;
}

.complaint-photos-upload__dropzone--compact .complaint-photos-upload__hint {
    display: none;
}

.complaint-photos-upload__preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
    min-width: 0;
}

.complaint-photos-preview__item {
    position: relative;
    width: 80px;
    flex-shrink: 0;
}

.complaint-photos-preview__item img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.complaint-photos-preview__name {
    display: block;
    font-size: 0.6875rem;
    color: #6b7280;
    margin-top: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.complaint-photos-preview__remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.complaint-photos-preview__remove:hover {
    background: #b91c1c;
}

.complaint-modal .complaint-form__message,
.casino-complaints .complaint-form__message {
    margin: 0.75rem 0;
    font-size: 0.875rem;
}

.complaint-modal .complaint-form__message--success,
.casino-complaints .complaint-form__message--success {
    color: #059669;
}

.complaint-modal .complaint-form__message--error,
.casino-complaints .complaint-form__message--error {
    color: #dc2626;
}

.complaint-modal .complaint-form__actions,
.casino-complaints .complaint-form__actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.complaint-modal .complaint-form__submit,
.casino-complaints .complaint-form__submit {
    padding: 0.5rem 1.25rem;
    background: #2396F7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
}

.complaint-modal .complaint-form__cancel,
.casino-complaints .complaint-form__cancel {
    padding: 0.5rem 1.25rem;
    background: #e5e7eb;
    color: #374151;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.casino-complaints .complaint-login-required {
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    color: #6b7280;
}

.casino-complaints .complaint-login-link {
    display: inline;
    margin-left: 0.5rem;
    color: #2396F7;
    text-decoration: underline;
    font-size: inherit;
    cursor: pointer;
}

.casino-complaints .complaint-login-link:hover {
    color: #1570bf;
}


.complaint-deadline {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1.25rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    border: 1px solid #fcd34d;
}

.complaint-deadline__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.complaint-deadline__label {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #92400e;
}

.complaint-deadline__countdown {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 1.125rem;
    font-weight: 700;
    color: #b45309;
}

.complaint-deadline__bar {
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    overflow: hidden;
}

.complaint-deadline__fill {
    height: 100%;
    background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
    border-radius: 5px;
    transition: width 0.5s ease;
}

.complaint-deadline__hint {
    margin: 0.75rem 0 0;
    font-size: 0.8125rem;
    color: #92400e;
}

.complaint-deadline--message {
    background: #f3f4f6;
    border-color: #e5e7eb;
}

.complaint-deadline--message .complaint-deadline__static-text {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
}

.complaint-deadline--resolved-msg {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #6ee7b7;
}

.complaint-deadline--resolved-msg .complaint-deadline__static-text {
    color: #047857;
}

.complaint-deadline--expired-msg,
.complaint-deadline--passed-msg {
    background: #f9fafb;
    border-color: #e5e7eb;
}

.complaint-deadline--expired-msg .complaint-deadline__static-text,
.complaint-deadline--passed-msg .complaint-deadline__static-text {
    color: #6b7280;
}


.complaint-attachments {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.complaint-attachments__title {
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    color: #374151;
}

.complaint-attachments__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}

.complaint-attachments__item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.complaint-attachments__thumb {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    aspect-ratio: 1;
}

.complaint-attachments__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.complaint-attachments__thumb:hover img {
    opacity: 0.9;
}

.complaint-attachments__link {
    font-size: 0.8125rem;
    color: #2396F7;
    text-decoration: none;
}

.complaint-attachments__link:hover {
    text-decoration: underline;
}


.complaint-discussion-wrap {
    margin-top: 2.5rem;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.complaint-discussion__title {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: #1e293b;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #2396F7;
    display: inline-block;
}

.complaint-discussion__count {
    font-weight: 400;
    color: #6b7280;
}

.complaint-discussion__list {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}

.complaint-discussion__list .complaint-comment {
    margin-bottom: 1rem;
}

.complaint-discussion__list .complaint-comment:last-child {
    margin-bottom: 0;
}

.complaint-comment__card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}



.complaint-comment--representative .complaint-comment__card {
    border-left: 4px solid #f59e0b;
}

.complaint-comment--admin .complaint-comment__card {
    border-left: 4px solid #22c55e;
}

.complaint-comment__header {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.complaint-comment__avatar {
    border-radius: 50%;
    flex-shrink: 0;
}
 
.complaint-comment__meta { 
    flex: 1;
    min-width: 0;
}

.complaint-comment__meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.complaint-comment__author {
    font-style: normal;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #374151;
}

.complaint-comment__author a {
    color: inherit;
    text-decoration: none;
}

.complaint-comment__author a:hover {
    color: #2396F7;
}

.complaint-comment__role {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    line-height: 1.2;
}

.complaint-comment--author .complaint-comment__role {
    background: #dbeafe;
    color: #1d4ed8;
}

.complaint-comment--representative .complaint-comment__role {
    background: #fef3c7;
    color: #b45309;
}

.complaint-comment--admin .complaint-comment__role {
    background: #dcfce7;
    color: #15803d;
}

.complaint-comment__date {
    display: block;
    font-size: 0.8125rem;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.complaint-comment__content {
    margin-left: 3.5rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4b5563;
}

.complaint-comment__moderation {
    font-style: italic;
    color: #d97706;
}

.complaint-discussion__empty {
    color: #6b7280;
    font-size: 0.9375rem;
    margin: 0 0 1rem;
}

.complaint-discussion__form-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #374151;
}

.complaint-discussion__form .complaint-discussion__field {
    margin-bottom: 0.75rem;
}

.complaint-discussion__form .complaint-discussion__field label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.35rem;
    color: #374151;
}

.complaint-discussion__form textarea {
    width: 100%; 
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db; 
    border-radius: 8px;
    font-size: 0.9375rem;
    font-family: inherit;
}

.complaint-discussion__submit {
    padding: 0.5rem 1.25rem;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    background: #2396f7 !important;
    color: white !important;
}

.complaint-discussion__submit:hover {
    background: #1a7dd4;
} 

.complaint-discussion__forbidden,
.complaint-discussion__login {
    font-size: 0.9375rem;
    color: #6b7280;
    margin: 0;
}

.complaint-discussion__login .complaint-discussion__login-link,
.complaint-discussion__login a {
    margin-left: 0.35rem;
    color: #2396F7;
    text-decoration: underline;
    cursor: pointer;
}

.complaint-discussion__login .complaint-discussion__login-link:hover,
.complaint-discussion__login a:hover {
    color: #1570bf;
}


.complaint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f3f4f6;
    flex-wrap: wrap;
}

.complaint-header__title {
    margin: 0;
    flex: 1;
    min-width: 0;
}

.complaint-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.complaint-author__avatar {
    border-radius: 50%;
    flex-shrink: 0;
}

.complaint-author__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
}

.complaint-author__label {
    font-size: 0.875rem;
    color: #6b7280;
}

.complaint-author__name {
    font-weight: 600;
    font-size: 1rem;
    color: #374151;
    text-decoration: none;
}

.complaint-author__name:hover {
    color: #2396F7;
}

.complaint-single .complaint-content {
    margin-top: 1rem;
    line-height: 1.6;
}

.complaint-single .complaint-status--created {
    color: #4b5563;
}

.complaint-single .complaint-status--resolved {
    color: #059669;
}

.complaint-single .complaint-status--ignored {
    color: #b91c1c;
    font-weight: 600;
}


.complaint-status-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    flex-shrink: 0;
}

.complaint-status-badge--created {
    background: #e5e7eb;
    color: #374151;
    border: 1px solid #d1d5db;
}

.complaint-status-badge--resolved {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #86efac;
}

.complaint-status-badge--ignored {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #f87171;
}


.complaint-sidebar__block {
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    overflow: hidden;
}


.complaint-casino-card__name {
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.25rem 0.75rem;
    color: #1f2937;
}

.complaint-casino-card__logo {
    padding: 0 1.25rem;
}

.complaint-casino-card__logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.complaint-casino-card__content {
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #f3f4f6;
}

.complaint-casino-card__title {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #2396F7;
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.complaint-casino-card__title:hover {
    text-decoration: underline;
}

.complaint-casino-card__btn {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    background: #2396F7;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.2s;
}

.complaint-casino-card__btn:hover {
    background: #1a7dd4;
}


.complaint-meta__name {
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.25rem 0.75rem;
    color: #1f2937;
}

.complaint-meta__row {
    padding: 0.5rem 1.25rem 0.75rem;
    font-size: 0.9375rem;
    border-top: 1px solid #f3f4f6;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.35rem 1rem;
    align-items: start;
}

.complaint-meta__label {
    color: #6b7280;
    justify-self: start;
    line-height: 1.4;
    min-width: 0;
}

.complaint-meta__row a {
    color: #2396F7;
    text-decoration: none;
    justify-self: end;
    text-align: right;
    word-break: break-word;
    line-height: 1.4;
    min-width: 0;
}

.complaint-meta__row a:hover {
    text-decoration: underline;
}

.complaint-meta__value {
    color: #374151;
    justify-self: end;
    text-align: right;
    word-break: break-word;
    line-height: 1.4;
    min-width: 0;
}


.complaint-private-info__name {
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 1.25rem 0.75rem;
    color: #1f2937;
}

.complaint-private-info__row {
    padding: 0.5rem 1.25rem 0.75rem;
    font-size: 0.9375rem;
    border-top: 1px solid #f3f4f6;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.35rem 1rem;
    align-items: start;
}

.complaint-private-info__label {
    color: #6b7280;
    justify-self: start;
    line-height: 1.4;
    min-width: 0;
}

.complaint-private-info__row a {
    color: #2396F7;
    text-decoration: none;
}

.complaint-private-info__row a:hover {
    text-decoration: underline;
}

.complaint-private-info__value {
    color: #374151;
    justify-self: end;
    text-align: right;
    word-break: break-word;
    line-height: 1.4;
    min-width: 0;
}

.casino-page .reviews button:hover {
    background: #1a7ad4;
    transform: translateY(-1px);
}

.casino-page .reviews-form {
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    padding: 1.5rem 1.25rem;
}

.casino-page .reviews-form .avatar {
    width: 40px;
    float: left;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
}

.casino-page .reviews-form .avatar img {
    border-radius: 50%;
}

.casino-page .reviews-form .content {
    margin-left: 56px;
}

.casino-page .reviews-form .content p {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #1f2937;
}

.casino-page .reviews-form .content .rating {
    margin-bottom: 1rem;
}

.casino-page .reviews-form .content .rating ul li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('assets/img/star2.png') center / cover;
}

.casino-page .reviews-form .content .rating ul li.ok {
    background: url('assets/img/star1.png') center / cover;
}

.casino-page .reviews-form .content input[type='text'] {
    width: 100%;
    font-weight: 400;
    height: 44px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 1rem;
    margin-bottom: 0.75rem;
}

.casino-page .reviews-form .content input[type='text']:focus {
    outline: none;
    border-color: #2396F7;
    box-shadow: 0 0 0 3px rgba(35, 150, 247, 0.15);
}

.casino-page .reviews-form .content textarea {
    width: 100%;
    font-weight: 400;
    min-height: 100px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    margin-bottom: 0.75rem;
    background: #f9fafb;
}

.casino-page .reviews-form .content textarea:focus {
    outline: none;
    border-color: #2396F7;
}

.casino-page .reviews-form .content textarea.plus {
    background: #f9fafb url('assets/img/svg/plus.svg') no-repeat 10px 12px;
}

.casino-page .reviews-form .content textarea.minus {
    background: #f9fafb url('assets/img/svg/minus.svg') no-repeat 10px 12px;
}

.casino-page .reviews-form .content .check {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.casino-page .reviews-form .content .check input {
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.casino-page .reviews-form .content .check label {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #6b7280;
}

.casino-page .reviews-form .content .check label a {
    color: #2396F7;
}

.casino-page .reviews-form .content button {
    font-weight: 600;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    background:#2396f7;
    border-radius: 10px;
    color: #fff;
    margin-top: 0.5rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.casino-page .reviews-form .content button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);
}

.casino-advantages {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1rem;
}

.casino-advantages .name {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: #1f2937;
}

.casino-advantages ul li {
    margin-bottom: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 1.75rem;
    background: url('assets/img/svg/yes.svg') no-repeat 0 2px;
    color: #4b5563;
    background-size: 20px;
}

.casino-advantages.dislike ul li {
    background: url('assets/img/svg/cons.svg') no-repeat 0 2px;
    background-size: 18px;
}

.info-base {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1rem;
}

.info-base .name {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    padding-left: 2rem;
    background: url('assets/img/svg/icon.svg') no-repeat 0 2px;
    color: #1f2937;
    height: 30px;
}

.info-base a {
    display: block;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 0.5rem;
    text-decoration: none;
}

.info-base a:hover {
    color: #2396F7;
}

.reg-block {
    background: #f8fafc url('assets/img/svg/conversation.svg') no-repeat left 1rem top 50%;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 1.25rem;
    padding: 1rem 1rem 1rem 4rem;
}

.reg-block a {
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
    color: #374151;
}

.reg-block a:hover {
    color: #2396F7;
}

.articles-page .block-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.articles-page img, .index-rating img, .main-content img {
    height: auto;
}

.articles-page h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}

.content_area h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.content_area h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    margin-bottom: 15px;
}

.page-content h2 {
    margin-bottom: 10px;
}

.articles-page .item {
    margin-bottom: 10px;
    width: 260px;
    margin-right: 25px;
    position: relative;
}

.articles-page .item img {
    width: 100%;
    margin-bottom: 0px;
}

.articles-page .item .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    padding-top: 10px !important;
    color: #000;
}

.articles-page .item .content .date {
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #000;
    padding: 0;
}

.articles-page .item .content a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: unset !important;
    padding: 0;
    color: #000;
}

.index-rating h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}


















.content_area p {
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 16px;
}

.articles-page .image {
    margin-bottom: 15px;
}

@media (max-width: 1230px) {
    .wrap {
        width: 970px;
    }

    .header .social {
        display: none;
    }

    .header ul li {
        margin-right: 20px;
    }

    .top-menu ul li a {
        font-size: 15px;
    }

    .right-sidebar {
        width: 28%;
    }

    .page-content {
        width: 70%;
    }

    .articles-page .item {
        width: 29%;
    }

    .index-rating table thead tr td:nth-child(6) {
        display: none;
    }

    .index-rating table tbody tr td:nth-child(6) {
        display: none;
    }

    .index-rating table thead tr td {
        padding: 10px 10px;
    }

    .index-rating table tbody tr td {
        padding: 7px 5px 5px 10px;
    }

    .index-rating table tbody tr td button {
        width: 90px;
    }

    .footer__col {
        flex-basis: calc(50% - 12px);
    }

    .footer__col:first-child {
        flex-basis: 100%;
    }

    .casino-page {
        width: 70%;
    }

    .casino-page .top-info .content .image {
        width: 230px;
    }

    .casino-page .top-info .content .info {
        margin-left: 250px;
    }

    .casino-page .left-col {
        width: 36%;
    }

    .casino-page .right-col {
        width: 61%;
    }

    .casino-page .info-block table tr td:first-child {
        width: 180px;
    }

    .casino-page .reviews-form {
        padding: 24px;
    }
}

@media (max-width: 991px) {
    .wrap {
        width: 768px;
    }

    .top-menu {
        display: none;
    }

    .top-banner {
        display: none;
    }

    .header {
        margin-bottom: 15px;
    }

    .header form {
        display: none;
    }

    .header ul {
        display: none;
    }

    .header .menu-button {
        display: block;
        margin-left: auto;
    }

    .page-content {
        width: 100%;
    }

    .right-sidebar {
        width: 100%;
    }

    .footer__columns {
        gap: 24px 16px;
    }

    .footer__col {
        flex-basis: calc(50% - 8px);
    }

    .footer__col:first-child {
        flex-basis: 100%;
    }

    .casino-page {
        width: 100%;
    }

    .casino-page .info-block table tr td:first-child {
        width: 200px;
    }
}

@media (max-width: 798px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .footer {
        padding: 32px 0 24px;
    }

    .footer__col {
        flex-basis: 100%;
    }

    .index-rating table thead tr td:nth-child(4) {
        display: none;
    }

    .index-rating table tbody tr td:nth-child(4) {
        display: none;
    }

    .index-rating table thead tr td:nth-child(5) {
        display: none;
    }

    .index-rating table tbody tr td:nth-child(5) {
        display: none;
    }

    .index-rating table tbody tr td:nth-child(7) {
        padding-right: 0;
    }

    .index-rating table thead tr td {
        padding: 8px 6px;
    }

    .index-rating table tbody tr td {
        padding: 7px 6px 5px 6px;
    }

    .page-content {
        padding: 15px 10px;
    }

    .index-rating .item {
        width: 100%;
    }

    .navi {
        margin: -5px 0 10px;
    }

    .casino-page .top-info .content .image {
        float: none;
        width: auto;
        text-align: center;
    }

    .casino-page .top-info .content .info {
        margin: 10px 0 0 0;
    }

    .casino-page .top-info .links a.links__item {
        padding: 0.5rem 0.75rem;
    }

    .casino-page .left-col {
        width: 100%;
    }

    .casino-page .right-col {
        width: 100%;
    }

    .casino-page .info-block table tr td:first-child {
        width: 120px;
    }

    .casino-page .reviews {
        padding: 17px;
    }

    .casino-page .reviews-form {
        padding: 17px;
    }

    .casino-page .reviews-form .content button {
        width: 100%;
    }

    .articles-page .item {
        width: 100%;
        margin-right: 0px;
    }

}

/* Single casino: mobile hero — navi → logo → Play → rating + title (centered) */
@media (max-width: 600px) {
    .casino-page .top-info .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .casino-page .top-info .content > .clear,
    .casino-page .top-info .content .info > .clear {
        display: none !important;
    }

    .casino-page .top-info .content .navi {
        width: 100%;
        align-self: stretch;
        text-align: left;
        margin-bottom: 0.35rem;
        float: none;
    }

    .casino-page .top-info .content .image {
        float: none;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 0.75rem;
        text-align: center;
    }

    .casino-page .top-info .content .image img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .casino-page .top-info .content .info {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    .casino-page .top-info .content .info > .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .casino-page .top-info .content .info > .flex > a.play {
        order: 1;
        margin-top: 0;
        margin-bottom: 0;
        display: block;
        box-sizing: border-box;
        width: 100%;
        max-width: 240px;
        min-width: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        align-self: center;
        text-align: center;
        height: auto;
        min-height: 40px;
        line-height: 1.35;
    }

    .casino-page .top-info .content .info > .flex > div:first-child {
        order: 2;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
        width: 100%;
        max-width: 100%;
    }

    .casino-page .top-info .content .info .rating {
        text-align: center;
    }

    .casino-page .top-info .content .info .name {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        flex: 0 1 auto;
        flex-grow: 0;
    }

    .casino-page .top-info .content .info .name h1 {
        text-align: center;
    }

    .casino-page .top-info .content .info .main-content.content_area {
        text-align: left;
        width: 100%;
        margin-top: 1rem;
    }

    .casino-page .top-info .content .info .main-content.content_area .content-excerpt__toggle,
    .casino-page .top-info .content .info .main-content.content_area .hide_show {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .index-rating table thead tr td:nth-child(3) {
        display: none;
    }

    .index-rating table tbody tr td:nth-child(3) {
        display: none;
    }
    #respond input{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}

.fa-star:before {
    color: #d2d2d2;
}

span.checked:before {
    color: #dd0a35;
}

table .rating span.fa:before {
    font-size: 22px;
}

.main-content p {
    font-weight: 400;
}

.grid_rating .rating {
    font-size: 20px;
}

.grid_rating .logo img {
    width: 100%;
    margin-bottom: -3px;
}

.content_header {
    display: flex;
}

.casino-page h1 {
    font-weight: 500;
    font-size: 23px;
}

.no_reviews {
    font-size: 19px;
    margin-top: 11px;
}

.set_rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
    margin-bottom: 10px;
}

.set_rating input {
    position: absolute;
    left: -999999px;
}

.set_rating label {
    display: inline-block;
    font-size: 0;
}

.set_rating > label:before {
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    display: block;

    content: "\f005";
    color: #dd0a35;
    background: #d2d2d2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.set_rating > label:hover:before,
.set_rating > label:hover ~ label:before,
.set_rating > label.selected:before,
.set_rating > label.selected ~ label:before {
    color: #dd0a35;
    background: #dd0a35;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.set_rating label:hover {
    cursor: pointer;
}

.darkened {
    position: relative;

}

.darkened img {
    border-radius: 4px;
}

.darkened::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #09243c 89.58%);
    z-index: 1;
}

.article-items:after {
    content: '';
    flex: auto;
}

.custom_widget {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 10px 15px 20px 15px;
}

.custom_widget .name {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px; 
}

.page-content ul, .main-content ul {
    margin-bottom: 10px;
}

.page-content ul li, .main-content ul li {

}

img.aligncenter {
    display: block;
    margin: 0 auto;
    padding-bottom: 16px;
}

img.alignleft {
    float: left;
    margin-right: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
}

.get.custom_color {
    text-decoration: none;
}



.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}


.content_area blockquote,
.content_area .wp-block-quote,
.page-content .content_area blockquote,
.page-content .content_area .wp-block-quote,
.main-content blockquote,
.main-content .wp-block-quote {
    font-size: 15px;
    line-height: 1.6;
    background: #f0f9ff;
    border-left: 4px solid #2396f7;
    padding: 1rem 1.25rem;
    margin: 0 0 1.25rem 0;
    color: #1e293b;
}

.content_area blockquote p,
.content_area .wp-block-quote p,
.page-content .content_area blockquote p,
.page-content .content_area .wp-block-quote p,
.main-content blockquote p,
.main-content .wp-block-quote p {
    margin-bottom: 0.5em;
}

.content_area blockquote p:last-child,
.content_area .wp-block-quote p:last-child,
.page-content .content_area blockquote p:last-child,
.page-content .content_area .wp-block-quote p:last-child,
.main-content blockquote p:last-child,
.main-content .wp-block-quote p:last-child {
    margin-bottom: 0;
}

.content_area .wp-block-quote cite,
.content_area blockquote cite,
.main-content .wp-block-quote cite,
.main-content blockquote cite {
    display: block;
    font-size: 0.875rem;
    font-style: normal;
    color: #64748b;
    margin-top: 0.5rem;
}


.content_area .wp-block-quote.is-style-large,
.page-content .content_area .wp-block-quote.is-style-large,
.main-content .wp-block-quote.is-style-large {
    padding: 1.5rem 1.75rem;
    font-size: 1.25rem;
}

.content_area .wp-block-quote.is-style-large p,
.page-content .content_area .wp-block-quote.is-style-large p,
.main-content .wp-block-quote.is-style-large p {
    font-size: inherit;
}


.content_area .wp-block-quote.is-style-plain,
.page-content .content_area .wp-block-quote.is-style-plain,
.main-content .wp-block-quote.is-style-plain {
    background: transparent;
    border-left: 4px solid #e2e8f0;
    padding: 1rem 0 1rem 1.25rem;
}


.content_area ul,
.page-content .content_area ul,
.main-content ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.content_area ul li,
.page-content .content_area ul li,
.main-content ul li {
    position: relative;
    padding: 8px 0 8px 28px;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}

.content_area ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    background: #2396f7;
    border-radius: 50%;
}

.content_area ul ul,
.page-content .content_area ul ul,
.main-content ul ul {
    margin: 8px 0;
    padding-left: 20px;
}

.content_area ul ul li::before,
.page-content .content_area ul ul li::before,
.main-content ul ul li::before {
    width: 5px;
    height: 5px;
    top: 15px;
    background: #64748b;
}


.content_area ol,
.page-content .content_area ol,
.main-content ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    counter-reset: list-counter;
}

.content_area ol li,
.page-content .content_area ol li,
.main-content ol li {
    position: relative;
    padding: 10px 0 10px 44px;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    counter-increment: list-counter;
}

.content_area ol li::before,
.page-content .content_area ol li::before,
.main-content ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2396f7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}

.content_area ol ol,
.page-content .content_area ol ol,
.main-content ol ol {
    margin: 8px 0;
    padding: 0;
    list-style: none;
    counter-reset: list-nested;
}

.content_area ol ol li,
.page-content .content_area ol ol li,
.main-content ol ol li {
    padding-left: 44px;
    counter-increment: list-nested;
}

.content_area ol ol li::before,
.page-content .content_area ol ol li::before,
.main-content ol ol li::before {
    content: counter(list-nested);
    width: 24px;
    height: 24px;
    font-size: 12px;
    background: #64748b;
}

.content_area ol ul,
.page-content .content_area ol ul,
.main-content ol ul {
    margin: 8px 0;
}

@media (max-width: 768px) {
    .content_area ul li,
    .page-content .content_area ul li,
    .main-content ul li {
        padding-left: 24px;
        font-size: 15px;
    }

    .content_area ol li,
    .page-content .content_area ol li,
    .main-content ol li {
        padding-left: 40px;
        font-size: 15px;
    }

    .content_area ol li::before,
    .page-content .content_area ol li::before,
    .main-content ol li::before {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
}

.content_area img {
    margin-bottom: 10px;
}

.content_area img.bonus_icon {
    margin-bottom: 0px;
}

.content_area img.device_icon {
    margin-bottom: 0px;
}

.content_area img.logo_img {
    margin-bottom: 0px;
}

.articles-page .share {
    margin-bottom: 30px;
}


.articles-page .comments-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}

.articles-page .comments-section__header {
    margin-bottom: 1.5rem;
}

.articles-page .comments-section__title {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0;
    color: #1a1a1a;
}

.articles-page .comments-section__count {
    color: #2396F7;
    font-weight: 700;
}


.articles-page .comments-list-wrapper {
    margin-bottom: 2.5rem;
}

.articles-page .comments-list-wrapper .commentlist,
.articles-page .comments-list-wrapper ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articles-page .comments-list-wrapper .comment {
    margin-bottom: 1.25rem;
}

.articles-page .comments-list-wrapper .children {
    list-style: none;
    margin: 1rem 0 0 0;
    padding-left: 2rem;
}


.articles-page .comment-item {
    display: block;
    background: #fafafa;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    border: 1px solid #eee;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.articles-page .comment-item:hover {
    border-color: #e0e0e0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.articles-page .comments-list-wrapper .children .comment-item {
    background: #fff;
}

.articles-page .comment-item__body {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.articles-page .comment-item__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.articles-page .comment-item__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.articles-page .comment-item__meta {
    flex: 1;
    min-width: 0;
}

.articles-page .comment-item__author {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #1a1a1a;
}

.articles-page .comment-item__author a {
    color: inherit;
    text-decoration: none;
}

.articles-page .comment-item__author a:hover {
    color: #2396F7;
}

.articles-page .comment-item__date {
    display: block;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.articles-page .comment-item__edit {
    margin-left: 0.5rem;
}

.articles-page .comment-item__edit a {
    font-size: 0.8125rem;
    color: #6b7280;
}

.articles-page .comment-item__content {
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #374151;
}

.articles-page .comment-item__content p:last-child {
    margin-bottom: 0;
}

.articles-page .comment-item__moderation {
    font-style: italic;
    color: #6b7280;
    margin-bottom: 0.5rem;
}

.articles-page .comment-item__footer {
    width: 100%;
    margin-top: 0.75rem;
}

.articles-page .comment-item__reply-link {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #2396F7;
    text-decoration: none;
    padding: 0.25rem 0;
}

.articles-page .comment-item__reply-link:hover {
    text-decoration: underline;
}


.articles-page .comments-section .nav-links {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.articles-page .comments-section .nav-links a,
.articles-page .comments-section .nav-links span {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 8px;
    text-decoration: none;
    color: #374151;
    background: #f3f4f6;
    transition: background 0.2s, color 0.2s;
}

.articles-page .comments-section .nav-links a:hover {
    background: #2396F7;
    color: #fff;
}

.articles-page .comments-section .nav-links .current {
    background: #2396F7;
    color: #fff;
}


.articles-page .comments-section__form-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1.25rem;
    color: #1a1a1a;
}

.articles-page .comments-section__form {
    background: #fafafa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #eee;
}

.articles-page .comment-form__field {
    margin-bottom: 1.25rem;
}

@media (min-width: 600px) {
    .articles-page .comments-section__form .comment-form__field--author,
    .articles-page .comments-section__form .comment-form__field--email {
        display: inline-block;
        width: calc(50% - 0.5rem);
        vertical-align: top;
    }

    .articles-page .comments-section__form .comment-form__field--author {
        margin-right: 0.5rem;
    }

    .articles-page .comments-section__form .comment-form__field--email {
        margin-left: 0.5rem;
    }
}

.articles-page .comment-form__field label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
}

.articles-page .comment-form__field .required {
    color: #ef4444;
}

.articles-page .comment-form__field input[type="text"],
.articles-page .comment-form__field input[type="email"],
.articles-page .comment-form__field input[type="url"],
.articles-page .comment-form__field textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.5;
    color: #1a1a1a;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
} 

.articles-page .comment-form__field input:focus,
.articles-page .comment-form__field textarea:focus {
    outline: none;
    border-color: #2396F7;
    box-shadow: 0 0 0 3px rgba(35, 150, 247, 0.15);
}

.articles-page .comment-form__field textarea {
    min-height: 120px;
    resize: vertical;
}

.articles-page .comment-form__submit-wrap {
    margin: 1.25rem 0 0;
}

.articles-page .comment-form__submit {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: #2396F7;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    padding: 10px 30px;
}

.articles-page .comment-form__submit:hover {
    background: #1a7ad4;
}

.articles-page .comment-form__submit:active {
    transform: scale(0.98);
}

.comment-form-cookies-consent {
    margin-bottom: 1rem;
}

.comment-form-cookies-consent label {
    font-size: 0.875rem;
    color: #6b7280;
}

.comment-notes,
.logged-in-as {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    display: none;
}

.slots.small {
    padding-bottom: 20px;
}

.slots.small .item {
    width: 19%;
    margin-right: 1%;
}

.slots .item {
    width: 24.5%;
    border-radius: 2px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.slots .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slots .item:hover .content {
    opacity: 1;
}

.slots .item img {
    width: 100%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.slots .item .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(7, 7, 7, 0.74);
    color: #fff;
    opacity: 0;
    font-size: 14px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.slots .item .content .b1 {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 15px;
    left: 0;
    padding: 0 10px;
}

.slots .item .content .b2 {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 15px;
    left: 0;
    padding: 0 10px;
}

.slots .item {
    border: none
}

.slots .item .content {
    padding: 0;
}

.slots .item .content a.play_slot {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 49px;
    height: 49px;
    background: url('assets/img/play_icon.svg');
}

.slots .b1 a {
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
}

.slots .b1 a:hover {
    color: #228EE9 !important;
}

.slots .b2 a {
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
}

.slots .b2 a:hover {
    color: #228EE9 !important;
}



.slot-info {
    padding: 15px 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.slot-info .image {
    width: 194px;
    text-align: center;
    float: left;
}

.slot-info .info {
    margin-left: 210px;
    margin-top: -5px;
}

.slot-info .info .rating {
    display: inline-block;
    color: #DD0A35;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.slot-info .info .rating .items {
    font-size: 15px;
}

.slot-info .info .rating span {
    font-weight: 700;
    font-size: 21px;
}

.slot-info .info .rating div {
    padding-top: 5px;
}

.slot-info .info .rating div img {
    width: 17px;
}

.slot-info .info .rating .items {
    color: #000;
}

.slot-info .info .name {
    display: inline-block;
    font-weight: 500;
    font-size: 23px;
    margin-left: 25px;
}

.slot-info .info .name span {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    background: #159300;
    border-radius: 9px 0px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.slot-info .info a.play {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    width: 125px;
    height: 30px;
    background: #2396F7;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    text-decoration: none;
    margin: 0;
    display: inline-block;
}

.slot-info .info a.play:hover {
    background: #2259b2;
}

.slot-info .info div.text {
    font-weight: 300;
    line-height: 24px;
    margin-top: -13px;
    padding-left: 144px;
}

.slot-search {
    padding: 30px 20px 20px 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(196, 196, 196, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.slot-search .field {
    position: relative;
    margin-bottom: 20px;
}

.slot-search .field input[type='text'] {
    width: 100%;
    height: 36px;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    padding: 0 10px;
}

.slot-search .field button {
    width: 19px;
    height: 18px;
    background: url('assets/img/svg/search.svg');
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slot-search .sort1 p {
    font-size: 15px;
    margin-bottom: 10px;
}

.slot-search .sort1 .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.slot-search .sort1 .checkbox + label {
    position: relative;
    padding: 0 0 4px 20px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 300;
}

.slot-search .sort1 .checkbox + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url('assets/img/checkbox.svg');
    -webkit-transition: .2s;
    transition: .2s;
}

.slot-search .sort1 .checkbox:checked + label:before {
    background: url('assets/img/checkbox2.svg');
}

.slot-search .sort2 .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.slot-search .sort2 .checkbox + label {
    position: relative;
    padding: 0 60px 0 0;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    font-size: 15px;
}

.slot-search .sort2 .checkbox + label:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 31px;
    height: 20px;
    background: #228EE9;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 36px;
}

.slot-search .sort2 .checkbox + label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: .2s;
    transition: .2s;
}

.slot-search .sort2 .checkbox:checked + label:before {
    background: #ccc;
}

.slot-search .sort2 .checkbox:checked + label:after {
    right: 13px;
}

.slot-game {
    margin-bottom: 20px;
    position: relative;
    font-size: 0;
}

.slot-game .bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.89);
}

.slot-game img {
    width: 100%;
}

.slot-game .iframe {
    display: none;
}

.slot-game iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    border: 0;

}

.slot_rounded {
    border-radius: 3px;
}

.slot-game .links a.a1 {
    text-decoration: none;
}

.slot-game .links {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.slot-game .links a {
    font-size: 14px;
    display: block;
    margin: 20px 0;
    color: #fff;
    width: 220px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2396F7;
    -webkit-box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    border: 2px solid #2396F7;
}

.slot-game .links a.a2 {
    background: rgba(115, 115, 115, 0.28);
}

.slot-game .links a .fa {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}


.slot-demo {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8ecf0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    background: #0a0a0f;
}
.slot-demo__preview {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slot-demo__preview.slot-demo__preview--hidden {
    display: none;
}
.slot-demo__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1;
}
.slot-demo__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.slot-demo__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding: 16px;
}
.slot-demo__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 180px;
    height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    border: 2px solid transparent;
    color: #fff !important;
    font-family: inherit;
    box-sizing: border-box;
}
.slot-demo__btn:hover {
    transform: translateY(-2px);
}
.slot-demo__btn--real {
    background: #2396f7;
    border-color: #2396f7;
    box-shadow: 0 4px 12px rgba(35, 150, 247, 0.4);
}
.slot-demo__btn--real:hover {
    background: #1570bf;
    border-color: #1570bf;
}
.slot-demo__btn--free {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
}
.slot-demo__btn--free:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.9);
}
.slot-demo__btn .fa {
    font-size: 12px;
    margin-left: 2px;
}
.slot-demo__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    background: #000;
}
.slot-demo__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 768px) {
    .slot-demo__preview {
        min-height: 220px;
    }
    .slot-demo__actions {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        padding: 12px;
    }
    .slot-demo__btn {
        width: 100%;
        min-width: 0;
        height: 42px;
        font-size: 14px;
        padding: 0 20px;
    }
    .slot-demo__frame {
        min-height: 220px;
    }
}
@media (max-width: 480px) {
    .slot-demo__preview {
        min-height: 180px;
    }
    .slot-demo__actions {
        max-width: 100%;
        padding: 10px;
        gap: 10px;
    }
    .slot-demo__btn {
        height: 40px;
        font-size: 13px;
    }
    .slot-demo__frame {
        min-height: 180px;
    }
}

.right-banner {
    margin-bottom: 20px;
    text-align: center;
}


.slot-params {
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px 16px;
}
.slot-params__title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8ecf0;
}
.slot-params__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
    color: #334155;
}
.slot-params__row + .slot-params__row {
    margin-top: 0;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}
.slot-params__label {
    flex: 1;
}
.slot-params__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-left: auto;
}
.slot-params__row--software {
    flex-wrap: wrap;
}
.slot-params__link {
    color: #211c27;
    text-decoration: none;
    font-weight: 500;
}
.slot-params__link:hover {
    text-decoration: underline;
}

.footer {
    position: relative;
    z-index: 5;
}

.slot-info .rating p {
    display: none;
}

.slot-info img {
    margin-bottom: 0px;
}

.slot-info p {
    margin-bottom: 0px;
}

.slots.small .item img {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    #sidebar {
        position: relative !important;
        top: auto !important;
    }

    .slot-info .info div.text {
        margin-top: 0px;
    }

    .bage a:after {
        content: "";
        display: none;
    }
}

@media (max-width: 798px) {
    .slots .item {
        width: 49%;
    }

    .slot-info .image {
        width: auto;
        float: none;
    }

    .slot-info .info {
        margin: 10px 0 0 0;
        text-align: center;
    }

    .slot-info .info .name {
        margin: 0 0 0 20px;
    }

    .slot-info .info .name {
        font-size: 20px;
    }

    .slot-info .info a.play {
        display: block;
        margin: 20px auto;
    }

    .slot-info .info div.text {
        padding-left: 0;
    }

    .slots.small .item {
        width: 49%;
        margin-right: 2%;
    }

    .slots.small .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .articles-page .comments-list-wrapper .children {
        padding-left: 1rem;
    }

    .articles-page .comment-item {
        padding: 1rem;
    }

    .articles-page .comment-item__header {
        flex-wrap: wrap;
    }

    .articles-page .comment-item__avatar {
        width: 44px;
        height: 44px;
    }

    .articles-page .comments-section__form {
        padding: 1rem;
    }

    .articles-page .comment-form__submit {
        width: 100%;
    }
}


.articles-page .counts {
    font-size: 12px;
    color: #828282;
    margin-bottom: 20px;
}

.articles-page .counts .fa {
    vertical-align: middle;
    margin: -2px 0 0 15px;
}

.bonus-list .item {
    width: 32%;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #353535;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.bonus-list .item .b1 {
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 10px;
}

.bonus-list .item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 117%;
    
    margin-bottom: 10px;
}

.bonus-list .item .rating {
    color: red;
    font-size: 26px;
    margin-bottom: 10px;
}

.bonus-list .item .price {
    font-weight: 700;
    font-size: 23px;
    line-height: 117%;
    margin-bottom: 20px;
}

.bonus-list .item .code {
    background: #DDDDDD;
    border-radius: 5px;
    width: 170px;
    height: 30px;
    line-height: 30px;
    border: 1px dashed #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto 10px auto;
    color: #000;
}

.bonus-list .item p.bonus_desc {
    font-size: 14px;
    line-height: 137%;
    padding: 0 15px;

    margin-bottom: 15px;
}

.upper {
    text-transform: uppercase;
}

.item .upper a {
    text-decoration: none;
    color: #fff;
}

.item .upper a:hover {
    text-decoration: underline;
}

.bonus-list .item a.b1:hover, .bonus-list .item a.b2:hover {
    text-decoration: underline;
}

.bonus-list .item a.b1, .bonus-list .item a.b2 {
    width: 46%;
    height: 33px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    line-height: 31px;
}

.bonus-list .item a.b1 {
    background: #929292;
    -webkit-box-shadow: 0px 0px 4px rgba(147, 147, 147, 0.47);
    box-shadow: 0px 0px 4px rgba(147, 147, 147, 0.47);
    text-decoration: none;
    margin-bottom: 0;
}

.bonus-list .item a.b2 {
    background: #2ECC71;
    margin-bottom: 0;
    text-decoration: none;
}

.bonus-list .button {
    width: 100%;
    text-align: center;
    padding: 5px 0 10px;
}

.bonus-list .button button {
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    width: 154px;
}

.articles-page .comments-section .br {
    height: 1rem;
}

.bonus-info {
    margin-bottom: 30px;
    font-size: 0;
}

.bonus-info img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.bonus-info .content {
    border: 1px solid rgba(196, 196, 196, 0.5);
    border-top: 0;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 15px 12px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0px 0px 12px 12px;
}

.bonus-info .content a {
    color: #2396F7;
}

.bonus-list p a {
    color: #81beff;
    text-decoration: none;
}

.bonus-list p a:hover {
    text-decoration: underline;
}

.bonus-info .content a.get_bonus:hover {
    background: #2259b2;
    transition: 0.5s;
}

.bonus-info .content a.get_bonus {
    width: 100%;
    height: 35px;
    background: #2396F7;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
    line-height: 33px;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    border-radius: 8px;
}

.bonus-info__params {
    margin: 0 0 12px 0;
    padding: 0;
}
.bonus-info__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}
.bonus-info__row:last-child {
    margin-bottom: 0;
}
.bonus-info__row dt {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    flex-shrink: 0;
}
.bonus-info__row dd {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    text-align: right;
}
.bonus-info__row dd a {
    font-weight: 600;
}
.bonus-info__code {
    font-family: 'SF Mono', Monaco, Consolas, monospace;
    font-size: 13px;
    padding: 2px 6px;
    background: rgba(35, 150, 247, 0.08);
    border: 1px dashed #2396f7;
    border-radius: 4px;
}


.widget-bonuses {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    padding: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}


.custom_widget .widget-bonuses {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.widget-bonuses__title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    padding-bottom: 8px;
    border-bottom: 1px solid #e8ecf0;
}

.widget-bonuses__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-bonuses__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
}

.widget-bonuses__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-bonuses__item:first-child {
    padding-top: 0;
}

.widget-bonuses__logo-link {
    flex-shrink: 0;
    display: block;
}

.widget-bonuses__logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}

.widget-bonuses__logo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
}

.widget-bonuses__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.widget-bonuses__bonus-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
}

.widget-bonuses__bonus-title:hover {
    color: #2396f7;
}

.widget-bonuses__summa {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.widget-bonuses__meta {
    margin-top: 1px;
}

.widget-bonuses__rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 10px;
}

.widget-bonuses__rating .rating {
    display: inline-flex;
    gap: 0;
}

.widget-bonuses__rating .fa-star {
    font-size: 10px;
    color: #cbd5e1;
}

.widget-bonuses__rating .fa-star.checked {
    color: #fbbf24;
}

.widget-bonuses__rating-value {
    font-weight: 600;
    font-size: 12px;
    color: #64748b;
}

.widget-bonuses__btn {
    flex: 1 1 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 10px;
    background: #2396f7;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
    margin-top: 4px;
}

.widget-bonuses__btn:hover {
    transition: .2s;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(35, 150, 247, 0.4);

}

.widget-bonuses__empty {
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
    color: #64748b;
}

@media (max-width: 1230px) {
    .bonus-list .item p {
        padding: 0;
    }
}

@media (max-width: 798px) {
    .bonus-list .item {
        width: 100%;
        margin-right: 0;
    }
}



@media (max-width: 992px ) AND ( min-width: 480px) {
    .index-rating .grid_rating .item {
        width: 48%;
    }

}

@media (max-width: 992px ) {
    .header:not(.headers) .sub-menu {
        display: none;
    }
}

@media (max-width: 479px ) {
    .index-rating .grid_rating .item {
        width: 100%;
    }
}

@media (max-width: 800px ) {
    .bonus-list .item {
        width: 53vh;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 12px;
    }
}

.content_area div:not(.index-rating) tbody tr td {
    padding: 9px;
    border: 1px solid black;
    white-space: normal;
}

.render_casino_list_archive_page tbody tr td {
    border: none !important;
}

.load_more_commments {
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    border-radius: 8px !important;
}

.load_more_commments:hover {
    background-color: #1570bf;
    color: #fff;
    transition: 0.5s;
}

.content_area table td {
    white-space: normal;
    border: 1px solid #333;
    padding: 10px;
}

#main-nav ul ul {
    display: none;
    position: absolute;
    z-index: 999999;
}

#main-nav ul ul li {
    float: none;
}

#main-nav ul ul li a {
    padding: 5px 10px;
}

#main-nav ul li:hover > ul {
    display: block !important;
}

#main-nav ul ul li ul {
    left: 200px;
    top: 0;
}

.header:not(.headers) .sub-menu {
    width: 250px;
    background: black;
    margin-top: 0px;
    margin-left: -12px;
    padding-top: 24px !important;
    padding-left: 2px;
    padding: 10px;
}

.header:not(.headers) .sub-menu li {
    display: block !important;
    padding-bottom: 10px;
}

.header:not(.headers) .menu-item-has-children a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    margin-left: 7px;
}

.header:not(.headers) .menu-item-has-children .sub-menu a:after {
    content: "" !important;
}

.mobile-menu a:after {
    content: "" !important;
}

.restricted_country {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.no_restricted_country {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.restricted_country img {
    width: 30px;
    margin-right: 8px;
    margin-left: 8px;
}

.no_restricted_country img {
    width: 30px;
    margin-right: 8px;
    margin-left: 8px;
}



.index-rating tbody {
    background: #F9F9F9;
}

.grid_country {
    font-weight: bold;
    display: flex;
}

.country_mini {
    width: 20px;
    height: 15px !important;
    margin-right: 5px;
}

.country_access {
    width: 17px;
    height: 15px !important;
    margin-right: 2px;
}

.topcasino .top-info {
    background: #FFFFFF;
    border: 1px solid rgba(196, 196, 196, 0.4);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-bottom: 25px;
}

.topcasino .top-info .content {
    padding: 20px 10px;
}

.topcasino .top-info .content .image {
    width: 290px;
    text-align: center;
    float: left;
}

.topcasino .top-info .content .info {
    margin-left: 310px;
    margin-top: -5px;
}

.topcasino .top-info .content .info .rating {
    display: inline-block;
    color: #DD0A35;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.topcasino .top-info .content .info .rating span {
    font-weight: 700;
    font-size: 23px;
}

.topcasino .top-info .content .info .rating div {
    padding-top: 5px;
}

.topcasino .top-info .content .info .rating div img {
    width: 17px;
}

.topcasino .top-info .content .info .name {
    display: inline-block;
    font-weight: 500;
    font-size: 23px;
    margin-left: 25px;
}

.topcasino .top-info .content .info .name span {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    background: #159300;
    border-radius: 9px 0px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.topcasino .top-info .content .info a.play {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding-left: 20px;
    width: auto;
    padding-right: 20px;
    height: 30px;
    background: #2396F7;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    box-shadow: 0 3px 9px 0 rgba(0, 102, 212, .35);
    border-radius: 3px;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
}

.topcasino .top-info .content .info a.play:hover {
    background-color: #1570bf;
    color: #fff;
    transition: 0.5s;
}

.topcasino .top-info .content .info p {
    margin-top: 10px;
    font-weight: 400;
    line-height: 24px;
}

.topcasino .top-info .content .info .hidden {
    display: none;
}

.topcasino .top-info .content .info .hide_show {
    float: right;
    text-decoration: underline;
    margin-top: -17px;
}

.topcasino .top-info .links {
    background: #F9F9F9;
    padding: 5px 0;
    border-top: 1px solid rgba(196, 196, 196, 0.4);
}

.topcasino .top-info .links a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 30px;
    border-right: 1px solid rgba(196, 196, 196, 0.4);
}

.topcasino {
    width: 100%;
}

.topcasino h1 {
    font-weight: 500;
    font-size: 23px;
}

.tool-tip {
    position: relative;
    text-align: center;
}

.tool-tip .tool-tip__icon {
    color: black;
    border-radius: 10px;
    border: 1px solid black;
    cursor: pointer;
    display: inline-block;
    font-style: italic;
    font-family: times new roman;
    height: 18px;
    line-height: 1.3em;
    text-align: center;
    width: 18px;
}

.tool-tip .tool-tip__info {
    display: none;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1em;
    position: absolute;
    left: 71px;
    top: -20px;
    width: 348px;
    z-index: 2;
}

.tool-tip .tool-tip__info:after {
    left: -8px;
    border-right-color: #262626;
}

.tool-tip .tool-tip__info .info {
    display: block;
}

.tool-tip .tool-tip__info .info__title {
    color: #fa00f3;
}

.tool-tip:hover .tool-tip__info, .tool-tip:focus .tool-tip__info {
    display: inline-block;
}

a:focus + .tool-tip .tool-tip__info {
    display: inline-block;
}

@media screen and (max-width: 992px) {
    .tool-tip {
        display: none !important;
    }
}


@media (max-width: 800px) {
    .casino-page .top-info .links {
        flex-direction: column;
        align-items: flex-start;
    }

    .casino-page .top-info .links__geo {
        margin-left: 0;
    }
}


.headers {
    width: 100%;
    min-height: 120px;
    overflow: visible;
    background: linear-gradient(165deg, #1a1a24 0%, #252530 50%, #1e1621 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.headers .container {
    overflow: visible;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}


.headers-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 400px) {
    .headers-top {
        padding: 16px 0;
        gap: 12px;
    }
}

.headers-top__right {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .headers-top__right {
        gap: 16px;
    }
}

.headers-top__search {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 42px;
    flex: 1;
    min-width: 180px;
}

@media screen and (max-width: 930px) {
    .headers-top {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
    .headers-top .logo__link {
        order: 1;
        margin-right: 0;
        flex: 0 0 auto;
        align-self: center;
    }
    .headers-top__right {
        order: 2;
        margin-left: auto;
        justify-content: flex-end;
        flex: 0 0 auto;
        min-width: 0;
    }
    .headers-top__search {
        order: 3;
        flex: 1 1 100%;
        margin-right: 0;
        margin-top: 12px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .headers-top__search {
        margin-right: 0;
    }
}


.headers-auth {
    display: flex;
    align-items: center;
    gap: 10px;
}

.headers-auth__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.headers-auth__btn--login {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.headers-auth__btn--login:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fac833;
}

.headers-auth__btn--register {
    color: #1a1a24;
    background: #fac833;
    border: 1px solid #fac833;
}

.headers-auth__btn--register:hover {
    background: #ffd54f;
    border-color: #ffd54f;
    color: #1a1a24;
    box-shadow: 0 4px 12px rgba(250, 200, 51, 0.35);
}

.headers-auth__btn--profile {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.headers-auth__btn--profile:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fac833;
}

.headers-auth__btn--logout {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.headers-auth__btn--logout:hover {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.5);
}

.headers-auth__icon {
    flex-shrink: 0;
}

@media screen and (max-width: 570px) {
    .headers-auth__name {
        display: none;
    }
    .headers-auth__btn {
        padding: 10px 14px;
    }
}

@media screen and (max-width: 420px) {
    .headers-top .logo__img {
        max-height: 38px;
    }
    .headers-auth {
        gap: 6px;
    }
    .headers-auth__btn {
        padding: 8px 10px;
        font-size: 11px;
        letter-spacing: 0.3px;
    }
}

.headers-body {
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}

@media screen and (max-width: 992px) {
    .headers-body {
        height: 44px;
        padding: 10px 0;
    }
}

.headers-body__menu {
    flex: 1;
    overflow: visible;
}

@media screen and (max-width: 1024px) {
    .headers-body__menu {
        margin-left: 20px;
    }
}

@media screen and (max-width: 992px) {
    .headers-body__menu {
        display: none;
    }
}

.headers-body__icon {
    width: 15px;
    height: 15px;
    fill: #fac833;
}

.headers-body__list {
    display: flex;
    align-items: center;
}

.headers-body__item {
    position: relative;
    padding: 20px 10px;
}

.headers-body__item:not(:last-child) {
    margin-right: 13px;
}


.headers-body__item:after {
    content: '';
    position: absolute;
    width: 0%;
    transition: width .3s linear;
    height: 2px;
    background-color: #fac833;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.headers-body__item-ico {
    transform: rotate(-270deg);
}
.headers-body__item:hover .headers-body__item-icon {
    fill: #fac833;
    transform: rotate(-90deg);
}

.headers-body__item:hover .headers-body__link {
    color: #fac833;
}

.headers-body__item:hover:after {
    width: 100%;
}

.headers-body__item:hover .sub-menu,
.headers-body__item .sub-menu:hover,
.headers-body__item.is-open .sub-menu,
.headers-body__item .sub-menu.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.headers-body__item-icon {
    position: absolute;
    right: -4px;
    transition: all .3s linear;
    top: 24px;

    width: 10px;
    height: 10px;
    fill: #fff;
    transform: rotate(-270deg);
}

.headers-body__link {
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.25s ease;
}

.headers-body__link:hover {
    color: #fac833;
}

.headers-top .social {
    margin-left: 0;
    white-space: nowrap;
}

.social__link:not(:last-child) {
    margin-right: 15px;
}

@media screen and (max-width: 570px) {
    .social {
        display: none;
    }
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.headers-top .search {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 8px;
    padding: 10px 40px 10px 16px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.headers-top .search::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.headers-top .search:focus {
    outline: none;
    border-color: rgba(250, 200, 51, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.headers-top__search .search__icon {
    position: absolute;
    right: 14px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #fac833;
    transition: fill 0.25s ease;
}

.headers-top__search:hover .search__icon {
    fill: #ffd54f;
}

.headers-top .logo__link {
    margin-right: 40px;
    transition: opacity 0.25s ease;
}

.headers-top .logo__link:hover {
    opacity: 0.9;
}

.headers-top .logo__img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

@media screen and (max-width: 670px) {
    .headers-top .logo__link {
        margin-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .headers-top .logo__link {
        margin-bottom: 0;
    }
}

.headers .headers-body__menu .sub-menu {
    width: 240px;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 99999;
    border-radius: 0 0 8px 8px;
    top: 100%;
    left: 0;
    margin-top: 0px;
    padding-top: 8px;
    background: rgba(30, 26, 36, 0.98);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.headers .headers-body__menu .sub-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 20px;
}

a {
    text-decoration: none;
}

.headers .sub-menu:hover .headers-body__link:after {
    width: 100%;
}



.headers .headers-body__menu .sub-menu .sub-menu__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-menu__list div{
    margin-top: 10px;
    margin-bottom: 15px;
}
.headers .headers-body__menu .sub-menu__link {
    display: block;
    padding: 12px 20px 12px 24px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    transition: all 0.2s ease;
}

.headers .headers-body__menu .sub-menu__link:hover {
    color: #fac833;
    background: rgba(255, 255, 255, 0.06);
}

.headers .headers-body__menu .sub-menu__item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.headers .headers-body__menu .sub-menu__item:last-child {
    border-bottom: none;
}

.headers .headers-body__menu .sub-menu__item:hover .drop-menu {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 992px) {
    .headers .sub-menu__item:hover .drop-menu {
        position: static;
        width: 100%;
    }
}

.headers .headers-body__menu .sub-menu__item:hover .sub-menu__icon {
    transform: rotate(90deg);
}

.headers .sub-menu__icon {
    position: absolute;
    right: 10px;
    transform: rotate(0deg);
    transition: transform .3s linear;
    top: 15px;
    width: 12px;
    height: 12px;
    fill: #fac833;
}

.drop-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    top: 0;
    left: 100%;
    width: 200px;
}

.drop-menu__item:not(:last-child) {
    border-bottom: 1px solid #464646;
}

.drop-menu__item:hover .drop-menu__link {
    background-color: #535252;
}

.headers .drop-menu__link {
    display: block;
    padding: 10px 20px 10px 32px;
    transition: all 0.2s ease;
    color: rgba(255, 255, 255, 0.85);
    background: transparent;
}

.headers .drop-menu__link:hover {
    color: #fac833;
    background: rgba(255, 255, 255, 0.06);
}


.headers-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    z-index: 100;
}

.headers-burger:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(250, 200, 51, 0.4);
}

.headers-burger__line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.headers-burger__line--top {
    margin-bottom: 6px;
}

.headers-burger__line--middle {
    margin-bottom: 6px;
}

.headers-burger__line--bottom {
}

.headers-burger.active .headers-burger__line--top {
    transform: translateY(8px) rotate(45deg);
}

.headers-burger.active .headers-burger__line--middle {
    opacity: 0;
    transform: scaleX(0);
}

.headers-burger.active .headers-burger__line--bottom {
    transform: translateY(-8px) rotate(-45deg);
}

@media screen and (max-width: 992px) {
    .headers-burger {
        display: flex;
    }
}

@media screen and (min-width: 993px) {
    .headers-burger {
        display: none !important;
    }
}


.headers-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.headers-menu-open .headers-menu-overlay {
    display: block;
    opacity: 1;
}

body.headers-menu-open {
    overflow: hidden;
}


.headers .mobiles-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(320px, 85vw);
    max-width: 320px;
    height: 100vh;
    z-index: 999999;
    background: linear-gradient(180deg, #1e1a24 0%, #252530 100%);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.4);
    padding: 80px 0 30px;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.headers .mobiles-menu.active {
    right: 0;
}

.mobiles-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.mobiles-menu__close:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(250, 200, 51, 0.4);
}

.mobiles-menu__close span {
    position: absolute;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.mobiles-menu__close span:first-child {
    transform: rotate(45deg);
}

.mobiles-menu__close span:last-child {
    transform: rotate(-45deg);
}

.headers .mobile-menu__link {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 14px 24px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.headers .mobile-menu__item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.headers .mobile-menu__item:hover .mobile-menu__link,
.headers .mobile-menu__item .mobile-menu__link:hover {
    color: #fac833;
    background: rgba(255, 255, 255, 0.04);
    border-left-color: #fac833;
}

.headers .mobile-menu__item:hover .sub-menu,
.headers .mobile-menu__item.sub-open .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}

.headers .mobile-menu__item:hover .sub-menu:after,
.headers .mobile-menu__item.sub-open .sub-menu:after {
    display: none;
}

.headers .mobile-menu__item:hover .sub-menu__icon.mobile,
.headers .mobile-menu__item.sub-open .sub-menu__icon.mobile {
    transform: rotate(90deg);
}

.headers .mobiles-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: static;
    width: 100%;
    border-left: none;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

.headers .mobiles-menu .sub-menu__link {
    padding: 12px 24px 12px 36px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.headers .mobiles-menu .drop-menu__link {
    padding: 10px 24px 10px 48px;
    font-size: 12px;
}


form.hide-submit input[type="submit"] {
    display: none;
}

.tac_span {
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.bonus-list .item {
    display: flex;
    flex-direction: column;
}

.bonus-list .item .flex {
    margin-top: auto;
}

table.custom_table tbody tr td {
    white-space: unset;
}

.tax_archive_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tax_archive_item {
    width: 195px;
    margin-right: 20px
}

.tax_archive_item img {
    margin-bottom: 3px;
}

.item_title a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.item_title {
    margin-bottom: 35px;
}

.item_title span {
    color: #989898;
}

.tac_span_no_deposit {
    cursor: pointer;
}




.filter_list_items {
    max-height: 120px;
    overflow: auto;
}

.filter_list_items::-webkit-scrollbar {
    width: 5px;
}

.filter_list_items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter_list_items::-webkit-scrollbar-thumb {
    background: #888;
}

.filter_list_items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.casino_filter_tax {
    margin-bottom: 10px;
}

.not_found_span {
    color: red;
    margin-bottom: 10px;
    display: block;
}
.play.restricted{
    background: #8b8b8b !important;
}
.play.restricted:hover{
    background: #8b8b8b !important;
}



.footer__to-top,
#to_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #1e293b;
    color: #94a3b8;
    border-radius: 10px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer__to-top svg,
#to_top svg {
    width: 20px;
    height: 20px;
}

.footer__to-top:hover,
#to_top:hover {
    background: #2396f7;
    color: #fff;
}

.footer__to-top.show,
#to_top.show {
    opacity: 1;
    visibility: visible;
}


body .wp-block-yoast-faq-block .schema-faq-section{
    border: 1px solid #335548;
    margin-bottom: 15px;
    box-shadow: rgb(99 99 99 / 28%) 0px 2px 8px 0px;
}
body .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 12px 67px 12px 14px;
    font-weight: bold;
    font-size: 17px;
}
body .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 15px;
    top: 49%;
    transform: translateY(-50%);
    border: 1px solid #1f2422;
    line-height: 1;
    border-radius: 50%;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #335548;
}
body .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal; 
    font-size: 30px;
    line-height: 17px;
}
body .schema-faq-question:hover{
    background: #eee;
}
body .schema-faq-section.active .schema-faq-question{
    background: #eee;
    border-radius: 0;
}
body .schema-faq-answer {
    display: none;
    margin: 10px 0 10px;
    padding: 0 20px;
}


.auth-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.auth-modal.is-open {
    opacity: 1;
    visibility: visible;
}

body.auth-modal-open {
    overflow: hidden;
}

.auth-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.auth-modal__box {
    position: relative;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow: visible;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
    padding: 24px 24px 28px;
}

.auth-modal__content {
    max-height: calc(90vh - 100px);
    overflow-y: auto;
}

.auth-modal__tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 24px;
    padding: 4px;
    background: #f0f0f0;
    border-radius: 10px;
}

.auth-modal__tab {
    flex: 1;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.auth-modal__tab:hover {
    color: #333;
}

.auth-modal__tab--active {
    color: #1a1a24;
    background: #fac833;
}

.auth-modal__close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 24px;
    line-height: 1;
    color: #666;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.auth-modal__close:hover {
    color: #333;
    background: #f5f5f5;
    border-color: #ccc;
}

.auth-modal__form {
    display: none;
}

.auth-modal__form--active {
    display: block;
}

.auth-modal__field {
    margin-bottom: 14px;
}

.auth-modal__input {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.auth-modal__input::placeholder {
    color: #999;
}

.auth-modal__input:focus {
    outline: none;
    border-color: #fac833;
    background: #fff;
}

.auth-modal__remember,
.auth-modal__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.auth-modal__remember input,
.auth-modal__checkbox input {
    width: 18px;
    height: 18px;
}

.auth-modal__message {
    margin-bottom: 14px;
    padding: 12px;
    font-size: 14px;
    border-radius: 8px;
    display: none;
}

.auth-modal__message.is-visible {
    display: block;
}

.auth-modal__message--error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.auth-modal__message--success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.auth-modal__submit {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a24;
    background: #fac833;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.auth-modal__submit:hover {
    background: #ffd54f;
    box-shadow: 0 4px 16px rgba(250, 200, 51, 0.35);
}

.auth-modal__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .auth-modal__box {
        padding: 20px 18px 24px;
    }
    .auth-modal__close {
        top: -10px;
        right: -10px;
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    .auth-modal__tab {
        padding: 8px 10px;
        font-size: 13px;
    }
}


.jgambling-profile {
    margin-top: 0;
}
.jgambling-profile__notice {
    padding: 12px 16px;
    margin: 0 0 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
}
.jgambling-profile__notice--success {
    background: rgba(46, 160, 67, 0.12);
    color: #1a7f37;
    border: 1px solid rgba(46, 160, 67, 0.35);
}
.jgambling-profile__notice--error {
    background: rgba(207, 34, 46, 0.08);
    color: #a40e26;
    border: 1px solid rgba(207, 34, 46, 0.3);
}
.jgambling-profile__form {
    max-width: 420px;
}
.jgambling-profile__field {
    margin-bottom: 18px;
}
.jgambling-profile__field label,
.jgambling-profile__label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
}
.jgambling-profile__input,
.jgambling-profile__file {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
}
.jgambling-profile__input:focus {
    outline: none;
    border-color: #f8c833;
    box-shadow: 0 0 0 2px rgba(250, 200, 51, 0.25);
}
.jgambling-profile__avatar-wrap {
    margin-bottom: 10px;
}
.jgambling-profile__avatar-img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0, 0, 0, 0.08);
}
.jgambling-profile__hint {
    margin: 6px 0 0;
    font-size: 13px;
    color: #666;
}
.jgambling-profile__section-title {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.jgambling-profile__submit {
    margin-top: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffd24d 0%, #f8c833 100%);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(250, 200, 51, 0.35);
}
.jgambling-profile__submit:hover {
    filter: brightness(1.05);
}


body.jgambling-comparison-template .flex .page-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.jgambling-comparison-page img{
    margin-bottom: unset;
}

.jgambling-comparison-template .jgambling-comparison-page {
    margin-top: 24px;
    clear: both;
}

.jg-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    padding-top: 8px;
}


.jg-comparison-col {
    min-width: 0;
    background: linear-gradient(180deg, #f8f9fc 0%, #f0f2f8 100%);
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 4px 20px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    position: relative;
}

.jg-comparison-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    pointer-events: none;
    opacity: 0.95;
}


.jg-comparison-select {
    position: relative;
    z-index: 1;
}

.jg-comparison-select.is-open {
    z-index: 50;
}

.jg-comparison-select__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: none;
    background: #fff;
    cursor: pointer;
    text-align: left;
    font: inherit;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: background 0.2s ease;
}

.jg-comparison-select__toggle:hover {
    background: #fffef8;
}

.jg-comparison-select.is-open .jg-comparison-select__toggle {
    background: #fff;
    box-shadow: inset 0 -1px 0 rgba(250, 200, 51, 0.35);
}

.jg-comparison-select__thumb-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.jg-comparison-select__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jg-comparison-select__thumb.is-empty {
    opacity: 0;
}

.jg-comparison-select__label {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jg-comparison-select__chevron {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.2s ease;
}

.jg-comparison-select.is-open .jg-comparison-select__chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.jg-comparison-select__dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 6px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
    
    min-height: 420px;
    max-height: min(680px, 85vh);
    overflow: hidden;
    flex-direction: column;
}

.jg-comparison-select.is-open .jg-comparison-select__dropdown {
    display: flex;
}

.jg-comparison-select__search-wrap {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fafafa;
}

.jg-comparison-select__search {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    font-size: 14px;
}

.jg-comparison-select__search:focus {
    outline: none;
    border-color: #f8c833;
    box-shadow: 0 0 0 2px rgba(248, 200, 51, 0.25);
}

.jg-comparison-select__options {
    margin: 0;
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
    min-height: 340px;
    height: min(420px, 52vh);
    min-width: 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.jg-comparison-select__row {
    margin: 0;
}

.jg-comparison-select__option {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-align: left;
    color: #222;
    transition: background 0.15s ease;
}

.jg-comparison-select__option:hover,
.jg-comparison-select__option:focus {
    background: rgba(248, 200, 51, 0.18);
    outline: none;
}

.jg-comparison-select__option-visual {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jg-comparison-select__option-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
}

.jg-comparison-select__option-fallback {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

.jg-comparison-select__option-title {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 14px;
}


.jg-comparison-col__body {
    padding: 16px;
    min-height: 120px;
    background: rgba(255, 255, 255, 0.55);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.jg-comparison-col__body.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.jg-comparison-placeholder,
.jg-comparison-muted {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.jg-comparison-loading {
    font-size: 14px;
    color: #888;
    padding: 12px 0;
}

.jg-comparison-error {
    margin: 0;
    color: #c62828;
    font-size: 14px;
}


.jg-comparison-panel {
    font-size: 14px;
    line-height: 1.45;
}

.jg-comparison-panel__logo {
    text-align: center;
    margin-bottom: 12px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jg-comparison-panel__logo--empty {
    min-height: 100px;
    background: #000;
    border-radius: 12px;
}

.jg-comparison-panel__logo img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.jg-comparison-panel__title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    text-align: center;
}

.jg-comparison-panel__title a {
    color: inherit;
    text-decoration: none;
}

.jg-comparison-panel__title a:hover {
    text-decoration: underline;
}

.jg-comparison-panel__rating {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 6px;
}

.jg-comparison-panel__rating-num {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
}

.jg-comparison-panel__rating-max {
    font-size: 0.9rem;
    color: #888;
}

.jg-comparison-panel__position {
    text-align: center;
    margin: 0 0 14px;
    font-size: 13px;
    color: #666;
}

.jg-comparison-panel__specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.jg-comparison-panel__taxonomies {
    margin-bottom: 16px;
}

.jg-comparison-panel__specs--tax {
    margin-bottom: 0;
}

.jg-comparison-spec {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.jg-comparison-spec__k {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #888;
    font-weight: 600;
}

.jg-comparison-spec__v {
    font-weight: 600;
    color: #222;
    word-break: break-word;
}

.jg-comparison-spec__v--devices {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.jg-comparison-device {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 6px;
    background: #e8e8e8;
    color: #999;
    font-weight: 600;
}

.jg-comparison-device.is-yes {
    background: rgba(76, 175, 80, 0.2);
    color: #2e7d32;
}

.jg-comparison-panel__section-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #555;
    margin: 0 0 8px;
}

.jg-comparison-panel__bonuses {
    margin-bottom: 16px;
}

.jg-comparison-bonus {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.jg-comparison-bonus:last-child {
    border-bottom: none;
}

.jg-comparison-bonus__label {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
}

.jg-comparison-bonus__amt {
    font-size: 15px;
    font-weight: 800;
    color: #1a7f37;
    margin-bottom: 4px;
}

.jg-comparison-bonus__desc {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

.jg-comparison-panel__list-block {
    margin-bottom: 14px;
}

.jg-comparison-lines {
    font-size: 13px;
}

.jg-comparison-line {
    padding: 6px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    line-height: 1.4;
}

.jg-comparison-line:last-child {
    border-bottom: none;
}

.jg-comparison-panel__cta {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 12px 16px;
    margin-top: 8px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    font-size: 15px;
    color: white !important;
}

.jg-comparison-panel__cta--empty {
    background: #e8e8e8;
    color: #888;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .jg-comparison-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .jg-comparison-grid {
        grid-template-columns: 1fr;
    }

    .jg-comparison-select__dropdown {
        min-height: 360px;
        max-height: min(78vh, 600px);
    }

    .jg-comparison-select__options {
        min-height: 280px;
        height: min(380px, 48vh);
    }
}
