/* Pin Up Casino Styles - v2.4.1 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-bg: #323234;
    --color-header: #000000;
    --color-login: #00fbc8;
    --color-signup: #ff2e09;
    --color-text-light: #ffffff;
    --color-text-dark: #1a1a1a;
    --color-accent: #00fbc8;
}

body {
    font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

.xd87gh2-body {
    min-height: 100vh;
}

.qp28fk-wrapper {
    display: flex;
    flex-direction: column;
}

/* Header Styles */
.header-main-xk93jd {
    background-color: var(--color-header);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-container-pk93ks {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-row-gh47kd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header-left-vn83jd {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-img-gh93kd {
    max-width: 180px;
    height: auto;
}

.online-counter-pk47ds {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-accent);
    font-size: 14px;
}

.online-dot-xk83jd {
    width: 8px;
    height: 8px;
    background: var(--color-accent);
    border-radius: 50%;
    animation: pulse-xk93jd 2s infinite;
}

@keyframes pulse-xk93jd {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.header-nav-gh84ks {
    display: flex;
}

.nav-list-vn47kd {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-link-pk93js {
    color: var(--color-text-light);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s;
}

.nav-link-pk93js:hover {
    color: var(--color-accent);
}

.header-right-mn83jd {
    display: flex;
    gap: 10px;
}

.btn-header-xk48ds {
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.btn-login-gh93kd {
    background-color: transparent;
    color: var(--color-login);
    border: 2px solid var(--color-login);
}

.btn-login-gh93kd:hover {
    background-color: var(--color-login);
    color: var(--color-text-dark);
    transform: translateY(-2px);
}

.btn-signup-pk47ds {
    background-color: var(--color-signup);
    color: var(--color-text-light);
    border: 2px solid var(--color-signup);
}

.btn-signup-pk47ds:hover {
    background-color: #d92507;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 46, 9, 0.4);
}

/* Burger Menu */
.burger-menu-xk93jd {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.burger-line-pk47ds {
    width: 25px;
    height: 3px;
    background-color: var(--color-text-light);
    transition: all 0.3s;
}

/* Hero Section */
.vc72mn-hero {
    margin: 30px 20px;
    border-radius: 15px;
    overflow: hidden;
}

.hero-xj39dk {
    background-image: url('/pinup-b.jpg');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pk84vn-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 60px 40px;
    text-align: center;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.hero-heading-gh83kd {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--color-text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-text-mn47js {
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--color-accent);
}

.btn-dk38fh {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, var(--color-signup), #ff5722);
    color: var(--color-text-light);
    text-decoration: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-dk38fh:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 46, 9, 0.5);
}

/* Container */
.container-fn84jd {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.box-style-hf82kd {
    background: linear-gradient(145deg, #2a2a2c, #3a3a3c);
    border-radius: 12px;
    padding: 30px;
    margin: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.section-title-pl39dk {
    font-size: 32px;
    margin-bottom: 25px;
    color: var(--color-text-light);
    text-align: center;
}

/* Jackpots Section */
.jackpots-grid-xm47ks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.jackpot-card-df83jk {
    background: linear-gradient(135deg, #1a1a1c, #2a2a2c);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid var(--color-accent);
    transition: transform 0.3s;
}

.jackpot-card-df83jk:hover {
    transform: translateY(-5px);
}

.jackpot-label-gh92kd {
    font-size: 18px;
    color: var(--color-accent);
    margin-bottom: 15px;
}

.jackpot-amount-pk47ns {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-text-light);
}

/* Bonuses Section */
.bonuses-slider-xk39ds {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.bonus-card-fk83jd {
    background: linear-gradient(135deg, #2a2a2c, #1a1a1c);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
}

.bonus-card-fk83jd:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 251, 200, 0.2);
}

.bonus-icon-pk92ks {
    font-size: 48px;
    margin-bottom: 15px;
}

.bonus-title-gh47kd {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--color-text-light);
}

.bonus-desc-mn83ls {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.5;
}

.btn-vk48dk {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--color-signup);
    color: var(--color-text-light);
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-vk48dk:hover {
    background-color: #d92507;
    transform: scale(1.05);
}

/* Games Section */
.games-grid-pk84ns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.game-card-dk38fh {
    background: #1a1a1c;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
}

.game-card-dk38fh:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 46, 9, 0.3);
}

.game-img-vn47ks {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.game-title-gh93kd {
    font-size: 18px;
    padding: 15px;
    color: var(--color-text-light);
    text-align: center;
}

.btn-game-xk48ds {
    display: block;
    width: calc(100% - 30px);
    margin: 0 15px 15px;
    padding: 10px;
    background-color: var(--color-login);
    color: var(--color-text-dark);
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-game-xk48ds:hover {
    background-color: #00d4a8;
}

/* Wheel Section */
.wheel-container-xk48ds {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wheel-canvas-gh93kd {
    max-width: 100%;
    height: auto;
}

.btn-spin-dk47hs {
    padding: 15px 40px;
    background: linear-gradient(135deg, var(--color-login), #00d4a8);
    color: var(--color-text-dark);
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-spin-dk47hs:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 251, 200, 0.4);
}

.btn-spin-dk47hs:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wheel-result-vn83jd {
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #2a2a2c, #1a1a1c);
    border-radius: 10px;
    animation: fadeIn-xk93jd 0.5s;
}

@keyframes fadeIn-xk93jd {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-title-pk92ks {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--color-accent);
}

.result-text-mn47dk {
    font-size: 20px;
    margin-bottom: 20px;
}

.btn-claim-gh84ks {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--color-signup);
    color: var(--color-text-light);
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-claim-gh84ks:hover {
    background-color: #d92507;
    transform: scale(1.05);
}

/* Content Section */
.content-wrapper-xk93jd {
    margin: 0 20px;
}

.content-box-df84kd {
    background: linear-gradient(145deg, #2a2a2c, #3a3a3c);
}

.main-heading-pk93js {
    font-size: 38px;
    margin-bottom: 25px;
    color: var(--color-text-light);
    line-height: 1.3;
}

.text-content-gh84dk {
    font-size: 18px;
    line-height: 1.8;
    color: #e0e0e0;
}

.text-content-gh84dk h2 {
    font-size: 32px;
    margin: 30px 0 20px;
    color: var(--color-accent);
}

.text-content-gh84dk h3 {
    font-size: 26px;
    margin: 25px 0 15px;
    color: var(--color-text-light);
}

.text-content-gh84dk p {
    margin-bottom: 20px;
}

.text-content-gh84dk ul,
.text-content-gh84dk ol {
    margin: 20px 0;
    padding-left: 30px;
}

.text-content-gh84dk li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.text-content-gh84dk table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
    background: #1a1a1c;
    max-width: 90%;
}

.text-content-gh84dk th,
.text-content-gh84dk td {
    border: 2px solid var(--color-accent);
    padding: 15px;
    text-align: left;
}

.text-content-gh84dk th {
    background: #2a2a2c;
    font-weight: 700;
    color: var(--color-accent);
}

.text-content-gh84dk a {
    color: var(--color-accent);
    text-decoration: none;
}

.text-content-gh84dk a:hover {
    text-decoration: underline;
}

/* Author Section */
.author-card-vk83jd {
    display: flex;
    gap: 25px;
    align-items: start;
}

.author-photo-gh93kd {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--color-accent);
}

.author-info-pk47ds {
    flex: 1;
}

.author-name-dk38fh {
    font-size: 28px;
    margin-bottom: 5px;
    color: var(--color-text-light);
}

.author-title-mn82ks {
    font-size: 18px;
    color: var(--color-accent);
    margin-bottom: 15px;
}

.author-bio-xk47ds {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #ccc;
}

.author-link-pk92ks {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--color-login);
    color: var(--color-text-dark);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s;
}

.author-link-pk92ks:hover {
    background-color: #00d4a8;
    transform: translateY(-2px);
}

/* Footer */
.footer-main-xk93jd {
    background-color: var(--color-header);
    margin-top: 50px;
    padding: 40px 20px 20px;
}

.footer-container-pk93ks {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top-gh47kd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-logo-dk38fh {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-tagline-pk47ds {
    font-size: 14px;
    color: #999;
}

.footer-heading-mn47dk {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color-accent);
}

.footer-menu-xk93jd {
    list-style: none;
    padding: 0;
}

.footer-menu-item-pk47ds {
    margin-bottom: 10px;
}

.footer-link-gh83kd {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link-gh83kd:hover {
    color: var(--color-accent);
}

.footer-contact-xk93jd {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.footer-providers-gh93kd,
.footer-payments-vn93jd {
    margin-bottom: 30px;
}

.providers-grid-pk84ds,
.payments-grid-dk84ks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.provider-item-xk47ds,
.payment-item-gh47ds {
    background: #1a1a1c;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #ccc;
}

.footer-bottom-xk93jd {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
}

.footer-copyright-gh84ks,
.footer-license-mn83jd,
.footer-disclaimer-vn47dk {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.footer-links-dk38fh {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-legal-link-xk93jd {
    color: #999;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.footer-legal-link-xk93jd:hover {
    color: var(--color-accent);
}

/* Fixed Widget */
.fixed-widget-xk93jd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--color-signup), #ff5722);
    padding: 15px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: slideUp-xk93jd 0.5s;
}

@keyframes slideUp-xk93jd {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.widget-content-gh84ks {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.widget-text-pk47ds {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text-light);
}

.widget-btn-dk38fh {
    padding: 12px 30px;
    background-color: var(--color-text-light);
    color: var(--color-signup);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.widget-btn-dk38fh:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* Slider Dots */
.slider-dots-xk39dk {
    display: none;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.slider-dot-pk47ds {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #555;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot-pk47ds.active-dot-gh84ks {
    background: var(--color-accent);
    transform: scale(1.2);
}

/* Unused styles for uniqueness */
.unused-class-xk93jd {
    display: none;
}

.deprecated-style-pk47ds {
    visibility: hidden;
}

.old-layout-gh84ks {
    opacity: 0;
}

.legacy-component-vn83jd {
    position: absolute;
    left: -9999px;
}

/* WP Styles for obfuscation */
.wp-block-embed {
    display: none;
}

.elementor-element {
    display: none;
}

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

.wp-block-group__inner-container {
    display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .header-nav-gh84ks {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--color-header);
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

    .header-nav-gh84ks.active-nav-xk93jd {
        display: block;
    }

    .nav-list-vn47kd {
        flex-direction: column;
        gap: 15px;
    }

    .burger-menu-xk93jd {
        display: flex;
    }

    .hero-heading-gh83kd {
        font-size: 32px;
    }

    .hero-text-mn47js {
        font-size: 18px;
    }

    .bonuses-slider-xk39ds,
    .games-grid-pk84ns {
        grid-template-columns: 1fr;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        display: flex;
        gap: 15px;
        padding-bottom: 10px;
    }

    .bonus-card-fk83jd,
    .game-card-dk38fh {
        min-width: 280px;
        scroll-snap-align: start;
    }

    .slider-dots-xk39dk {
        display: flex;
    }

    .author-card-vk83jd {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .widget-content-gh84ks {
        flex-direction: column;
        text-align: center;
    }

    .text-content-gh84dk table {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .header-right-mn83jd {
        position: fixed;
        top: 15px;
        right: 60px;
        z-index: 1001;
    }

    .btn-header-xk48ds {
        padding: 8px 15px;
        font-size: 12px;
    }

    .main-heading-pk93js {
        font-size: 28px;
    }

    .section-title-pl39dk {
        font-size: 24px;
    }
}

.hdfrd {
    max-width: 980px;
    margin: 48px auto;
    padding: 40px;
    background: linear-gradient(180deg, rgba(28, 28, 30, 0.98) 0%, rgba(43, 43, 45, 0.98) 100%);
    border: 1px solid rgba(0, 251, 200, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
    color: #f0f0f0;
}

.hdfrd h1 {
    margin: 0 0 24px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.hdfrd h2 {
    margin: 34px 0 18px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #00fbc8;
}

.hdfrd h3 {
    margin: 26px 0 14px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

.hdfrd p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.8;
    color: #e7e7e7;
}

.hdfrd ul,
.hdfrd ol {
    margin: 0 0 22px;
    padding-left: 24px;
    color: #e7e7e7;
}

.hdfrd li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.7;
}

.hdfrd a {
    color: #00fbc8;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.hdfrd a:hover {
    color: #ffffff;
    opacity: 0.95;
}

.hdfrd strong,
.hdfrd b {
    color: #ffffff;
    font-weight: 700;
}

.hdfrd table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    overflow: hidden;
}

.hdfrd thead tr {
    background: rgba(0, 0, 0, 0.35);
}

.hdfrd th {
    padding: 16px 18px;
    text-align: left;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #00fbc8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hdfrd td {
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #e7e7e7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hdfrd tr:last-child td {
    border-bottom: none;
}

.hdfrd tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.hdfrd blockquote {
    margin: 28px 0;
    padding: 22px 22px 22px 18px;
    background: rgba(0, 251, 200, 0.05);
    border-left: 4px solid #00fbc8;
    border-radius: 14px;
}

.hdfrd blockquote p {
    margin: 0;
    color: #f1f1f1;
}

.hdfrd dl {
    margin: 0 0 24px;
}

.hdfrd dt {
    margin: 20px 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.hdfrd dd {
    margin: 0 0 16px;
    color: #e7e7e7;
}

.hdfrd dd p {
    margin: 0;
}

.hdfrd img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.hdfrd hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .hdfrd {
        margin: 36px auto;
        padding: 32px 24px;
        border-radius: 18px;
    }

    .hdfrd h1 {
        font-size: 34px;
    }

    .hdfrd h2 {
        font-size: 27px;
    }

    .hdfrd h3 {
        font-size: 21px;
    }

    .hdfrd p,
    .hdfrd li {
        font-size: 16px;
    }

    .hdfrd th,
    .hdfrd td {
        padding: 14px;
    }

    .hdfrd dt {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .hdfrd {
        margin: 28px auto;
        padding: 24px 18px;
        border-radius: 16px;
    }

    .hdfrd h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .hdfrd h2 {
        margin: 28px 0 14px;
        font-size: 23px;
    }

    .hdfrd h3 {
        margin: 22px 0 12px;
        font-size: 19px;
    }

    .hdfrd p,
    .hdfrd li {
        font-size: 15px;
        line-height: 1.75;
    }

    .hdfrd ul,
    .hdfrd ol {
        padding-left: 20px;
    }

    .hdfrd table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 12px;
    }

    .hdfrd th,
    .hdfrd td {
        min-width: 180px;
        padding: 12px;
        font-size: 14px;
    }

    .hdfrd blockquote {
        padding: 18px 16px 18px 14px;
        border-radius: 12px;
    }

    .hdfrd dt {
        margin: 18px 0 8px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .hdfrd {
        margin: 20px auto;
        padding: 20px 14px;
    }

    .hdfrd h1 {
        font-size: 24px;
    }

    .hdfrd h2 {
        font-size: 20px;
    }

    .hdfrd h3 {
        font-size: 18px;
    }

    .hdfrd p,
    .hdfrd li,
    .hdfrd th,
    .hdfrd td,
    .hdfrd dt {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .container-fn84jd {
        padding: 0 14px;
    }

    .vc72mn-hero {
        margin: 20px 14px;
        border-radius: 14px;
    }

    .hero-xj39dk {
        min-height: 320px;
        background-position: center;
    }

    .pk84vn-overlay {
        padding: 28px 20px;
        width: calc(100% - 24px);
        max-width: 520px;
    }

    .hero-heading-gh83kd {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .hero-text-mn47js {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .btn-dk38fh {
        padding: 14px 22px;
        font-size: 16px;
        width: 100%;
        max-width: 260px;
        text-align: center;
    }

    .box-style-hf82kd {
        padding: 22px 16px;
        margin: 18px 14px;
        border-radius: 14px;
    }

    .section-title-pl39dk {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .jackpots-grid-xm47ks {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .jackpot-card-df83jk {
        padding: 18px 14px;
    }

    .jackpot-label-gh92kd {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .jackpot-amount-pk47ns {
        font-size: 26px;
    }

    .bonuses-slider-xk39ds,
    .games-grid-pk84ns {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .bonuses-slider-xk39ds::-webkit-scrollbar,
    .games-grid-pk84ns::-webkit-scrollbar {
        height: 4px;
    }

    .bonus-card-fk83jd,
    .game-card-dk38fh {
        min-width: 280px;
        width: 280px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .bonus-card-fk83jd {
        padding: 22px 16px;
    }

    .bonus-icon-pk92ks {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .bonus-title-gh47kd {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .bonus-desc-mn83ls {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 14px;
    }

    .btn-vk48dk,
    .btn-game-xk48ds {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 11px 14px;
        font-size: 14px;
    }

    .game-img-vn47ks {
        height: 150px;
    }

    .game-title-gh93kd {
        font-size: 16px;
        padding: 12px;
    }

    .slider-dots-xk39dk {
        display: flex;
        margin-top: 14px;
    }

    .wheel-container-xk48ds {
        gap: 16px;
    }

    .wheel-canvas-gh93kd {
        width: 280px !important;
        height: 280px !important;
    }

    .btn-spin-dk47hs {
        width: 100%;
        max-width: 280px;
        padding: 13px 16px;
        font-size: 17px;
    }

    .wheel-result-vn83jd {
        margin-top: 20px;
        padding: 22px 16px;
    }

    .result-title-pk92ks {
        font-size: 24px;
    }

    .result-text-mn47dk {
        font-size: 16px;
    }

    .btn-claim-gh84ks {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 12px 16px;
        font-size: 16px;
    }

    .content-wrapper-xk93jd,
    .content-box-df84kd {
        margin: 0;
    }

    .text-content-gh84dk {
        font-size: 16px;
        line-height: 1.75;
    }

    .text-content-gh84dk h2 {
        font-size: 25px;
        margin: 24px 0 14px;
    }

    .text-content-gh84dk h3 {
        font-size: 21px;
        margin: 20px 0 12px;
    }

    .text-content-gh84dk p {
        margin-bottom: 14px;
    }

    .text-content-gh84dk ul,
    .text-content-gh84dk ol {
        padding-left: 20px;
        margin: 16px 0;
    }

    .text-content-gh84dk li {
        margin-bottom: 8px;
    }

    .text-content-gh84dk table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
        margin: 20px 0;
    }

    .text-content-gh84dk th,
    .text-content-gh84dk td {
        padding: 10px 12px;
        font-size: 14px;
    }

    .widget-content-gh84ks {
        gap: 10px;
    }

    .widget-text-pk47ds {
        font-size: 16px;
    }

    .widget-btn-dk38fh {
        padding: 10px 18px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .container-fn84jd {
        padding: 0 10px;
    }

    .vc72mn-hero {
        margin: 14px 10px;
        border-radius: 12px;
    }

    .hero-xj39dk {
        min-height: 250px;
    }

    .pk84vn-overlay {
        padding: 20px 14px;
        width: calc(100% - 16px);
        border-radius: 10px;
    }

    .hero-heading-gh83kd {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hero-text-mn47js {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .btn-dk38fh {
        max-width: 100%;
        width: 100%;
        padding: 12px 14px;
        font-size: 14px;
    }

    .box-style-hf82kd {
        padding: 16px 12px;
        margin: 14px 10px;
        border-radius: 12px;
    }

    .section-title-pl39dk {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .jackpot-card-df83jk {
        padding: 14px 12px;
        border-radius: 10px;
    }

    .jackpot-label-gh92kd {
        font-size: 14px;
    }

    .jackpot-amount-pk47ns {
        font-size: 22px;
    }

    .bonus-card-fk83jd,
    .game-card-dk38fh {
        min-width: 84%;
        width: 84%;
    }

    .bonus-card-fk83jd {
        padding: 18px 14px;
    }

    .bonus-icon-pk92ks {
        font-size: 30px;
    }

    .bonus-title-gh47kd {
        font-size: 17px;
    }

    .bonus-desc-mn83ls {
        font-size: 13px;
    }

    .game-img-vn47ks {
        height: 135px;
    }

    .game-title-gh93kd {
        font-size: 15px;
        padding: 10px;
    }

    .btn-game-xk48ds {
        margin-bottom: 12px;
    }

    .wheel-canvas-gh93kd {
        width: 220px !important;
        height: 220px !important;
    }

    .btn-spin-dk47hs {
        max-width: 220px;
        font-size: 15px;
        padding: 12px 14px;
    }

    .wheel-result-vn83jd {
        padding: 18px 12px;
    }

    .result-title-pk92ks {
        font-size: 20px;
    }

    .result-text-mn47dk {
        font-size: 14px;
    }

    .btn-claim-gh84ks {
        max-width: 220px;
        padding: 11px 14px;
        font-size: 14px;
    }

    .text-content-gh84dk {
        font-size: 14px;
        line-height: 1.7;
    }

    .text-content-gh84dk h2 {
        font-size: 21px;
        margin: 20px 0 12px;
    }

    .text-content-gh84dk h3 {
        font-size: 18px;
        margin: 18px 0 10px;
    }

    .text-content-gh84dk table {
        border-radius: 8px;
    }

    .text-content-gh84dk th,
    .text-content-gh84dk td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .fixed-widget-xk93jd {
        padding: 10px 12px;
    }

    .widget-content-gh84ks {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .widget-text-pk47ds {
        font-size: 14px;
    }

    .widget-btn-dk38fh {
        width: 100%;
        max-width: 220px;
        text-align: center;
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .vc72mn-hero {
        margin: 12px 8px;
    }

    .hero-xj39dk {
        min-height: 210px;
    }

    .pk84vn-overlay {
        padding: 16px 12px;
    }

    .hero-heading-gh83kd {
        font-size: 20px;
    }

    .hero-text-mn47js {
        font-size: 13px;
    }

    .box-style-hf82kd {
        margin: 12px 8px;
        padding: 14px 10px;
    }

    .section-title-pl39dk {
        font-size: 18px;
    }

    .bonus-card-fk83jd,
    .game-card-dk38fh {
        min-width: 88%;
        width: 88%;
    }

    .wheel-canvas-gh93kd {
        width: 190px !important;
        height: 190px !important;
    }

    .btn-spin-dk47hs,
    .btn-claim-gh84ks {
        max-width: 190px;
    }

    .text-content-gh84dk h2 {
        font-size: 18px;
    }

    .text-content-gh84dk h3 {
        font-size: 16px;
    }

    .text-content-gh84dk,
    .text-content-gh84dk p,
    .text-content-gh84dk li {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .container-fn84jd,
    .main-wrapper-kd93ls {
        width: 100%;
        max-width: 100%;
        padding: 0 8px !important;
        margin: 0 !important;
    }

    .vc72mn-hero,
    .box-style-hf82kd,
    .content-wrapper-xk93jd,
    .content-box-df84kd {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .vc72mn-hero {
        margin: 12px 0 !important;
        border-radius: 10px !important;
    }

    .hero-xj39dk {
        min-height: 220px !important;
    }

    .pk84vn-overlay {
        width: calc(100% - 16px) !important;
        max-width: 100% !important;
        padding: 16px 12px !important;
        border-radius: 10px !important;
    }

    .hero-heading-gh83kd {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }

    .hero-text-mn47js {
        font-size: 13px !important;
        margin-bottom: 12px !important;
    }

    .btn-dk38fh {
        display: block !important;
        width: 100% !important;
        max-width: 220px !important;
        margin: 0 auto !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        text-align: center !important;
    }

    .box-style-hf82kd {
        padding: 12px 10px !important;
        margin: 12px 0 !important;
        border-radius: 10px !important;
    }

    .section-title-pl39dk {
        font-size: 18px !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }

    .jackpots-grid-xm47ks {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .jackpot-card-df83jk {
        width: 100% !important;
        padding: 12px 10px !important;
        border-radius: 8px !important;
    }

    .jackpot-label-gh92kd {
        font-size: 13px !important;
        margin-bottom: 6px !important;
    }

    .jackpot-amount-pk47ns {
        font-size: 18px !important;
        line-height: 1.2 !important;
    }

    .bonuses-slider-xk39ds,
    .games-grid-pk84ns {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 10px !important;
        padding: 0 0 8px 0 !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .bonuses-slider-xk39ds::-webkit-scrollbar,
    .games-grid-pk84ns::-webkit-scrollbar {
        height: 4px;
    }

    .bonus-card-fk83jd,
    .game-card-dk38fh {
        flex: 0 0 82% !important;
        min-width: 82% !important;
        max-width: 82% !important;
        width: 82% !important;
        scroll-snap-align: start !important;
        border-radius: 10px !important;
    }

    .bonus-card-fk83jd {
        padding: 16px 12px !important;
    }

    .bonus-icon-pk92ks {
        font-size: 28px !important;
        margin-bottom: 8px !important;
    }

    .bonus-title-gh47kd {
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }

    .bonus-desc-mn83ls {
        font-size: 13px !important;
        line-height: 1.45 !important;
        margin-bottom: 12px !important;
    }

    .btn-vk48dk,
    .btn-game-xk48ds {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        text-align: center !important;
        border-radius: 6px !important;
    }

    .game-img-vn47ks {
        width: 100% !important;
        height: 120px !important;
        object-fit: cover !important;
    }

    .game-title-gh93kd {
        font-size: 14px !important;
        padding: 10px 8px !important;
    }

    .slider-dots-xk39dk {
        display: flex !important;
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 10px !important;
    }

    .wheel-section-pk93jd {
        text-align: center !important;
    }

    .wheel-container-xk48ds {
        gap: 12px !important;
    }

    .wheel-canvas-gh93kd,
    #wheelCanvas {
        width: 170px !important;
        height: 170px !important;
        max-width: 170px !important;
        max-height: 170px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .btn-spin-dk47hs {
        display: block !important;
        width: 100% !important;
        max-width: 170px !important;
        margin: 0 auto !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
    }

    .wheel-result-vn83jd {
        padding: 14px 10px !important;
        margin-top: 14px !important;
    }

    .result-title-pk92ks {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .result-text-mn47dk {
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

    .btn-claim-gh84ks {
        display: block !important;
        width: 100% !important;
        max-width: 170px !important;
        margin: 0 auto !important;
        padding: 10px 12px !important;
        font-size: 13px !important;
        text-align: center !important;
    }

    .content-wrapper-xk93jd,
    .content-box-df84kd {
        padding: 0 !important;
    }

    .text-content-gh84dk {
        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .text-content-gh84dk h1,
    .main-heading-pk93js {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    .text-content-gh84dk h2 {
        font-size: 18px !important;
        line-height: 1.25 !important;
        margin: 18px 0 10px !important;
    }

    .text-content-gh84dk h3 {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin: 16px 0 8px !important;
    }

    .text-content-gh84dk p,
    .text-content-gh84dk li {
        font-size: 13px !important;
        line-height: 1.65 !important;
    }

    .text-content-gh84dk ul,
    .text-content-gh84dk ol {
        padding-left: 18px !important;
        margin: 12px 0 !important;
    }

    .text-content-gh84dk table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        margin: 14px 0 !important;
    }

    .text-content-gh84dk th,
    .text-content-gh84dk td {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }

    .fixed-widget-xk93jd {
        padding: 8px 10px !important;
    }

    .widget-content-gh84ks {
        flex-direction: column !important;
        gap: 6px !important;
        text-align: center !important;
    }

    .widget-text-pk47ds {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .widget-btn-dk38fh {
        display: inline-block !important;
        width: auto !important;
        max-width: 160px !important;
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .bonus-card-fk83jd,
    .game-card-dk38fh {
        flex: 0 0 86% !important;
        min-width: 86% !important;
        max-width: 86% !important;
        width: 86% !important;
    }

    .wheel-canvas-gh93kd,
    #wheelCanvas {
        width: 150px !important;
        height: 150px !important;
        max-width: 150px !important;
        max-height: 150px !important;
    }

    .btn-spin-dk47hs,
    .btn-claim-gh84ks {
        max-width: 150px !important;
    }

    .hero-heading-gh83kd {
        font-size: 18px !important;
    }

    .section-title-pl39dk {
        font-size: 16px !important;
    }
}