
        .page-tr88bet {
            font-family: Arial, sans-serif;
            background-color: #1a1a1a;
            color: #f0f0f0;
            line-height: 1.6;
            overflow-x: hidden;
        }

        .page-tr88bet__container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            box-sizing: border-box;
        }

        .page-tr88bet__hero-section {
            text-align: center;
            padding-top: 10px; /* Adjusted for header offset */
            padding-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .page-tr88bet__hero-image {
            width: 100%;
            height: auto;
            display: block;
            max-width: 1200px;
            margin: 0 auto;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }

        .page-tr88bet__hero-content {
            padding: 20px;
            margin-top: 20px;
        }

        .page-tr88bet__hero-content h1 {
            font-size: clamp(2em, 5vw, 3.2em);
            color: #ffd700;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1.2;
        }

        .page-tr88bet__hero-content p {
            font-size: clamp(1em, 2vw, 1.2em);
            color: #e0e0e0;
            margin-bottom: 25px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-tr88bet__cta-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1em;
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
        }

        .page-tr88bet__cta-button:hover {
            background-color: #1e40af;
            transform: translateY(-2px);
        }

        .page-tr88bet__section {
            padding: 60px 0;
            text-align: center;
        }

        .page-tr88bet__section--dark {
            background-color: #0d0d0d;
        }

        .page-tr88bet__section-title {
            font-size: clamp(1.8em, 4vw, 2.8em);
            color: #ffd700;
            margin-bottom: 40px;
            font-weight: bold;
        }

        .page-tr88bet__section-description {
            font-size: 1.1em;
            color: #e0e0e0;
            margin-bottom: 50px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-tr88bet__games-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .page-tr88bet__game-card {
            background-color: #2a2a2a;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: left;
            display: flex;
            flex-direction: column;
            height: 100%;
            color: #f0f0f0;
        }

        .page-tr88bet__game-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
        }

        .page-tr88bet__game-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
            border-bottom: 2px solid #ffd700;
        }

        .page-tr88bet__game-content {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        .page-tr88bet__game-content h3 {
            font-size: 1.5em;
            color: #ffd700;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .page-tr88bet__game-content p {
            font-size: 0.95em;
            color: #cccccc;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .page-tr88bet__game-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 0.9em;
            transition: background-color 0.3s ease;
            max-width: 100%;
            box-sizing: border-box;
            white-space: normal;
            word-wrap: break-word;
            text-align: center;
        }

        .page-tr88bet__game-button:hover {
            background-color: #1e40af;
        }

        .page-tr88bet__features-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .page-tr88bet__feature-item {
            background-color: #2a2a2a;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            text-align: center;
        }

        .page-tr88bet__feature-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 20px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #ffd700;
        }

        .page-tr88bet__feature-item h3 {
            font-size: 1.6em;
            color: #ffd700;
            margin-bottom: 15px;
        }

        .page-tr88bet__feature-item p {
            font-size: 1em;
            color: #cccccc;
        }

        .page-tr88bet__promo-card {
            background: linear-gradient(45deg, #2563eb, #1e40af);
            padding: 40px;
            border-radius: 15px;
            margin-top: 50px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            color: #ffffff;
            text-align: center;
        }

        .page-tr88bet__promo-card h2 {
            font-size: clamp(2em, 4vw, 3em);
            margin-bottom: 20px;
            color: #ffd700;
        }

        .page-tr88bet__promo-card p {
            font-size: 1.1em;
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .page-tr88bet__faq-list {
            margin-top: 40px;
            text-align: left;
        }

        .page-tr88bet__faq-item {
            background-color: #2a2a2a;
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .page-tr88bet__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            user-select: none;
            background-color: #333333;
            color: #ffd700;
            font-weight: bold;
            font-size: 1.1em;
            transition: background-color 0.3s ease;
        }

        .page-tr88bet__faq-question:hover {
            background-color: #444444;
        }

        .page-tr88bet__faq-question h3 {
            margin: 0;
            pointer-events: none; /* Prevent h3 from blocking click */
            flex-grow: 1;
            color: #ffd700;
        }

        .page-tr88bet__faq-toggle {
            font-size: 1.5em;
            margin-left: 15px;
            pointer-events: none; /* Prevent toggle from blocking click */
            transition: transform 0.3s ease;
        }

        .page-tr88bet__faq-item.active .page-tr88bet__faq-toggle {
            transform: rotate(45deg);
        }

        .page-tr88bet__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 20px;
            opacity: 0;
            color: #cccccc;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        }

        .page-tr88bet__faq-item.active .page-tr88bet__faq-answer {
            max-height: 2000px !important; /* Sufficiently large */
            padding: 20px !important;
            opacity: 1;
        }

        .page-tr88bet__contact-section {
            background-color: #0d0d0d;
            padding: 60px 0;
            text-align: center;
        }

        .page-tr88bet__contact-section h2 {
            color: #ffd700;
            font-size: clamp(1.8em, 4vw, 2.8em);
            margin-bottom: 30px;
        }

        .page-tr88bet__contact-info p {
            font-size: 1.1em;
            color: #e0e0e0;
            margin-bottom: 10px;
        }

        .page-tr88bet__contact-link {
            color: #2563eb;
            text-decoration: none;
            font-weight: bold;
        }

        .page-tr88bet__contact-link:hover {
            text-decoration: underline;
        }

        /* General image responsiveness */
        .page-tr88bet img {
            max-width: 100%;
            height: auto;
            display: block;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .page-tr88bet__container {
                padding: 15px;
            }

            .page-tr88bet__hero-section {
                padding-top: 10px !important;
                padding-bottom: 30px;
            }

            .page-tr88bet__hero-content h1 {
                font-size: 2em;
            }

            .page-tr88bet__hero-content p {
                font-size: 1em;
            }

            .page-tr88bet__cta-button {
                padding: 12px 25px;
                font-size: 1em;
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                margin-left: auto;
                margin-right: auto;
            }

            .page-tr88bet__section {
                padding: 40px 0;
            }

            .page-tr88bet__section-title {
                font-size: 2em;
            }

            .page-tr88bet__section-description {
                font-size: 0.95em;
            }

            .page-tr88bet__games-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tr88bet__game-image {
                height: 180px;
            }

            .page-tr88bet__game-content h3 {
                font-size: 1.3em;
            }

            .page-tr88bet__game-content p {
                font-size: 0.9em;
            }

            .page-tr88bet__game-button {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }

            .page-tr88bet__features-list {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .page-tr88bet__feature-item {
                padding: 25px;
            }

            .page-tr88bet__feature-icon {
                width: 70px;
                height: 70px;
            }

            .page-tr88bet__feature-item h3 {
                font-size: 1.4em;
            }

            .page-tr88bet__promo-card {
                padding: 30px;
            }

            .page-tr88bet__promo-card h2 {
                font-size: 2em;
            }

            .page-tr88bet__promo-card p {
                font-size: 1em;
            }

            .page-tr88bet__faq-question {
                font-size: 1em;
                padding: 15px;
            }

            .page-tr88bet__faq-answer {
                padding: 15px !important;
            }

            .page-tr88bet__contact-section {
                padding: 40px 0;
            }

            .page-tr88bet__contact-section h2 {
                font-size: 2em;
            }

            .page-tr88bet__contact-info p {
                font-size: 1em;
            }

            /* General image and container responsiveness for mobile */
            .page-tr88bet img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
            }

            .page-tr88bet__section,
            .page-tr88bet__card,
            .page-tr88bet__container,
            .page-tr88bet__games-grid,
            .page-tr88bet__features-list,
            .page-tr88bet__promo-card,
            .page-tr88bet__faq-list,
            .page-tr88bet__contact-section {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }

            /* Button container mobile adaptation */
            .page-tr88bet__cta-buttons,
            .page-tr88bet__button-group,
            .page-tr88bet__btn-container {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                flex-wrap: wrap !important;
                gap: 10px;
                display: flex;
                flex-direction: column; /* Stack buttons vertically on mobile */
            }
        }
    