
        :root {
            --primary-color: #2F6BFF;
            --secondary-color: #6FA3FF;
            --glow-color: #A5C4FF;
            --border-color: #D6E2FF;
            --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
            --card-bg: #FFFFFF;
            --text-main: #1F2D3D;
            --background-color: #F4F7FB;
        }

        .page-gambling-guide {
            font-family: 'Arial', sans-serif;
            color: var(--text-main);
            background-color: var(--background-color);
            line-height: 1.6;
            padding-bottom: 60px;
        }

        .page-gambling-guide__hero-section {
            background-color: var(--background-color);
            padding: 10px 20px 60px 20px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 100%;
            box-sizing: border-box;
        }

        .page-gambling-guide__hero-image-container {
            width: 100%;
            max-width: 1200px;
            margin-bottom: 30px;
            box-sizing: border-box;
        }

        .page-gambling-guide__hero-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            object-fit: cover;
            max-height: 500px;
        }

        .page-gambling-guide__hero-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
        }

        .page-gambling-guide__main-title {
            color: var(--primary-color);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 15px;
            letter-spacing: -0.02em;
        }

        .page-gambling-guide__description {
            font-size: 1.15em;
            color: var(--text-main);
            margin-bottom: 30px;
        }

        .page-gambling-guide__btn-primary {
            background: var(--button-gradient);
            color: #FFFFFF;
            padding: 14px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1em;
            transition: all 0.3s ease;
            display: inline-block;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(47, 107, 255, 0.3);
        }

        .page-gambling-guide__btn-primary:hover {
            box-shadow: 0 6px 16px rgba(47, 107, 255, 0.4);
            transform: translateY(-2px);
        }

        .page-gambling-guide__btn-secondary {
            background-color: #FFFFFF;
            color: var(--primary-color);
            padding: 14px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1em;
            transition: all 0.3s ease;
            display: inline-block;
            border: 2px solid var(--primary-color);
            cursor: pointer;
            margin-left: 15px;
        }

        .page-gambling-guide__btn-secondary:hover {
            background-color: var(--primary-color);
            color: #FFFFFF;
            box-shadow: 0 4px 12px rgba(47, 107, 255, 0.2);
        }

        .page-gambling-guide__cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .page-gambling-guide__section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            background-color: var(--card-bg);
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            margin-bottom: 40px;
        }

        .page-gambling-guide__section-title {
            color: var(--primary-color);
            font-size: 2.2em;
            font-weight: 700;
            text-align: center;
            margin-bottom: 40px;
        }

        .page-gambling-guide__subsection-title {
            color: var(--text-main);
            font-size: 1.6em;
            font-weight: 600;
            margin-top: 30px;
            margin-bottom: 20px;
            border-bottom: 2px solid var(--border-color);
            padding-bottom: 10px;
        }

        .page-gambling-guide__sub-subsection-title {
            color: var(--text-main);
            font-size: 1.3em;
            font-weight: 600;
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .page-gambling-guide__content-text {
            font-size: 1.05em;
            margin-bottom: 15px;
            color: var(--text-main);
        }

        .page-gambling-guide__list {
            list-style: disc;
            margin-left: 20px;
            margin-bottom: 20px;
        }

        .page-gambling-guide__list-item {
            margin-bottom: 10px;
            color: var(--text-main);
        }

        .page-gambling-guide__image-block {
            text-align: center;
            margin: 40px 0;
        }

        .page-gambling-guide__content-image {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

        .page-gambling-guide__image-caption {
            font-size: 0.9em;
            color: #666;
            margin-top: 10px;
        }

        .page-gambling-guide__promo-banner {
            background: var(--button-gradient);
            color: #FFFFFF;
            text-align: center;
            padding: 40px 20px;
            border-radius: 12px;
            margin: 40px auto;
            max-width: 1000px;
            box-shadow: 0 8px 24px rgba(47, 107, 255, 0.4);
        }

        .page-gambling-guide__promo-title {
            font-size: 2em;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .page-gambling-guide__promo-text {
            font-size: 1.2em;
            margin-bottom: 30px;
        }

        .page-gambling-guide__video-section {
            background-color: var(--card-bg);
            padding: 60px 20px;
            text-align: center;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            max-width: 1200px;
            margin: 0 auto 40px auto;
        }

        .page-gambling-guide__video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000;
            border-radius: 8px;
            margin: 0 auto 30px auto;
            box-shadow: 0 6px 18px rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .page-gambling-guide__video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .page-gambling-guide__faq-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
            background-color: var(--card-bg);
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }

        .page-gambling-guide__faq-item {
            background-color: #F8F8F8;
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .page-gambling-guide__faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 25px;
            font-size: 1.15em;
            font-weight: 600;
            color: var(--primary-color);
            cursor: pointer;
            user-select: none;
            background-color: #FFFFFF;
            border-bottom: 1px solid var(--border-color);
            transition: background-color 0.3s ease;
        }

        .page-gambling-guide__faq-question:hover {
            background-color: #F0F5FF;
        }

        .page-gambling-guide__faq-question h3 {
            margin: 0;
            color: var(--primary-color);
            font-size: 1em; /* Override default h3 size */
            pointer-events: none; /* Prevent h3 from blocking click event */
        }

        .page-gambling-guide__faq-toggle {
            font-size: 1.5em;
            font-weight: 600;
            color: var(--primary-color);
            transition: transform 0.3s ease;
            pointer-events: none; /* Prevent toggle from blocking click event */
        }

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

        .page-gambling-guide__faq-answer {
            max-height: 0;
            overflow: hidden;
            padding: 0 25px;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
            color: var(--text-main);
        }

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

        .page-gambling-guide__faq-answer p {
            margin: 0 0 10px 0;
            color: var(--text-main);
        }

        .page-gambling-guide__article-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .page-gambling-guide__article-link:hover {
            text-decoration: underline;
            color: var(--secondary-color);
        }

        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .page-gambling-guide__section-title {
                font-size: 2em;
            }
            .page-gambling-guide__subsection-title {
                font-size: 1.5em;
            }
            .page-gambling-guide__promo-title {
                font-size: 1.8em;
            }
            .page-gambling-guide__promo-text {
                font-size: 1.1em;
            }
        }

        @media (max-width: 768px) {
            .page-gambling-guide {
                font-size: 16px;
                line-height: 1.6;
            }
            .page-gambling-guide__hero-section {
                padding: 10px 15px 40px 15px;
            }
            .page-gambling-guide__main-title {
                font-size: 2.2em; /* Adjusted to be readable but not too large */
            }
            .page-gambling-guide__description {
                font-size: 1em;
            }
            .page-gambling-guide__cta-buttons {
                flex-direction: column;
                gap: 15px;
            }
            .page-gambling-guide__btn-primary,
            .page-gambling-guide__btn-secondary {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                white-space: normal !important;
                word-wrap: break-word !important;
                padding: 12px 20px;
                font-size: 1em;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
            .page-gambling-guide__section,
            .page-gambling-guide__video-section,
            .page-gambling-guide__faq-section {
                padding: 40px 15px;
                margin-bottom: 30px;
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
            }
            .page-gambling-guide__section-title {
                font-size: 1.8em;
                margin-bottom: 30px;
            }
            .page-gambling-guide__subsection-title {
                font-size: 1.4em;
                margin-top: 25px;
                margin-bottom: 15px;
            }
            .page-gambling-guide__sub-subsection-title {
                font-size: 1.2em;
                margin-top: 20px;
                margin-bottom: 10px;
            }
            .page-gambling-guide__content-text {
                font-size: 0.95em;
            }
            .page-gambling-guide__image-block {
                margin: 30px 0;
            }
            .page-gambling-guide__content-image,
            .page-gambling-guide__hero-image {
                max-width: 100% !important;
                width: 100% !important;
                height: auto !important;
                display: block !important;
            }
            .page-gambling-guide__hero-image-container,
            .page-gambling-guide__video-wrapper,
            .page-gambling-guide__list,
            .page-gambling-guide__list-item,
            .page-gambling-guide__faq-question,
            .page-gambling-guide__faq-answer {
                max-width: 100% !important;
                width: 100% !important;
                box-sizing: border-box !important;
                padding-left: 15px;
                padding-right: 15px;
            }
            .page-gambling-guide__faq-question,
            .page-gambling-guide__faq-answer {
                padding-left: 20px !important;
                padding-right: 20px !important;
            }
            .page-gambling-guide__promo-banner {
                padding: 30px 15px;
                margin: 30px auto;
            }
            .page-gambling-guide__promo-title {
                font-size: 1.6em;
            }
            .page-gambling-guide__promo-text {
                font-size: 1em;
            }
            .page-gambling-guide__list-item {
                word-wrap: break-word !important;
                overflow-wrap: break-word !important;
            }
        }
    