
        .page-789bets {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333333; /* Default dark text for light body background */
            background-color: #f8f9fa;
        }

        .page-789bets__hero-section {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px 20px 60px; /* Small top padding, more bottom */
            background-color: #2563eb;
            color: #ffffff;
            overflow: hidden;
        }

        .page-789bets__hero-image-wrapper {
            width: 100%;
            max-width: 1200px;
            margin-bottom: 20px;
        }

        .page-789bets__hero-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        .page-789bets__hero-content {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .page-789bets__main-title {
            font-weight: bold;
            line-height: 1.2;
            letter-spacing: -0.02em;
            margin-bottom: 15px;
            font-size: clamp(2rem, 5vw, 3.2rem); /* Responsive font size for H1 */
            color: #ffffff;
        }

        .page-789bets__description {
            font-size: 1.15rem;
            margin-bottom: 30px;
            color: #e0e0e0;
        }

        .page-789bets__cta-button {
            display: inline-block;
            background-color: #f0f0f0; /* Light button for contrast */
            color: #2563eb;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            white-space: normal;
            word-wrap: break-word;
            box-sizing: border-box;
        }

        .page-789bets__cta-button:hover {
            background-color: #ffffff;
            transform: translateY(-3px);
        }

        .page-789bets__section {
            padding: 60px 20px;
            text-align: center;
            max-width: 1200px;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .page-789bets__section--light {
            background-color: #f8f9fa;
            color: #333333;
        }

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

        .page-789bets__section-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 40px;
            color: inherit;
        }

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

        .page-789bets__card {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: left;
            transition: transform 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            color: #333333;
        }

        .page-789bets__card:hover {
            transform: translateY(-5px);
        }

        .page-789bets__card-image-wrapper {
            margin-bottom: 20px;
            height: 200px;
            overflow: hidden;
            border-radius: 8px;
        }

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

        .page-789bets__card-title {
            font-size: 1.6rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #2563eb;
        }

        .page-789bets__card-text {
            font-size: 1rem;
            color: #555555;
            flex-grow: 1;
            margin-bottom: 20px;
        }

        .page-789bets__card-link {
            display: inline-block;
            color: #2563eb;
            text-decoration: none;
            font-weight: bold;
            transition: color 0.3s ease;
        }

        .page-789bets__card-link:hover {
            color: #1a4a9c;
        }

        .page-789bets__game-logo-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 20px;
            margin-top: 40px;
            align-items: center;
            justify-items: center;
        }

        .page-789bets__game-logo {
            width: 100%;
            height: auto;
            max-width: 150px;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

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

        .page-789bets__faq-item {
            background-color: #ffffff;
            border-radius: 8px;
            margin-bottom: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            color: #333333;
        }

        .page-789bets__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 25px;
            font-size: 1.2rem;
            font-weight: bold;
            cursor: pointer;
            user-select: none;
            background-color: #f0f0f0;
            border-bottom: 1px solid #e0e0e0;
            color: #2563eb;
        }

        .page-789bets__faq-question:hover {
            background-color: #e6e6e6;
        }

        .page-789bets__faq-question h3 {
            margin: 0;
            font-size: 1.2rem;
            color: #2563eb;
            pointer-events: none; /* Prevent h3 from blocking click */
        }

        .page-789bets__faq-toggle {
            font-size: 1.5rem;
            font-weight: bold;
            color: #2563eb;
            pointer-events: none; /* Prevent toggle from blocking click */
        }

        .page-789bets__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            opacity: 0;
            font-size: 1rem;
            color: #555555;
        }

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

        .page-789bets__floating-button {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #ffcc00; /* Eye-catching color */
            color: #333333;
            padding: 12px 25px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            z-index: 1000;
            white-space: normal;
            word-wrap: break-word;
            box-sizing: border-box;
            text-align: center;
            max-width: calc(100% - 40px); /* Ensure it fits on smaller screens */
            display: none; /* Hidden by default, shown on mobile */
        }

        .page-789bets__floating-button:hover {
            background-color: #e6b800;
            transform: translateX(-50%) translateY(-2px);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .page-789bets__hero-section {
                padding: 10px 15px 40px;
            }

            .page-789bets__main-title {
                font-size: clamp(1.8rem, 7vw, 2.5rem);
            }

            .page-789bets__description {
                font-size: 1rem;
            }

            .page-789bets__cta-button {
                padding: 12px 20px;
                font-size: 1rem;
                max-width: 100% !important;
                width: 100% !important;
                margin-top: 15px;
            }

            .page-789bets__section {
                padding: 40px 15px;
            }

            .page-789bets__section-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .page-789bets__content-grid {
                grid-template-columns: 1fr;
            }

            .page-789bets__card {
                padding: 25px;
            }

            .page-789bets__card-title {
                font-size: 1.4rem;
            }

            .page-789bets__card-text {
                font-size: 0.95rem;
            }

            .page-789bets__game-logo-grid {
                grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            }

            .page-789bets__faq-question {
                font-size: 1.1rem;
                padding: 15px 20px;
            }

            .page-789bets__faq-answer {
                padding: 15px 20px !important;
            }

            .page-789bets__floating-button {
                display: block; /* Show on mobile */
                max-width: calc(100% - 30px) !important;
                width: calc(100% - 30px) !important;
                padding: 12px 15px !important;
                font-size: 0.95rem !important;
            }

            /* Ensure all images are responsive */
            .page-789bets img {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block !important;
            }
            .page-789bets video {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block !important;
            }
            .page-789bets__section,
            .page-789bets__card,
            .page-789bets__container,
            .page-789bets__hero-image-wrapper,
            .page-789bets__content-grid,
            .page-789bets__game-logo-grid,
            .page-789bets__faq-list,
            .page-789bets__faq-item,
            .page-789bets__faq-question,
            .page-789bets__faq-answer {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                overflow-x: hidden !important; /* Prevent horizontal scroll */
            }
            .page-789bets li {
                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-789bets ul, .page-789bets ol {
                width: 100% !important;
                max-width: 100% !important;
                box-sizing: border-box !important;
                padding: 0 !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-789bets__cta-buttons,
            .page-789bets__button-group,
            .page-789bets__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;
            }
            .page-789bets__cta-buttons {
                display: flex;
                flex-direction: column;
            }
        }
    