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

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A0A0A;
    color: #E8E8E8;
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    line-height: 1.3;
    font-weight: 700;
}

a {
    color: #FF9933;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #FFB366;
    text-decoration: none;
}

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

.kz8p4nx5.main-header {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.lp3k8wx9.logo-img {
    height: 50px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #E8E8E8 !important;
    font-weight: 600;
    padding: 8px 16px !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #FF9933 !important;
    transform: translateY(-2px);
}

.nm6k8wx3.btn-login {
    background: transparent;
    border: 2px solid #FF9933;
    color: #FF9933;
    padding: 8px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nm6k8wx3.btn-login:hover {
    background: #FF9933;
    color: #1A1A1A;
    transform: scale(1.05);
}

.qp9w5kx7.btn-signup {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    border: none;
    color: #FFFFFF;
    padding: 8px 24px;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 153, 51, 0.3);
    transition: all 0.3s ease;
}

.qp9w5kx7.btn-signup:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 153, 51, 0.5);
}

.mx6k9nl5.btn-login-mobile,
.fw8p3kx7.btn-signup-mobile {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.mx6k9nl5.btn-login-mobile {
    background: transparent;
    border: 2px solid #FF9933;
    color: #FF9933;
    margin-right: 8px;
}

.fw8p3kx7.btn-signup-mobile {
    background: #FF9933;
    border: none;
    color: #FFFFFF;
}

.kp7w3nx9.online-counter {
    background: rgba(255, 153, 51, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    margin-right: 15px;
}

.mx2k9lp5 {
    color: #E8E8E8;
    font-size: 14px;
}

.vh7k3lm1.hero-section {
    background: url('/banner-dragon-money.jpg') center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    margin-bottom: 60px;
}

.vh7k3lm1.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.7) 100%);
}

.vh7k3lm1.hero-section .container {
    position: relative;
    z-index: 1;
}

.qp8m4nx7.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    animation: fadeInUp 0.8s ease;
}

.nl5k8dw1 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    opacity: 0.9;
    animation: fadeInUp 1s ease;
}

.tx6y2mr9.btn-cta {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
    padding: 16px 48px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.4);
    transition: all 0.4s ease;
    animation: fadeInUp 1.2s ease;
}

.tx6y2mr9.btn-cta:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 35px rgba(255, 153, 51, 0.6);
}

.jv5n2kr8.promo-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
    animation: fadeInRight 1s ease;
}

.wp2x9nl5.promo-header {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    padding: 20px;
    text-align: center;
}

.hd8k4mx2 {
    color: #FFFFFF;
    font-size: 22px;
}

.ql7w4bn9.promo-body {
    padding: 30px;
}

.kt3m8rx6.promo-code-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.bv9p5kn2.promo-code {
    flex: 1;
    background: #0A0A0A;
    border: 2px solid #FF9933;
    color: #FF9933;
    padding: 15px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
}

.fy4k7ml3.btn-copy {
    background: #FF9933;
    color: #FFFFFF;
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fy4k7ml3.btn-copy:hover {
    background: #FF7700;
    transform: scale(1.05);
}

.np6r2kw8.promo-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.lm4x9qt5.status-active {
    color: #4CAF50;
    font-weight: 600;
}

.pm8k5nx4.btn-activate {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.pm8k5nx4.btn-activate:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 153, 51, 0.4);
}

.tm2k7lp9.jackpot-section,
.lx9p4kn6.winners-section,
.gx2n7km9.bonuses-section,
.mx7k4np2.slot-game-section,
.bn7k2px9.reviews-section {
    margin-bottom: 80px;
}

.sx4n9km1 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #FFFFFF;
    text-align: center;
}

.fk8m3wp7.jackpot-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.fk8m3wp7.jackpot-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(255, 153, 51, 0.3);
}

.nr5x2kl9 {
    font-size: 18px;
    color: #B8B8B8;
    margin-bottom: 15px;
}

.jk7w4mn3.jackpot-amount {
    font-size: 42px;
    font-weight: 700;
    color: #FF9933;
    text-shadow: 0 0 20px rgba(255, 153, 51, 0.5);
}

.wt5n8kx4.winners-table {
    background: #1A1A1A;
    color: #E8E8E8;
    border-radius: 15px;
    overflow: hidden;
}

.wt5n8kx4.winners-table thead {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
}

.wt5n8kx4.winners-table th,
.wt5n8kx4.winners-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #2A2A2A;
}

.wt5n8kx4.winners-table tbody tr {
    transition: all 0.3s ease;
}

.wt5n8kx4.winners-table tbody tr:hover {
    background: #2A2A2A;
    transform: scale(1.02);
}

.bm7k3wp2.winners-table-wrapper {
    overflow-x: auto;
}

.vm8x3kl2.bonus-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    height: 100%;
}

.vm8x3kl2.bonus-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 153, 51, 0.3);
}

.ql6n9pw7.bonus-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.rb5k2mx8 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.tp9w4kn3.bonus-amount {
    font-size: 36px;
    font-weight: 700;
    color: #FF9933;
    margin-bottom: 15px;
}

.fx7m2kl5 {
    color: #B8B8B8;
    margin-bottom: 25px;
    min-height: 60px;
}

.kr4n8wx6.btn-bonus {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 32px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.kr4n8wx6.btn-bonus:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.5);
}

.pw5n8kx3.slot-machine {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    border-radius: 20px;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

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

.reel.kx3w7np5 {
    background: #0A0A0A;
    border: 3px solid #FF9933;
    border-radius: 15px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
}

.lp4n9kw8.btn-spin {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
    border: none;
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}

.lp4n9kw8.btn-spin:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 153, 51, 0.5);
}

.lp4n9kw8.btn-spin:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.zt6k3mx2.slot-result {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    min-height: 30px;
}

.wx8n5kr4.content-block {
    background: #1A1A1A;
    border-radius: 15px;
    padding: 40px;
    margin: 60px 0;
    line-height: 1.8;
}

.wx8n5kr4.content-block h1,
.wx8n5kr4.content-block h2,
.wx8n5kr4.content-block h3 {
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wx8n5kr4.content-block p {
    margin-bottom: 20px;
    color: #E8E8E8;
}

.wx8n5kr4.content-block ul,
.wx8n5kr4.content-block ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.wx8n5kr4.content-block li {
    margin-bottom: 10px;
    color: #E8E8E8;
}

.wx8n5kr4.content-block table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #2A2A2A;
    border-radius: 10px;
    overflow: hidden;
}

.wx8n5kr4.content-block table th,
.wx8n5kr4.content-block table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #3A3A3A;
}

.wx8n5kr4.content-block table th {
    background: #FF9933;
    color: #FFFFFF;
    font-weight: 600;
}

.wx8n5kr4.content-block a {
    color: #FF9933;
    text-decoration: underline;
}

.kn5x8wp3.review-card {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    height: 100%;
}

.kn5x8wp3.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(255, 153, 51, 0.2);
}

.dm2k7lx9.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.fx4n9kp2.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FF9933;
}

.gw7k3mx5.review-name {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.jx9n2kl8.review-stars {
    color: #FFD700;
    font-size: 16px;
}

.qp5w8nx4.review-text {
    color: #E8E8E8;
    line-height: 1.7;
}

.tn8k5mx2.review-form-section {
    background: #1A1A1A;
    border-radius: 15px;
    padding: 40px;
    margin-top: 60px;
}

.lx4n9kp7.review-form .form-control {
    background: #2A2A2A;
    border: 1px solid #3A3A3A;
    color: #E8E8E8;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.lx4n9kp7.review-form .form-control:focus {
    background: #2A2A2A;
    border-color: #FF9933;
    color: #E8E8E8;
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, 0.25);
}

.lx4n9kp7.review-form .form-label {
    color: #E8E8E8;
    font-weight: 600;
    margin-bottom: 8px;
}

.rx7k3wp5.btn-submit {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    color: #FFFFFF;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.rx7k3wp5.btn-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.4);
}

.wp5k9nx2.main-footer {
    background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
    padding: 60px 0 30px;
    margin-top: auto;
    border-top: 3px solid #FF9933;
}

.qm8k4wx5.footer-logo {
    height: 60px;
    width: auto;
}

.tp9k5nx8 {
    color: #FF9933;
    font-size: 20px;
    margin-bottom: 20px;
}

.lx3w7kp2 li {
    margin-bottom: 10px;
}

.lx3w7kp2 a {
    color: #B8B8B8;
    transition: all 0.3s ease;
}

.lx3w7kp2 a:hover {
    color: #FF9933;
    padding-left: 5px;
}

.bx9k5wp3.payment-methods img,
.kp7x4nw9.providers img {
    height: 40px;
    margin: 10px 15px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.bx9k5wp3.payment-methods img:hover,
.kp7x4nw9.providers img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.mx7k9wp5.footer-legal {
    border-top: 1px solid #3A3A3A;
    padding-top: 30px;
    margin-top: 40px;
}

.nx4w8kp2,
.tp6k3nx9,
.qx9w5kl7,
.lm2k8px4 {
    color: #B8B8B8;
    font-size: 14px;
    margin-bottom: 10px;
}

.kw9p5nx7.sticky-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%);
    padding: 15px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    animation: slideInUp 0.5s ease;
}

.qm3k8lx4.widget-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fx7w2kn9 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.pm6n8kx2.widget-btn {
    background: #FFFFFF;
    color: #FF9933;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pm6n8kx2.widget-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.4);
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.spinning {
    animation: spin 0.3s linear;
}

@media (max-width: 768px) {
    .qp8m4nx7.hero-content h1 {
        font-size: 32px;
    }

    .nl5k8dw1 {
        font-size: 16px;
    }

    .tx6y2mr9.btn-cta {
        padding: 12px 32px;
        font-size: 18px;
    }

    .sx4n9km1 {
        font-size: 28px;
    }

    .jk7w4mn3.jackpot-amount {
        font-size: 32px;
    }

    .tp9w4kn3.bonus-amount {
        font-size: 28px;
    }

    .pw5n8kx3.slot-machine {
        padding: 30px 20px;
    }

    .reel.kx3w7np5 {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }

    .qm9x2kl7.slot-reels {
        gap: 10px;
    }

    .lp4n9kw8.btn-spin {
        font-size: 18px;
        padding: 12px 30px;
    }

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

    .fx7w2kn9 {
        font-size: 16px;
    }

    .pm6n8kx2.widget-btn {
        width: 100%;
    }

    .nk4w8px5.bonus-carousel {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .nk4w8px5.bonus-carousel > div {
        flex: 0 0 85%;
        scroll-snap-align: center;
    }
}

.navbar-toggler {
    border-color: #FF9933;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 153, 51, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.unused-style-1 {
    display: none;
}

.unused-style-2 {
    visibility: hidden;
}

.wp-post-navigation {
    margin: 20px 0;
}

.entry-content {
    padding: 15px;
}

.site-branding {
    display: block;
}

.tfcgd {
    max-width: 960px;
    margin: 48px auto;
    padding: 40px;
    background: #141414;
    border: 1px solid rgba(255, 153, 51, 0.18);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.tfcgd h1,
.tfcgd h2,
.tfcgd h3 {
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
}

.tfcgd h1 {
    font-size: 42px;
    margin-bottom: 24px;
}

.tfcgd h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 153, 51, 0.2);
}

.tfcgd h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.tfcgd p,
.tfcgd li,
.tfcgd td,
.tfcgd th,
.tfcgd blockquote {
    font-size: 17px;
    line-height: 1.75;
    color: #d7d7d7;
}

.tfcgd p {
    margin-bottom: 18px;
}

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

.tfcgd li {
    margin-bottom: 10px;
}

.tfcgd a {
    color: #ff9933;
    text-decoration: underline;
    text-decoration-color: rgba(255, 153, 51, 0.4);
    text-underline-offset: 3px;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.tfcgd a:hover {
    color: #ffb366;
    text-decoration-color: rgba(255, 179, 102, 0.75);
}

.tfcgd strong {
    color: #ffffff;
}

.tfcgd table {
    width: 100%;
    margin: 24px 0 28px;
    border-collapse: collapse;
    background: #101010;
    border-radius: 18px;
    overflow: hidden;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.tfcgd tr,
.tfcgd th,
.tfcgd td {
    background: transparent;
}

.tfcgd th {
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, #ff9933 0%, #ff7700 100%);
}

.tfcgd th,
.tfcgd td {
    padding: 16px 18px;
    border: 1px solid rgba(255, 153, 51, 0.14);
    text-align: left;
}

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

.tfcgd blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    background: rgba(255, 153, 51, 0.08);
    border-left: 4px solid #ff9933;
    border-radius: 14px;
}

.tfcgd blockquote p {
    margin-bottom: 0;
}

.tfcgd img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 28px auto;
}

.tfcgd hr {
    border: 0;
    height: 1px;
    background: rgba(255, 153, 51, 0.16);
    margin: 32px 0;
}

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

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

@media (max-width: 1024px) {
    .tfcgd {
        margin: 32px auto;
        padding: 32px 24px;
        border-radius: 20px;
    }

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

    .tfcgd h2 {
        font-size: 25px;
    }

    .tfcgd h3 {
        font-size: 20px;
    }

    .tfcgd p,
    .tfcgd li,
    .tfcgd td,
    .tfcgd th,
    .tfcgd blockquote {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .tfcgd {
        margin: 20px auto;
        padding: 24px 16px;
        border-radius: 16px;
    }

    .tfcgd h1 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .tfcgd h2 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 14px;
        padding-bottom: 8px;
    }

    .tfcgd h3 {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 10px;
    }

    .tfcgd p,
    .tfcgd li,
    .tfcgd td,
    .tfcgd th,
    .tfcgd blockquote {
        font-size: 15px;
        line-height: 1.65;
    }

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

    .tfcgd li {
        margin-bottom: 8px;
    }

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

    .tfcgd blockquote {
        padding: 16px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .tfcgd {
        margin: 16px auto;
        padding: 20px 14px;
        border-radius: 14px;
    }

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

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

    .tfcgd h3 {
        font-size: 17px;
    }

    .tfcgd p,
    .tfcgd li,
    .tfcgd td,
    .tfcgd th,
    .tfcgd blockquote {
        font-size: 14px;
    }

    .tfcgd table {
        margin: 20px 0 24px;
    }

    .tfcgd th,
    .tfcgd td {
        padding: 12px;
    }
}

.wt5n8kx4.winners-table {
    background: #1A1A1A !important;
    color: #E8E8E8;
}

.wt5n8kx4.winners-table thead,
.wt5n8kx4.winners-table tbody,
.wt5n8kx4.winners-table tr,
.wt5n8kx4.winners-table td {
    background: transparent !important;
}

.wt5n8kx4.winners-table th {
    background: linear-gradient(135deg, #FF9933 0%, #FF7700 100%) !important;
    color: #FFFFFF;
}

.wt5n8kx4.winners-table td {
    color: #E8E8E8;
    border-color: #2A2A2A;
}

.wt5n8kx4.winners-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03) !important;
}