
        .page-789betbest {
            font-family: 'Arial', sans-serif;
            color: #333333;
            line-height: 1.6;
            background-color: #f8f9fa;
        }

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

        .page-789betbest__hero-section {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px 20px 60px 20px;
            text-align: center;
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        .page-789betbest__hero-image-wrapper {
            width: 100%;
            max-width: 1920px;
            margin-bottom: 30px;
        }

        .page-789betbest__hero-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
        }

        .page-789betbest__hero-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .page-789betbest__main-title {
            color: #2563eb;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
            font-size: clamp(2rem, 5vw, 3rem);
        }

        .page-789betbest__description {
            font-size: 1.1em;
            margin-bottom: 30px;
            color: #64748b;
        }

        .page-789betbest__cta-button {
            display: inline-block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
            font-size: 1.1em;
            border: none;
            cursor: pointer;
        }

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

        .page-789betbest__section {
            padding: 60px 20px;
            background-color: #ffffff;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .page-789betbest__section--dark {
            background-color: #2563eb;
            color: #ffffff;
        }

        .page-789betbest__section-title {
            color: #2563eb;
            font-size: 2.2em;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .page-789betbest__section--dark .page-789betbest__section-title {
            color: #ffffff;
        }

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

        .page-789betbest__card {
            background-color: #f0f8ff;
            border-radius: 8px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-sizing: border-box;
            color: #333333;
        }

        .page-789betbest__card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }

        .page-789betbest__card-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
            object-fit: contain;
        }

        .page-789betbest__card-title {
            font-size: 1.5em;
            color: #2563eb;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .page-789betbest__card-description {
            font-size: 0.95em;
            color: #64748b;
        }

        .page-789betbest__game-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .page-789betbest__game-card {
            background-color: #ffffff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            box-sizing: border-box;
        }

        .page-789betbest__game-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        }

        .page-789betbest__game-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }

        .page-789betbest__game-content {
            padding: 20px;
        }

        .page-789betbest__game-title {
            font-size: 1.3em;
            color: #2563eb;
            margin-bottom: 10px;
            font-weight: 600;
        }

        .page-789betbest__game-description {
            font-size: 0.9em;
            color: #64748b;
            margin-bottom: 20px;
        }

        .page-789betbest__game-button {
            display: inline-block;
            background-color: #64748b;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            font-size: 0.9em;
            transition: background-color 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .page-789betbest__game-button:hover {
            background-color: #4a5568;
        }

        .page-789betbest__promotion-card {
            background-color: #fffbe6;
            border-left: 5px solid #facc15;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
        }

        .page-789betbest__promotion-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

        .page-789betbest__promotion-details {
            flex-grow: 1;
        }

        .page-789betbest__promotion-title {
            font-size: 1.4em;
            color: #d97706;
            margin-bottom: 5px;
            font-weight: 600;
        }

        .page-789betbest__promotion-description {
            font-size: 0.95em;
            color: #78350f;
        }

        .page-789betbest__faq-list {
            margin-top: 30px;
        }

        .page-789betbest__faq-item {
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        }

        .page-789betbest__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            user-select: none;
            background-color: #f0f8ff;
            color: #2563eb;
            font-weight: 600;
            font-size: 1.1em;
            transition: background-color 0.3s ease;
        }

        .page-789betbest__faq-question:hover {
            background-color: #e6f0ff;
        }

        .page-789betbest__faq-question h3 {
            margin: 0;
            color: inherit;
            pointer-events: none;
            flex-grow: 1;
        }

        .page-789betbest__faq-toggle {
            font-size: 1.5em;
            font-weight: 700;
            margin-left: 15px;
            pointer-events: none;
            transition: transform 0.3s ease;
        }

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

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

        .page-789betbest__faq-item.active .page-789betbest__faq-answer {
            max-height: 2000px !important;
            padding: 20px !important;
            opacity: 1;
        }

        .page-789betbest__internal-links {
            background-color: #e0f2fe;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            margin-top: 40px;
        }

        .page-789betbest__internal-links-title {
            font-size: 1.8em;
            color: #0c4a6e;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .page-789betbest__internal-links-list {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }

        .page-789betbest__internal-links-item a {
            display: block;
            background-color: #2563eb;
            color: #ffffff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s ease;
            font-size: 0.95em;
            white-space: nowrap;
        }

        .page-789betbest__internal-links-item a:hover {
            background-color: #1e40af;
        }

        /* Responsive styles */
        @media (max-width: 1024px) {
            .page-789betbest__section-title {
                font-size: 2em;
            }
            .page-789betbest__grid,
            .page-789betbest__game-grid {
                grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .page-789betbest__hero-section {
                padding: 10px 15px 40px 15px;
            }
            .page-789betbest__main-title {
                font-size: clamp(1.8rem, 7vw, 2.5rem);
            }
            .page-789betbest__description {
                font-size: 1em;
            }
            .page-789betbest__cta-button {
                padding: 12px 25px;
                font-size: 1em;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
            }
            .page-789betbest__section {
                padding: 40px 15px;
            }
            .page-789betbest__section-title {
                font-size: 1.8em;
            }
            .page-789betbest__grid,
            .page-789betbest__game-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .page-789betbest__card,
            .page-789betbest__game-card,
            .page-789betbest__promotion-card,
            .page-789betbest__faq-item {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
            .page-789betbest__game-image {
                height: 150px;
            }
            .page-789betbest__promotion-card {
                flex-direction: column;
                text-align: center;
            }
            .page-789betbest__promotion-icon {
                margin-bottom: 10px;
            }
            .page-789betbest__faq-question {
                font-size: 1em;
                padding: 15px;
            }
            .page-789betbest__faq-answer {
                padding: 15px !important;
            }
            .page-789betbest__internal-links {
                padding: 25px 15px;
            }
            .page-789betbest__internal-links-title {
                font-size: 1.5em;
            }
            .page-789betbest__internal-links-list {
                flex-direction: column;
                gap: 10px;
            }
            .page-789betbest img {
                max-width: 100% !important;
                height: auto !important;
                display: block !important;
            }
            .page-789betbest video {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block !important;
            }
            .page-789betbest__video-section,
            .page-789betbest__video-container,
            .page-789betbest__video-wrapper {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
                overflow: hidden !important;
            }
            .page-789betbest__video-section {
                padding-top: 10px !important;
            }
            .page-789betbest__list-item {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
                word-break: break-word !important;
            }
            .page-789betbest__list-container {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }

        @media (max-width: 480px) {
            .page-789betbest__main-title {
                font-size: clamp(1.5rem, 8vw, 2.2rem);
            }
            .page-789betbest__section-title {
                font-size: 1.6em;
            }
            .page-789betbest__card-title {
                font-size: 1.3em;
            }
            .page-789betbest__game-title {
                font-size: 1.1em;
            }
        }
    