.page-blog-346-bet-game-selection {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #1a1a2e; /* Inherited from body, explicit for context */
}

/* Hero Section */
.page-blog-346-bet-game-selection__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-346-bet-game-selection__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.page-blog-346-bet-game-selection__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-346-bet-game-selection__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
    max-width: 900px;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
    border-radius: 8px;
    margin-top: 20%; /* Adjust to push content below the image */
}

.page-blog-346-bet-game-selection__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 size */
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-346-bet-game-selection__hero-description {
    font-size: 1.2rem;
    color: #f0f0f0;
    margin-bottom: 30px;
}

/* General Content Sections */
.page-blog-346-bet-game-selection__content-area {
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-346-bet-game-selection__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-346-bet-game-selection__section-title {
    font-size: 2.5rem;
    color: #017439; /* Brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-blog-346-bet-game-selection__sub-title {
    font-size: 1.8rem;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.page-blog-346-bet-game-selection__paragraph {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #ffffff; /* Light text for dark body background */
}

.page-blog-346-bet-game-selection__paragraph a {
    color: #FFFF00; /* Yellow for links within paragraphs */
    text-decoration: underline;
}

.page-blog-346-bet-game-selection__paragraph a:hover {
    color: #017439;
}

.page-blog-346-bet-game-selection__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #ffffff; /* Light text for dark body background */
}

.page-blog-346-bet-game-selection__list-item {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-blog-346-bet-game-selection__list-item strong {
    color: #FFFF00; /* Highlight important terms */
}

/* Image Styling */
.page-blog-346-bet-game-selection__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
}

/* CTA Buttons */
.page-blog-346-bet-game-selection__cta-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login button color */
    color: #FFFF00; /* Register/Login font color */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.page-blog-346-bet-game-selection__cta-button:hover {
    background-color: #ff3333;
}

.page-blog-346-bet-game-selection__cta-button--centered {
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
    max-width: 350px;
}

/* Background Colors for Sections */
.page-blog-346-bet-game-selection__dark-bg {
    background-color: #1a1a2e; /* Dark body background */
    color: #ffffff;
}

.page-blog-346-bet-game-selection__light-bg {
    background-color: #2a2a4a; /* Slightly lighter dark background for contrast */
    color: #ffffff;
}

.page-blog-346-bet-game-selection__light-bg .page-blog-346-bet-game-selection__section-title,
.page-blog-346-bet-game-selection__light-bg .page-blog-346-bet-game-selection__sub-title {
    color: #FFFF00; /* Yellow titles on lighter dark background */
}

/* CTA Banner Section */
.page-blog-346-bet-game-selection__cta-banner-section {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-346-bet-game-selection__cta-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
    opacity: 0.3; /* Make background image subtle */
}

.page-blog-346-bet-game-selection__cta-banner-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
    padding: 40px;
    border-radius: 10px;
}

.page-blog-346-bet-game-selection__cta-banner-content .page-blog-346-bet-game-selection__section-title {
    color: #FFFFFF;
}

.page-blog-346-bet-game-selection__cta-banner-content .page-blog-346-bet-game-selection__paragraph {
    color: #f0f0f0;
}

/* FAQ Section */
.page-blog-346-bet-game-selection__faq-list {
    margin-top: 40px;
}

.page-blog-346-bet-game-selection__faq-item {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark background */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-346-bet-game-selection__faq-item summary {
    list-style: none; /* Remove default marker */
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}

.page-blog-346-bet-game-selection__faq-item summary:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-346-bet-game-selection__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-346-bet-game-selection__faq-qtext {
    flex-grow: 1;
    color: #FFFF00;
}

.page-blog-346-bet-game-selection__faq-toggle {
    font-size: 1.5rem;
    margin-left: 10px;
    color: #017439;
}

.page-blog-346-bet-game-selection__faq-answer {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    color: #f0f0f0;
    font-size: 1.05rem;
}

.page-blog-346-bet-game-selection__faq-answer p {
    margin-bottom: 0; /* Remove bottom margin for paragraphs inside answer */
    color: #f0f0f0;
}

/* Copyright Section */
.page-blog-346-bet-game-selection__copyright-section {
    padding: 30px 20px;
    text-align: center;
    background-color: #0d0d1e; /* Even darker background for footer area */
    color: #cccccc;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-346-bet-game-selection__main-title {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .page-blog-346-bet-game-selection__section-title {
        font-size: 2rem;
    }
    .page-blog-346-bet-game-selection__hero-content {
      margin-top: 15%;
    }
}

@media (max-width: 768px) {
    .page-blog-346-bet-game-selection__hero-content {
        margin-top: 10%; /* Adjust margin for smaller screens */
        padding: 15px;
    }

    .page-blog-346-bet-game-selection__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-346-bet-game-selection__hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-346-bet-game-selection__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-346-bet-game-selection__content-area {
        padding: 40px 15px;
    }

    .page-blog-346-bet-game-selection__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-346-bet-game-selection__sub-title {
        font-size: 1.5rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-346-bet-game-selection__paragraph,
    .page-blog-346-bet-game-selection__list-item,
    .page-blog-346-bet-game-selection__faq-answer p {
        font-size: 1rem;
    }

    .page-blog-346-bet-game-selection__image-full-width {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 20px 0 !important;
        box-sizing: border-box !important;
    }

    /* All containers that contain images, videos, or buttons */
    .page-blog-346-bet-game-selection__section,
    .page-blog-346-bet-game-selection__card,
    .page-blog-346-bet-game-selection__container,
    .page-blog-346-bet-game-selection__hero-section,
    .page-blog-346-bet-game-selection__content-area,
    .page-blog-346-bet-game-selection__cta-banner-section,
    .page-blog-346-bet-game-selection__copyright-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Prevent horizontal scroll */
    }

    /* Video specific responsive rules (if any video is added) */
    .page-blog-346-bet-game-selection video,
    .page-blog-346-bet-game-selection__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    
    .page-blog-346-bet-game-selection__video-section,
    .page-blog-346-bet-game-selection__video-container,
    .page-blog-346-bet-game-selection__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
    
    .page-blog-346-bet-game-selection__video-section {
      padding-top: 10px !important; /* Small top padding for video section on mobile */
    }

    /* Button specific responsive rules */
    .page-blog-346-bet-game-selection__cta-button,
    .page-blog-346-bet-game-selection__btn-primary,
    .page-blog-346-bet-game-selection__btn-secondary,
    .page-blog-346-bet-game-selection a[class*="button"],
    .page-blog-346-bet-game-selection a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    
    .page-blog-346-bet-game-selection__cta-buttons,
    .page-blog-346-bet-game-selection__button-group,
    .page-blog-346-bet-game-selection__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-blog-346-bet-game-selection__cta-button--centered {
        max-width: 100% !important;
    }

    .page-blog-346-bet-game-selection__faq-item summary {
        font-size: 1.1rem;
        padding: 15px;
    }
}