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

body.g3h7_body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A1E00;
    color: #E8F5E9;
    line-height: 1.7;
}

.v2n9_wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.t5k1_header {
    background: linear-gradient(135deg, #012B00 0%, #014D00 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.xb7k2m9_hdr {
    width: 100%;
}

.p9x2_logo img {
    max-width: 140px;
    height: auto;
    transition: transform 0.3s ease;
}

.p9x2_logo:hover img {
    transform: scale(1.05);
}

.w2h6_nav {
    gap: 25px;
    align-items: center;
    margin: 0 20px;
}

.l9x4_link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.l9x4_link:hover {
    color: #00B300;
}

.l9x4_link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00B300;
    transition: width 0.3s ease;
}

.l9x4_link:hover::after {
    width: 100%;
}

.q4n8_online {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 179, 0, 0.15);
    padding: 8px 15px;
    border-radius: 20px;
    margin-right: 20px;
}

.m3v7_pulse {
    width: 10px;
    height: 10px;
    background: #00B300;
    border-radius: 50%;
    animation: q2w7_pulse 2s infinite;
}

@keyframes q2w7_pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.2);
    }
}

.t8j2_txt {
    color: #FFFFFF;
    font-size: 14px;
}

.r6t3_btns {
    gap: 10px;
    align-items: center;
}

.btn {
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.y8p1_login {
    background: #FFFFFF;
    color: #012B00;
}

.y8p1_login:hover {
    background: #E8F5E9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.f4s7_signup {
    background: linear-gradient(135deg, #00B300 0%, #00D800 100%);
    color: #FFFFFF;
}

.f4s7_signup:hover {
    background: linear-gradient(135deg, #00D800 0%, #00F000 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 179, 0, 0.5);
    color: #FFFFFF;
}

.d7n2_burger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.d7n2_burger span {
    width: 25px;
    height: 3px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
}

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

.d7n2_burger.j4x9_active span:nth-child(2) {
    opacity: 0;
}

.d7n2_burger.j4x9_active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.k5m8_mobile-menu {
    display: none;
    background: #012B00;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 20px;
    overflow-y: auto;
}

.k5m8_mobile-menu.m2v8_active {
    display: block;
}

.b3q9_mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.j6w1_mobile-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    background: rgba(0, 179, 0, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.j6w1_mobile-link:hover {
    background: rgba(0, 179, 0, 0.2);
    color: #00B300;
}

.a8v5_mobile-online {
    margin-top: 20px;
    padding: 15px;
    background: rgba(0, 179, 0, 0.15);
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
}

.r8m4_hero {
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.9) 0%, rgba(1, 77, 0, 0.9) 100%), url('/banner-bet.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    margin-bottom: 40px;
}

.p2x7_hero-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.w9k5_hero-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    color: #E8F5E9;
}

.j3n6_hero-btn {
    font-size: 18px;
    padding: 15px 40px;
}

.q7s2_hero-img {
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.b4v8_main {
    flex: 1;
    padding: 40px 0;
}

.n1k4_section-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}

.n1k4_section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00B300 0%, #00D800 100%);
    border-radius: 2px;
}

.x6t9_info-table {
    margin-bottom: 60px;
    background: rgba(1, 43, 0, 0.6);
    padding: 40px;
    border-radius: 15px;
}

.m8p3_table-wrapper {
    overflow-x: auto;
}

.u5j2_casino-table {
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 77, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}

.u5j2_casino-table tbody tr {
    border-bottom: 1px solid rgba(0, 179, 0, 0.2);
}

.u5j2_casino-table tbody tr:last-child {
    border-bottom: none;
}

.z9h6_param {
    font-weight: 600;
    padding: 15px 20px;
    color: #00D800;
    width: 40%;
}

.l3w7_value {
    padding: 15px 20px;
    color: #E8F5E9;
}

.c7n2_tournaments {
    margin-bottom: 60px;
}

.d4k8_tournament-grid {
    display: flex;
    flex-wrap: wrap;
}

.h5m1_tournament-card {
    background: linear-gradient(135deg, rgba(0, 77, 0, 0.4) 0%, rgba(0, 128, 0, 0.3) 100%);
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    border: 2px solid rgba(0, 179, 0, 0.2);
}

.h5m1_tournament-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 179, 0, 0.3);
    border-color: rgba(0, 179, 0, 0.5);
}

.w3p9_tournament-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.s8v4_tournament-desc {
    margin-bottom: 20px;
    color: #E8F5E9;
    line-height: 1.6;
}

.k2j7_prize {
    background: rgba(0, 179, 0, 0.2);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    color: #FFFFFF;
}

.x9n6_timer {
    text-align: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.t4m8_time-label {
    display: block;
    margin-bottom: 8px;
    color: #00D800;
    font-weight: 600;
}

.b7q3_countdown {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.p6w9_bonuses {
    margin-bottom: 60px;
}

.v8k2_bonus-grid {
    display: flex;
    flex-wrap: wrap;
}

.r3n7_bonus-card {
    background: linear-gradient(135deg, rgba(0, 77, 0, 0.5) 0%, rgba(0, 128, 0, 0.4) 100%);
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    border: 2px solid rgba(0, 179, 0, 0.3);
}

.r3n7_bonus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 179, 0, 0.4);
    border-color: rgba(0, 179, 0, 0.6);
}

.m9t5_bonus-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #00B300;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.y6j1_bonus-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.q4h8_bonus-amount {
    font-size: 32px;
    font-weight: 700;
    color: #00D800;
    margin-bottom: 15px;
}

.l2x9_bonus-desc {
    margin-bottom: 25px;
    color: #E8F5E9;
    line-height: 1.6;
}

.w5p3_bonus-btn {
    width: 100%;
    text-align: center;
}

.z5n3_slot-game {
    margin-bottom: 60px;
}

.j8k4_game-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.w6m2_slot-machine {
    background: linear-gradient(135deg, rgba(0, 77, 0, 0.6) 0%, rgba(0, 128, 0, 0.5) 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    border: 3px solid rgba(0, 179, 0, 0.4);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.h3t7_reels {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.p9v1_reel {
    background: rgba(0, 0, 0, 0.4);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid rgba(0, 179, 0, 0.3);
}

.a2x8_symbol {
    font-size: 50px;
}

.p9v1_reel.k3n9_spinning .a2x8_symbol {
    animation: h7w4_spin 0.1s linear infinite;
}

@keyframes h7w4_spin {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }
}

.m4j9_spin-btn {
    width: 100%;
    font-size: 20px;
    padding: 15px;
}

.k1w8_result {
    margin-top: 25px;
    padding: 20px;
    background: rgba(0, 179, 0, 0.2);
    border-radius: 10px;
    animation: w2v5_fadeIn 0.5s ease;
}

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

.s3h9_result-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.q9m5_content-section {
    margin-bottom: 60px;
    background: rgba(1, 43, 0, 0.4);
    padding: 40px;
    border-radius: 15px;
}

.q9m5_content-section h2,
.q9m5_content-section h3,
.q9m5_content-section h4 {
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 15px;
}

.q9m5_content-section h2 {
    font-size: 32px;
}

.q9m5_content-section h3 {
    font-size: 26px;
}

.q9m5_content-section h4 {
    font-size: 22px;
}

.q9m5_content-section p {
    margin-bottom: 15px;
    color: #E8F5E9;
    line-height: 1.8;
}

.q9m5_content-section ul,
.q9m5_content-section ol {
    margin-bottom: 20px;
    padding-left: 30px;
    color: #E8F5E9;
}

.q9m5_content-section li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.q9m5_content-section table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    background: rgba(0, 77, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}

.q9m5_content-section table th,
.q9m5_content-section table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid rgba(0, 179, 0, 0.2);
    color: #E8F5E9;
}

.q9m5_content-section table th {
    background: rgba(0, 179, 0, 0.3);
    font-weight: 600;
    color: #FFFFFF;
}

.q9m5_content-section a {
    color: #00D800;
    text-decoration: none;
}

.q9m5_content-section a:hover {
    text-decoration: underline;
}

.l7x4_faq {
    margin-bottom: 60px;
}

.n6k1_faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.t2p7_faq-item {
    background: rgba(0, 77, 0, 0.3);
    border: 1px solid rgba(0, 179, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.t2p7_faq-item .accordion-button {
    background: rgba(0, 77, 0, 0.5);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
    border: none;
}

.t2p7_faq-item .accordion-button:not(.collapsed) {
    background: rgba(0, 128, 0, 0.6);
    color: #FFFFFF;
}

.t2p7_faq-item .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 179, 0, 0.5);
}

.t2p7_faq-item .accordion-button::after {
    filter: brightness(0) invert(1);
}

.x3j9_faq-body {
    background: rgba(0, 77, 0, 0.2);
    color: #E8F5E9;
    padding: 20px;
    line-height: 1.7;
}

.d8w3_author {
    margin-bottom: 60px;
}

.b5t9_author-card {
    background: linear-gradient(135deg, rgba(0, 77, 0, 0.5) 0%, rgba(0, 128, 0, 0.4) 100%);
    padding: 30px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid rgba(0, 179, 0, 0.3);
}

.m7k2_author-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.p4x6_author-info {
    color: #E8F5E9;
    line-height: 1.8;
}

.p4x6_author-info a {
    color: #00D800;
    text-decoration: none;
}

.p4x6_author-info a:hover {
    text-decoration: underline;
}

.u9h4_footer {
    background: linear-gradient(135deg, #012B00 0%, #014D00 100%);
    padding: 50px 0 20px;
    margin-top: 60px;
    border-top: 3px solid rgba(0, 179, 0, 0.3);
}

.c2x8_footer-logo {
    max-width: 120px;
}

.s6t1_footer-text {
    color: #E8F5E9;
    font-size: 14px;
    line-height: 1.6;
}

.p7k3_footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFFFFF;
}

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

.h9m2_footer-menu li {
    margin-bottom: 10px;
}

.h9m2_footer-menu a {
    color: #E8F5E9;
    text-decoration: none;
    transition: color 0.3s ease;
}

.h9m2_footer-menu a:hover {
    color: #00D800;
}

.w5n8_providers,
.q1v9_payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.x3j6_provider,
.l4k7_payment {
    background: rgba(0, 179, 0, 0.2);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    color: #FFFFFF;
}

.z8b3_footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 179, 0, 0.2);
}

.m5t2_copyright,
.d6x9_legal {
    color: #E8F5E9;
    font-size: 13px;
    margin: 5px 0;
}

.y3m8_fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #00B300 0%, #00D800 100%);
    padding: 15px 0;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
    animation: q8v4_slideUp 0.5s ease;
}

@keyframes q8v4_slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.k7n2_widget-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.t5j9_widget-text {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.w1p6_widget-btn {
    background: #FFFFFF;
    color: #00B300;
    font-weight: 700;
}

.w1p6_widget-btn:hover {
    background: #E8F5E9;
    color: #00B300;
}

@media (max-width: 991px) {
    .p2x7_hero-title {
        font-size: 32px;
    }

    .w9k5_hero-subtitle {
        font-size: 18px;
    }

    .n1k4_section-title {
        font-size: 28px;
    }

    .x6t9_info-table,
    .q9m5_content-section,
    .b5t9_author-card {
        padding: 25px;
    }

    .w6m2_slot-machine {
        padding: 25px;
    }

    .h3t7_reels {
        gap: 10px;
    }

    .p9v1_reel {
        width: 80px;
        height: 80px;
    }

    .a2x8_symbol {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .p2x7_hero-title {
        font-size: 26px;
    }

    .r8m4_hero {
        padding: 50px 0;
    }

    .z9h6_param,
    .l3w7_value {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .z9h6_param {
        background: rgba(0, 179, 0, 0.2);
        font-weight: 700;
    }

    .t5j9_widget-text {
        font-size: 14px;
    }

    .w1p6_widget-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.x7b2_unused-class {
    display: none;
}

.v9k3_wp-block {
    margin: 0;
}

.m2t8_elementor-section {
    position: relative;
}

.w4j6_yoast-schema {
    visibility: hidden;
}

.tgwe {
    max-width: 980px;
    margin: 0 auto 24px;
    padding: 34px 24px 42px;
    color: #eef8ea;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    #102709;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.tgwe h1,
.tgwe h2,
.tgwe h3,
.tgwe h4,
.tgwe h5,
.tgwe h6 {
    color: #ffffff;
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.tgwe h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 24px;
}

.tgwe h2 {
    font-size: clamp(1.4rem, 2.2vw, 1.95rem);
    margin-top: 46px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tgwe h3 {
    font-size: clamp(1.12rem, 1.8vw, 1.36rem);
    margin-top: 28px;
    margin-bottom: 14px;
    color: #8dff8d;
}

.tgwe h4 {
    font-size: 1.04rem;
    margin-top: 22px;
    margin-bottom: 12px;
}

.tgwe p {
    margin-bottom: 16px;
    color: #c2d0bc;
    font-size: 1rem;
    line-height: 1.76;
}

.tgwe > p:first-of-type {
    color: #eef8ea;
    font-size: 1.05rem;
}

.tgwe a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.tgwe a:hover {
    color: #cffff0;
}

.tgwe strong,
.tgwe b {
    color: #ffffff;
    font-weight: 800;
}

.tgwe em,
.tgwe i {
    font-style: italic;
}

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

.tgwe ul li,
.tgwe ol li {
    margin-bottom: 10px;
    color: #c2d0bc;
    line-height: 1.72;
}

.tgwe ul li::marker,
.tgwe ol li::marker {
    color: #00b300;
    font-weight: 800;
}

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

.tgwe blockquote {
    margin: 28px 0;
    padding: 18px 20px;
    border-left: 4px solid #00b300;
    border-radius: 0 14px 14px 0;
    background: rgba(0, 179, 0, 0.08);
}

.tgwe blockquote p {
    margin: 0;
    color: #eef8ea;
}

.tgwe table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

.tgwe thead tr {
    background: #012b00;
}

.tgwe th,
.tgwe td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tgwe th {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
}

.tgwe td {
    color: #eef8ea;
    font-size: 0.95rem;
}

.tgwe tbody tr:last-child td {
    border-bottom: 0;
}

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

.tgwe img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
}

.tgwe .table-wrap {
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 16px;
}

.tgwe .table-wrap table {
    margin: 0;
    min-width: 700px;
}

@media (max-width: 767px) {
    .tgwe {
        padding: 22px 16px 28px;
        border-radius: 18px;
        margin-bottom: 18px;
    }

    .tgwe h1 {
        font-size: 1.8rem;
        margin-bottom: 18px;
    }

    .tgwe h2 {
        margin-top: 34px;
        margin-bottom: 14px;
        padding-bottom: 8px;
        font-size: 1.28rem;
    }

    .tgwe h3 {
        margin-top: 24px;
        margin-bottom: 12px;
        font-size: 1.06rem;
    }

    .tgwe p {
        font-size: 0.95rem;
        line-height: 1.72;
        margin-bottom: 14px;
    }

    .tgwe ul,
    .tgwe ol {
        padding-left: 20px;
        margin-bottom: 18px;
    }

    .tgwe ul li,
    .tgwe ol li {
        margin-bottom: 8px;
    }

    .tgwe blockquote {
        margin: 22px 0;
        padding: 16px;
    }

    .tgwe table,
    .tgwe thead,
    .tgwe tbody,
    .tgwe tr,
    .tgwe th,
    .tgwe td {
        display: block;
        width: 100%;
    }

    .tgwe table {
        border: 0;
        background: transparent;
    }

    .tgwe thead {
        display: none;
    }

    .tgwe tbody {
        display: grid;
        gap: 12px;
    }

    .tgwe tr {
        padding: 12px 14px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .tgwe td {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .tgwe td:last-child {
        border-bottom: 0;
    }

    .tgwe td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: #8dff8d;
        font-size: 0.78rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 479px) {
    .tgwe {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tgwe h1 {
        font-size: 1.64rem;
    }

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

    .tgwe h3 {
        font-size: 1.02rem;
    }

    .tgwe p,
    .tgwe td,
    .tgwe ul li,
    .tgwe ol li {
        font-size: 0.92rem;
    }
}

.u5j2_casino-table,
.u5j2_casino-table tbody,
.u5j2_casino-table tr,
.u5j2_casino-table td,
.table.u5j2_casino-table,
.table.u5j2_casino-table > :not(caption) > * > * {
    background: transparent !important;
    background-color: transparent !important;
    color: #eef8ea;
}

.m8p3_table-wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    #102709;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
}

.u5j2_casino-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.03);
    --bs-table-border-color: rgba(255, 255, 255, 0.08);
}

.u5j2_casino-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.u5j2_casino-table tbody tr:last-child {
    border-bottom: 0;
}

.u5j2_casino-table td {
    padding: 14px 18px;
    border: 0;
}

.z9h6_param {
    width: 38%;
    color: #8dff8d !important;
    font-weight: 700;
}

.l3w7_value {
    color: #eef8ea !important;
}

@media (max-width: 767px) {
    .u5j2_casino-table,
    .u5j2_casino-table tbody,
    .u5j2_casino-table tr,
    .u5j2_casino-table td {
        display: block;
        width: 100%;
    }

    .u5j2_casino-table tbody {
        padding: 6px 0;
    }

    .u5j2_casino-table tr {
        padding: 10px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .u5j2_casino-table td {
        padding: 8px 0;
    }

    .z9h6_param {
        width: 100%;
        margin-bottom: 2px;
    }
}
