/* === IzziCasino Main Styles === ver 1.7 === */

:root {
    --clr-bg: #101010;
    --clr-bg-alt: #1a1a1a;
    --clr-bg-card: #1e1e1e;
    --clr-header: #000000;
    --clr-accent: #00AEEF;
    --clr-accent-hover: #0095cc;
    --clr-text: #e8e8e8;
    --clr-text-muted: #9a9a9a;
    --clr-border: #2e2e2e;
    --clr-success: #28a745;
    --clr-danger: #e05252;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --font-main: 'Open Sans', 'Roboto', sans-serif;
    --transition: 0.25s ease;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--clr-bg);
    color: var(--clr-text);
    font-family: var(--font-main);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--clr-accent);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--clr-accent-hover);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* === UNUSED / DECOY STYLES (unikalizaciya) === */
.wp-block-group {
    display: block;
}

.wp-block-columns {
    display: flex;
    gap: 1rem;
}

.entry-content p {
    margin-bottom: 1em;
}

.elementor-section {
    position: relative;
}

.elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form {
    display: block;
}

.wp-post-image {
    display: block;
}

.yoast-schema-graph {
    display: none;
}

.site-footer__widgets {
    display: flex;
}

.e-con-inner {
    display: block;
}

.wp-site-blocks {
    display: block;
}

.has-global-padding {
    padding-inline: 2rem;
}

/* === END DECOY === */

/* === HEADER === */
.hdr-x9k2 {
    background: var(--clr-header);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #1c1c1c;
    box-shadow: 0 2px 20px rgba(0, 174, 239, 0.08);
}

.hdr-inner-q7z {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 1.5rem;
    max-width: 1320px;
    margin: 0 auto;
}

.hdr-logo-b3m img {
    height: 44px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(0, 174, 239, 0.4));
}

.hdr-nav-r5p {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    flex-wrap: wrap;
}

.hdr-nav-r5p li a {
    color: #ccc;
    font-size: 0.875rem;
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-sm);
    transition: background var(--transition), color var(--transition);
    white-space: nowrap;
}

.hdr-nav-r5p li a:hover {
    background: #1a1a1a;
    color: var(--clr-accent);
}

.hdr-online-m8v {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: var(--clr-text-muted);
    white-space: nowrap;
}

.hdr-online-m8v .dot-pulse {
    width: 8px;
    height: 8px;
    background: #3fdd78;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
    flex-shrink: 0;
}

@keyframes pulse-dot {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(63, 221, 120, 0.6);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(63, 221, 120, 0);
    }
}

.hdr-btns-j4w {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

.btn-izzi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.1rem;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
}

.btn-login {
    background: transparent;
    border-color: var(--clr-accent);
    color: var(--clr-accent);
}

.btn-login:hover {
    background: var(--clr-accent);
    color: #000;
}

.btn-signup {
    background: var(--clr-accent);
    color: #000;
    font-weight: 700;
}

.btn-signup:hover {
    background: var(--clr-accent-hover);
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 174, 239, 0.35);
}

.btn-bonus-cta {
    background: linear-gradient(135deg, #00AEEF 0%, #0077b6 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.55rem 1.4rem;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.btn-bonus-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.4);
    color: #fff;
}

.btn-download {
    background: #1e1e1e;
    border: 1px solid var(--clr-border);
    color: var(--clr-text);
    padding: 0.6rem 1.2rem;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-download:hover {
    border-color: var(--clr-accent);
    color: var(--clr-accent);
}

/* Burger */
.burger-v3f {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
}

.burger-v3f span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

.burger-v3f.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-v3f.open span:nth-child(2) {
    opacity: 0;
}

.burger-v3f.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu-k8n {
    display: none;
    background: #0a0a0a;
    border-top: 1px solid #1e1e1e;
    padding: 1rem 1.5rem;
    animation: slideDown 0.25s ease;
}

.mobile-menu-k8n.open {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu-k8n ul {
    list-style: none;
    margin-bottom: 1rem;
}

.mobile-menu-k8n ul li a {
    display: block;
    padding: 0.6rem 0;
    color: #ccc;
    border-bottom: 1px solid #1e1e1e;
    font-size: 0.9rem;
}

.mobile-menu-k8n ul li a:hover {
    color: var(--clr-accent);
}

/* === HERO SLIDER === */
.hero-slider-w2p {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 520px;
}

.slide-track-a5n {
    display: flex;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-item-f7k {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide-item-f7k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-overlay-z3c {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.4) 55%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 2.5rem 5%;
}

.slide-content-r9m {
    max-width: 560px;
    animation: fadeInLeft 0.6s ease;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-content-r9m .slide-tag {
    display: inline-block;
    background: var(--clr-accent);
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.slide-content-r9m h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    text-balance: balance;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slide-content-r9m p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.slider-controls-p2s {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.slider-dot-e6y {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: all 0.25s;
    border: none;
}

.slider-dot-e6y.active {
    background: var(--clr-accent);
    transform: scale(1.3);
}

.slider-btn-n4v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all var(--transition);
    font-size: 1.1rem;
}

.slider-btn-n4v:hover {
    background: var(--clr-accent);
    border-color: var(--clr-accent);
    color: #000;
}

.slider-btn-prev {
    left: 1rem;
}

.slider-btn-next {
    right: 1rem;
}

/* === SECTION WRAPPERS === */
.sec-wrap-c4p {
    max-width: 1320px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem;
}

.sec-title-h2m {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-balance: balance;
}

.sec-title-h2m span {
    color: var(--clr-accent);
}

.sec-desc-t3k {
    color: var(--clr-text-muted);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.sec-divider {
    width: 50px;
    height: 3px;
    background: var(--clr-accent);
    border-radius: 2px;
    margin: 0.5rem 0 1.5rem;
}

/* === PROS / CONS === */
.pros-cons-grid-x8r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.pros-block-v7n, .cons-block-v7n {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    border: 1px solid var(--clr-border);
}

.pros-block-v7n {
    border-top: 3px solid var(--clr-success);
}

.cons-block-v7n {
    border-top: 3px solid var(--clr-danger);
}

.pros-block-v7n h3, .cons-block-v7n h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pros-block-v7n h3 {
    color: var(--clr-success);
}

.cons-block-v7n h3 {
    color: var(--clr-danger);
}

.pros-list-u5f, .cons-list-u5f {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pros-list-u5f li, .cons-list-u5f li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--clr-text);
    line-height: 1.5;
}

.pros-list-u5f li::before {
    content: '✓';
    color: var(--clr-success);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.cons-list-u5f li::before {
    content: '✗';
    color: var(--clr-danger);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

/* === APP INFO === */
.app-block-w9q {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    overflow: hidden;
}

.app-inner-d2n {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.app-table-s6r {
    padding: 2rem;
}

.app-table-s6r table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.app-table-s6r table th,
.app-table-s6r table td {
    text-align: left;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--clr-border);
    line-height: 1.5;
}

.app-table-s6r table th {
    background: #141414;
    color: var(--clr-text-muted);
    font-weight: 600;
    white-space: nowrap;
    width: 42%;
}

.app-table-s6r table td {
    color: var(--clr-text);
}

.app-table-s6r table tr:hover td {
    background: rgba(0, 174, 239, 0.04);
}

.app-downloads-g4p {
    padding: 2rem;
    border-left: 1px solid var(--clr-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background: #161616;
}

.app-downloads-g4p p {
    font-size: 0.9rem;
    color: var(--clr-text-muted);
    margin-bottom: 0.5rem;
}

.app-dl-btns-k3c {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-store {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: var(--radius-sm);
    background: #1e1e1e;
    border: 1px solid var(--clr-border);
    color: var(--clr-text);
    font-size: 0.85rem;
    transition: all var(--transition);
    text-decoration: none;
    cursor: pointer;
}

.btn-store:hover {
    border-color: var(--clr-accent);
    color: var(--clr-accent);
    background: rgba(0, 174, 239, 0.06);
}

.btn-store svg {
    flex-shrink: 0;
}

.btn-store .store-sub {
    font-size: 0.7rem;
    color: var(--clr-text-muted);
    display: block;
}

.btn-store .store-name {
    font-weight: 700;
    font-size: 0.95rem;
}

/* === VIDEO === */
.video-wrap-p5l {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    overflow: hidden;
}

.video-ratio-q8t {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-ratio-q8t iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* === LIVE GAMES === */
.games-grid-b4s {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.game-card-m7r {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
    cursor: pointer;
}

.game-card-m7r:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 174, 239, 0.18);
    border-color: var(--clr-accent);
}

.game-card-m7r img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
}

.game-card-body-l9e {
    padding: 0.9rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.game-card-body-l9e h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
}

.game-card-body-l9e .game-meta {
    font-size: 0.75rem;
    color: var(--clr-text-muted);
}

/* === SLOT MINI GAME === */
.slot-machine-f2h {
    background: linear-gradient(135deg, #0a0a0a, #141414);
    border: 2px solid #2a2a2a;
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 174, 239, 0.1);
}

.slot-reels-n6k {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.reel-box-t4p {
    width: 90px;
    height: 90px;
    background: #000;
    border: 2px solid #2e2e2e;
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    transition: border-color 0.3s;
}

.reel-box-t4p.spinning {
    animation: reelSpin 0.12s linear infinite;
}

@keyframes reelSpin {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-4px);
    }
    75% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(0);
    }
}

.reel-box-t4p.win {
    border-color: var(--clr-accent);
    box-shadow: 0 0 14px rgba(0, 174, 239, 0.5);
}

.slot-win-msg-q2v {
    display: none;
    background: linear-gradient(135deg, #003f5c, #0077b6);
    border: 1px solid var(--clr-accent);
    border-radius: var(--radius-sm);
    padding: 1rem 1.5rem;
    margin: 1rem 0;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slot-win-msg-q2v.show {
    display: block;
}

.slot-win-msg-q2v p {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.slot-win-msg-q2v .bonus-text {
    color: var(--clr-accent);
    font-size: 1.2rem;
    font-weight: 700;
}

.slot-info-w8j {
    color: var(--clr-text-muted);
    font-size: 0.85rem;
    margin-top: 0.75rem;
}

.btn-spin-e3s {
    background: linear-gradient(135deg, var(--clr-accent), #0077b6);
    color: #fff;
    border: none;
    padding: 0.85rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all var(--transition);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.btn-spin-e3s:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.4);
}

.btn-spin-e3s:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* === REVIEWS === */
.reviews-grid-c3n {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.review-card-a8m {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    padding: 1.5rem;
    transition: box-shadow var(--transition);
}

.review-card-a8m:hover {
    box-shadow: 0 4px 20px rgba(0, 174, 239, 0.12);
    border-color: #3a3a3a;
}

.review-header-u4k {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.review-header-u4k img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2e2e2e;
}

.reviewer-name-p9s {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
}

.reviewer-date-d2m {
    font-size: 0.75rem;
    color: var(--clr-text-muted);
}

.stars-svg-k7b {
    display: flex;
    gap: 2px;
    margin-bottom: 0.75rem;
}

.stars-svg-k7b svg {
    width: 16px;
    height: 16px;
    fill: #f5a623;
}

.review-text-j6c {
    font-size: 0.875rem;
    color: var(--clr-text);
    line-height: 1.65;
}

/* === REVIEW FORM === */
.review-form-n5w {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    padding: 2rem;
    max-width: 680px;
}

.review-form-n5w h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

.form-group-v3x {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1.1rem;
}

.form-group-v3x label {
    font-size: 0.85rem;
    color: var(--clr-text-muted);
    font-weight: 600;
}

.form-group-v3x input,
.form-group-v3x textarea {
    background: #141414;
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    color: var(--clr-text);
    padding: 0.7rem 0.9rem;
    font-size: 0.9rem;
    font-family: var(--font-main);
    transition: border-color var(--transition), box-shadow var(--transition);
    width: 100%;
}

.form-group-v3x input:focus,
.form-group-v3x textarea:focus {
    outline: none;
    border-color: var(--clr-accent);
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}

.form-group-v3x textarea {
    resize: vertical;
    min-height: 110px;
}

.form-success-h8p {
    display: none;
    background: rgba(40, 167, 69, 0.12);
    border: 1px solid var(--clr-success);
    border-radius: var(--radius-sm);
    padding: 0.75rem 1rem;
    color: var(--clr-success);
    font-size: 0.9rem;
    margin-top: 1rem;
}

.form-success-h8p.show {
    display: block;
}

/* === AUTHOR BOX === */
.author-box-c7n {
    background: var(--clr-bg-card);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    border-left: 3px solid var(--clr-accent);
    padding: 1.5rem;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.author-box-c7n img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.author-info-p2s h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
}

.author-info-p2s .author-role {
    font-size: 0.8rem;
    color: var(--clr-accent);
    margin-bottom: 0.5rem;
}

.author-info-p2s p {
    font-size: 0.83rem;
    color: var(--clr-text-muted);
    line-height: 1.55;
}

.author-info-p2s a {
    font-size: 0.8rem;
    color: var(--clr-accent);
}

/* === CONTENT BLOCK (голые теги) === */
.content-body-j5k p {
    margin-bottom: 1.1em;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--clr-text);
}

.content-body-j5k h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 1.5em 0 0.6em;
}

.content-body-j5k h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 1.2em 0 0.5em;
}

.content-body-j5k h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #e0e0e0;
    margin: 1em 0 0.4em;
}

.content-body-j5k ul, .content-body-j5k ol {
    padding-left: 1.5rem;
    margin-bottom: 1em;
}

.content-body-j5k li {
    margin-bottom: 0.4em;
    font-size: 0.95rem;
    line-height: 1.6;
}

.content-body-j5k a {
    color: var(--clr-accent);
}

.content-body-j5k table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: 0.875rem;
    overflow-x: auto;
    display: block;
}

.content-body-j5k table th,
.content-body-j5k table td {
    padding: 0.6rem 0.75rem;
    border: 1px solid var(--clr-border);
    text-align: left;
}

.content-body-j5k table th {
    background: #141414;
    color: var(--clr-text-muted);
    font-weight: 600;
}

.content-body-j5k blockquote {
    border-left: 3px solid var(--clr-accent);
    padding: 0.75rem 1.25rem;
    background: #151515;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 1em 0;
    font-style: italic;
    color: #ccc;
}

.content-body-j5k strong {
    color: #fff;
}

.content-body-j5k em {
    color: #ccc;
}

.content-body-j5k hr {
    border: none;
    border-top: 1px solid var(--clr-border);
    margin: 1.5em 0;
}

/* === FOOTER === */
.ftr-x5m {
    background: var(--clr-header);
    border-top: 1px solid #1c1c1c;
    padding: 3rem 1.5rem 1.5rem;
}

.ftr-inner-n2s {
    max-width: 1320px;
    margin: 0 auto;
}

.ftr-top-w6r {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #1c1c1c;
}

.ftr-logo-k4p img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 4px rgba(0, 174, 239, 0.3));
    margin-bottom: 0.75rem;
}

.ftr-logo-k4p p {
    font-size: 0.78rem;
    color: var(--clr-text-muted);
    line-height: 1.6;
}

.ftr-col-h3 {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.ftr-nav-list-r8e {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.ftr-nav-list-r8e a {
    font-size: 0.85rem;
    color: #aaa;
    transition: color var(--transition);
}

.ftr-nav-list-r8e a:hover {
    color: var(--clr-accent);
}

.ftr-payments-d3w {
    margin-bottom: 1.5rem;
}

.ftr-payments-d3w h4 {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--clr-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

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

.pay-badge-v2m {
    background: #1e1e1e;
    border: 1px solid #2e2e2e;
    border-radius: var(--radius-sm);
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ccc;
}

.providers-row-s4f {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.prov-badge-e7n {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: var(--radius-sm);
    padding: 0.3rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 600;
    color: #999;
}

.ftr-bottom-t3h {
    padding-top: 1.5rem;
    border-top: 1px solid #1a1a1a;
}

.ftr-legal-q6p {
    font-size: 0.75rem;
    color: #555;
    line-height: 1.7;
    max-width: 900px;
}

.ftr-legal-q6p a {
    color: #666;
    font-size: 0.75rem;
}

.ftr-copyright-b8s {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #444;
}

/* === STICKY WIDGET === */
.widget-bottom-r7k {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(90deg, #000000 0%, #0a1520 100%);
    border-top: 2px solid var(--clr-accent);
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: 0 -4px 20px rgba(0, 174, 239, 0.2);
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.widget-bottom-r7k.visible {
    transform: translateY(0);
}

.widget-text-c4n {
    display: flex;
    flex-direction: column;
}

.widget-text-c4n strong {
    color: #fff;
    font-size: 0.95rem;
}

.widget-text-c4n span {
    color: var(--clr-accent);
    font-size: 0.82rem;
    font-weight: 600;
}

.widget-close-k2p {
    background: none;
    border: none;
    color: #555;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem;
    transition: color var(--transition);
    line-height: 1;
}

.widget-close-k2p:hover {
    color: #fff;
}

/* Add bottom padding so widget doesn't overlap content */
body.widget-open {
    padding-bottom: 64px;
}

/* === FAQ === */
.faq-list-h3n {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item-v8k {
    background: var(--clr-bg-card);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.faq-q-b5m {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    padding: 1rem 1.25rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    transition: background var(--transition);
    font-family: var(--font-main);
}

.faq-q-b5m:hover {
    background: #1a1a1a;
}

.faq-q-b5m .faq-arrow {
    transition: transform 0.25s;
    flex-shrink: 0;
}

.faq-q-b5m.open .faq-arrow {
    transform: rotate(180deg);
}

.faq-ans-e9c {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 1.25rem;
}

.faq-ans-e9c.open {
    max-height: 300px;
    padding: 0.75rem 1.25rem 1rem;
}

.faq-ans-e9c p {
    font-size: 0.875rem;
    color: var(--clr-text-muted);
    line-height: 1.65;
}

/* === BG SECTIONS === */
.bg-alt-sec {
    background: var(--clr-bg-alt);
}

.bg-dark-sec {
    background: #0a0a0a;
}

/* Games slider (mobile) */
.games-slider-wrap {
    overflow: hidden;
}

/* === RESPONSIVE === */
@media (max-width: 992px) {
    .hdr-inner-q7z {
        grid-template-columns: auto 1fr auto;
    }

    .hdr-nav-r5p {
        display: none;
    }

    .burger-v3f {
        display: flex;
    }

    .pros-cons-grid-x8r {
        grid-template-columns: 1fr;
    }

    .ftr-top-w6r {
        grid-template-columns: 1fr 1fr;
    }

    .games-grid-b4s {
        grid-template-columns: repeat(2, 1fr);
    }

    .reviews-grid-c3n {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-inner-d2n {
        grid-template-columns: 1fr;
    }

    .app-downloads-g4p {
        border-left: none;
        border-top: 1px solid var(--clr-border);
    }
}

@media (max-width: 768px) {
    .hdr-inner-q7z {
        gap: 0.5rem;
        padding: 0.6rem 1rem;
    }

    .hero-slider-w2p {
        height: 380px;
    }

    .slide-overlay-z3c {
        padding: 1.5rem 1rem;
    }

    .ftr-top-w6r {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .reviews-grid-c3n {
        grid-template-columns: 1fr;
    }

    .games-grid-b4s {
        grid-template-columns: repeat(2, 1fr);
    }

    .slot-machine-f2h {
        padding: 1.5rem 1rem;
    }

    .reel-box-t4p {
        width: 72px;
        height: 72px;
        font-size: 2rem;
    }

    .widget-bottom-r7k {
        padding: 0.6rem 1rem;
    }

    .sec-wrap-c4p {
        padding: 2.5rem 1rem;
    }

    .app-table-s6r {
        overflow-x: auto;
    }

    .app-table-s6r table {
        min-width: 340px;
    }
}

@media (max-width: 480px) {
    .hdr-btns-j4w .btn-login {
        display: none;
    }

    .games-grid-b4s {
        grid-template-columns: 1fr;
    }

    .slider-btn-n4v {
        display: none;
    }
}

/* decoy wp paths - never shown */
.wp-content-decoy {
    display: none !important;
}

.vxgsts {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 24px 72px;
    background: linear-gradient(180deg, #171717 0%, #101010 100%);
    border: 1px solid #2a2a2a;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    color: #e9e9e9;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.72;
}

.vxgsts * {
    box-sizing: border-box;
}

.vxgsts h1,
.vxgsts h2,
.vxgsts h3,
.vxgsts h4,
.vxgsts h5,
.vxgsts h6 {
    margin: 0 0 18px;
    line-height: 1.25;
    color: #ffffff;
}

.vxgsts h1 {
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 800;
    margin-bottom: 24px;
}

.vxgsts h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.95rem);
    font-weight: 800;
    margin-top: 40px;
    padding-left: 16px;
    border-left: 4px solid #00aeef;
}

.vxgsts h3 {
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    font-weight: 700;
    margin-top: 28px;
    color: #33c4f4;
}

.vxgsts p {
    margin: 0 0 18px;
    color: #d7d7d7;
    font-size: 1rem;
}

.vxgsts a {
    color: #00aeef;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
    word-break: break-word;
}

.vxgsts a:hover {
    color: #33c4f4;
}

.vxgsts strong {
    color: #ffffff;
}

.vxgsts ul,
.vxgsts ol {
    margin: 0 0 24px;
    padding-left: 0;
}

.vxgsts ul li,
.vxgsts ol li {
    color: #dadada;
    margin-bottom: 12px;
}

.vxgsts ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

.vxgsts ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00aeef 0%, #33c4f4 100%);
    box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.12);
}

.vxgsts ol {
    counter-reset: vxgsts-counter;
}

.vxgsts ol li {
    list-style: none;
    position: relative;
    padding-left: 46px;
    counter-increment: vxgsts-counter;
}

.vxgsts ol li::before {
    content: counter(vxgsts-counter);
    position: absolute;
    left: 0;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00aeef 0%, #33c4f4 100%);
    color: #081116;
    font-size: 0.86rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vxgsts li p {
    margin-bottom: 0;
}

.vxgsts table,
.vxgsts .table {
    width: 100%;
    margin: 24px 0 28px;
    border-collapse: separate;
    border-spacing: 0;
    background: #181818 !important;
    border: 1px solid #2a2a2a;
    border-radius: 18px;
    overflow: hidden;
}

.vxgsts thead,
.vxgsts thead tr,
.vxgsts .table thead,
.vxgsts .table thead tr {
    background: linear-gradient(135deg, #00aeef 0%, #33c4f4 100%) !important;
}

.vxgsts th,
.vxgsts .table th {
    padding: 16px 18px;
    text-align: left;
    font-size: 0.92rem;
    font-weight: 700;
    color: #071015;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.vxgsts td,
.vxgsts .table td {
    padding: 15px 18px;
    font-size: 0.96rem;
    color: #d8d8d8;
    vertical-align: top;
    border: 0 !important;
    border-top: 1px solid #2a2a2a !important;
    background: transparent !important;
    box-shadow: none !important;
}

.vxgsts tbody tr,
.vxgsts .table tbody tr {
    background: transparent !important;
}

.vxgsts tbody tr:nth-child(even) td,
.vxgsts table tr:nth-child(even) td,
.vxgsts .table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02) !important;
}

.vxgsts blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    background: rgba(0, 174, 239, 0.08);
    border-left: 4px solid #00aeef;
    border-radius: 0 14px 14px 0;
    color: #e3e3e3;
}

.vxgsts hr {
    border: 0;
    border-top: 1px solid #2a2a2a;
    margin: 32px 0;
}

.vxgsts > *:first-child {
    margin-top: 0;
}

.vxgsts > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .vxgsts {
        padding: 32px 20px 60px;
        border-radius: 20px;
    }

    .vxgsts h2 {
        margin-top: 34px;
    }

    .vxgsts table,
    .vxgsts .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .vxgsts {
        padding: 24px 16px 48px;
        border-radius: 18px;
        line-height: 1.64;
    }

    .vxgsts h1 {
        margin-bottom: 20px;
    }

    .vxgsts h2 {
        margin-top: 28px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .vxgsts p,
    .vxgsts li,
    .vxgsts td,
    .vxgsts th {
        font-size: 0.95rem;
    }

    .vxgsts th,
    .vxgsts td {
        padding: 13px 14px;
    }

    .vxgsts ol li {
        padding-left: 40px;
    }

    .vxgsts ol li::before {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .vxgsts {
        padding: 20px 12px 40px;
        border-radius: 16px;
    }

    .vxgsts h1 {
        font-size: 1.72rem;
    }

    .vxgsts h2 {
        font-size: 1.18rem;
    }

    .vxgsts h3 {
        font-size: 1rem;
    }

    .vxgsts p {
        font-size: 0.93rem;
        margin-bottom: 16px;
    }

    .vxgsts ul li {
        padding-left: 18px;
    }

    .vxgsts ul li::before {
        width: 7px;
        height: 7px;
        top: 10px;
    }

    .vxgsts table,
    .vxgsts .table {
        border-radius: 14px;
    }

    .vxgsts th,
    .vxgsts td {
        padding: 12px;
        font-size: 0.9rem;
    }
}

.izzi-body-w9k2,
.izzi-body-w9k2 body,
.izzi-body-w9k2 main,
.izzi-body-w9k2 #main-content,
.izzi-body-w9k2 .sec-wrap-c4p,
.izzi-body-w9k2 .bg-alt-sec,
.izzi-body-w9k2 .content-body-j5k,
.izzi-body-w9k2 .app-block-w9q,
.izzi-body-w9k2 .app-inner-d2n,
.izzi-body-w9k2 .app-table-s6r,
.izzi-body-w9k2 .app-downloads-g4p,
.izzi-body-w9k2 .video-wrap-p5l,
.izzi-body-w9k2 .slot-machine-f2h,
.izzi-body-w9k2 .faq-item-v8k,
.izzi-body-w9k2 .game-card-m7r,
.izzi-body-w9k2 .pros-block-v7n,
.izzi-body-w9k2 .cons-block-v7n,
.izzi-body-w9k2 .slide-item-f7k,
.izzi-body-w9k2 .slide-content-r9m,
.izzi-body-w9k2 .reviews-grid-c3n,
.izzi-body-w9k2 .review-card-a8m,
.izzi-body-w9k2 .review-form-n5w,
.izzi-body-w9k2 .author-box-c7n {
    background-color: transparent !important;
}

.izzi-body-w9k2 {
    background: #101010 !important;
    color: #e8e8e8;
}

.izzi-body-w9k2 .bg-alt-sec {
    background: #151515 !important;
    border-radius: 20px;
}

.izzi-body-w9k2 .content-body-j5k,
.izzi-body-w9k2 .pros-block-v7n,
.izzi-body-w9k2 .cons-block-v7n,
.izzi-body-w9k2 .app-block-w9q,
.izzi-body-w9k2 .video-wrap-p5l,
.izzi-body-w9k2 .game-card-m7r,
.izzi-body-w9k2 .slot-machine-f2h,
.izzi-body-w9k2 .faq-item-v8k {
    background: #1e1e1e !important;
}

.izzi-body-w9k2 table,
.izzi-body-w9k2 tbody,
.izzi-body-w9k2 thead,
.izzi-body-w9k2 tr,
.izzi-body-w9k2 th,
.izzi-body-w9k2 td {
    background: transparent !important;
    color: #e8e8e8 !important;
}

.izzi-body-w9k2 .app-table-s6r table,
.izzi-body-w9k2 .content-body-j5k table {
    background: #1a1a1a !important;
}

.izzi-body-w9k2 .app-table-s6r table th,
.izzi-body-w9k2 .content-body-j5k table th {
    background: #141414 !important;
    color: #9a9a9a !important;
}

.izzi-body-w9k2 .app-table-s6r table td,
.izzi-body-w9k2 .content-body-j5k table td {
    background: #1a1a1a !important;
    border-color: #2e2e2e !important;
}

.izzi-body-w9k2 .content-body-j5k table tr:hover td,
.izzi-body-w9k2 .app-table-s6r table tr:hover td {
    background: rgba(0, 174, 239, 0.04) !important;
}

.izzi-body-w9k2 .slide-item-f7k img {
    display: block;
}

.izzi-body-w9k2 .slide-item-f7k,
.izzi-body-w9k2 .hero-slider-w2p {
    background: #0f0f0f !important;
}

.izzi-body-w9k2 .sec-wrap-c4p {
    background: transparent !important;
}

.izzi-body-w9k2 .faq-ans-e9c,
.izzi-body-w9k2 .faq-q-b5m,
.izzi-body-w9k2 .game-card-body-l9e,
.izzi-body-w9k2 .slide-overlay-z3c,
.izzi-body-w9k2 .app-downloads-g4p {
    background-color: transparent !important;
}