.page-blog-f8bet1-casino-games-deep-dive {
    font-family: Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF; /* Custom background color */
    padding-top: 10px; /* Small top padding for main content, relying on body for header offset */
}

.page-blog-f8bet1-casino-games-deep-dive__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-f8bet1-casino-games-deep-dive__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #017439; /* Main color for hero background */
    padding: 40px 20px;
    color: #FFFFFF;
    position: relative;
}

.page-blog-f8bet1-casino-games-deep-dive__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    order: 1; /* Image first */
}

.page-blog-f8bet1-casino-games-deep-dive__hero-image {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9; /* Standard widescreen aspect ratio for hero */
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-f8bet1-casino-games-deep-dive__hero-content {
    order: 2; /* Content after image */
    max-width: 900px;
}

.page-blog-f8bet1-casino-games-deep-dive__main-title {
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #FFFFFF;
    letter-spacing: -0.02em;
}

.page-blog-f8bet1-casino-games-deep-dive__intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #FFFFFF;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-f8bet1-casino-games-deep-dive__cta-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.page-blog-f8bet1-casino-games-deep-dive__cta-button:hover {
    background-color: #a00606;
}

.page-blog-f8bet1-casino-games-deep-dive__content-section {
    padding: 40px 0;
    background-color: #FFFFFF;
}

.page-blog-f8bet1-casino-games-deep-dive__section-title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    color: #017439;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.page-blog-f8bet1-casino-games-deep-dive__paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-f8bet1-casino-games-deep-dive__figure {
    margin: 30px auto;
    text-align: center;
    max-width: 800px;
    display: block; /* Ensure it behaves as a block element */
}

.page-blog-f8bet1-casino-games-deep-dive__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    filter: none; /* Ensure no CSS filter is applied */
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

.page-blog-f8bet1-casino-games-deep-dive__figcaption {
    font-size: 0.9rem;
    color: #666666;
    margin-top: 10px;
}

.page-blog-f8bet1-casino-games-deep-dive__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-blog-f8bet1-casino-games-deep-dive__list-item {
    margin-bottom: 10px;
    font-size: 1rem;
}

.page-blog-f8bet1-casino-games-deep-dive__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.page-blog-f8bet1-casino-games-deep-dive__faq-question {
    font-size: 1.1rem;
    color: #017439;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-f8bet1-casino-games-deep-dive__faq-answer {
    font-size: 1rem;
    margin-bottom: 0;
}

.page-blog-f8bet1-casino-games-deep-dive__inline-link {
    color: #017439;
    text-decoration: underline;
    font-weight: bold;
}

.page-blog-f8bet1-casino-games-deep-dive__inline-link:hover {
    color: #005f2e;
}

@media (max-width: 1024px) {
    .page-blog-f8bet1-casino-games-deep-dive__container {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-f8bet1-casino-games-deep-dive__hero-section {
        padding: 30px 15px;
    }

    .page-blog-f8bet1-casino-games-deep-dive__main-title {
        font-size: clamp(1.6rem, 6vw, 2.5rem);
    }

    .page-blog-f8bet1-casino-games-deep-dive__intro-text {
        font-size: 1rem;
    }

    .page-blog-f8bet1-casino-games-deep-dive__cta-button {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .page-blog-f8bet1-casino-games-deep-dive__section-title {
        font-size: clamp(1.3rem, 5vw, 2rem);
        margin-top: 30px;
    }

    .page-blog-f8bet1-casino-games-deep-dive__paragraph,
    .page-blog-f8bet1-casino-games-deep-dive__list-item,
    .page-blog-f8bet1-casino-games-deep-dive__faq-answer {
        font-size: 0.95rem;
    }

    .page-blog-f8bet1-casino-games-deep-dive__image {
        max-width: 100%; /* Ensure images are responsive */
        height: auto; /* Maintain aspect ratio */
    }

    .page-blog-f8bet1-casino-games-deep-dive__faq-question {
        font-size: 1rem;
    }

    .page-blog-f8bet1-casino-games-deep-dive__container {
        padding: 15px;
    }

    .page-blog-f8bet1-casino-games-deep-dive__paragraph {
        text-align: left; /* Adjust for better readability on small screens */
    }
}

@media (max-width: 549px) {
    .page-blog-f8bet1-casino-games-deep-dive__main-title {
        font-size: clamp(1.4rem, 7vw, 2.2rem);
    }
    .page-blog-f8bet1-casino-games-deep-dive__section-title {
        font-size: clamp(1.2rem, 6vw, 1.8rem);
    }
    .page-blog-f8bet1-casino-games-deep-dive__paragraph {
        font-size: 0.9rem;
    }
    .page-blog-f8bet1-casino-games-deep-dive__list-item {
        font-size: 0.9rem;
    }
    .page-blog-f8bet1-casino-games-deep-dive__faq-question {
        font-size: 0.95rem;
    }
    .page-blog-f8bet1-casino-games-deep-dive__faq-answer {
        font-size: 0.9rem;
    }
}