.page-blog-hello88-casino-game-strategy-guide {
    background-color: var(--bg-color, #F4F7FB);
    color: var(--text-main-color, #1F2D3D);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
}

.page-blog-hello88-casino-game-strategy-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-hello88-casino-game-strategy-guide__hero-section {
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    background-color: var(--card-bg-color, #FFFFFF); /* Using white for hero section background */
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden; /* Ensure image corners are clipped by border-radius */
}

.page-blog-hello88-casino-game-strategy-guide__hero-image-wrapper {
    width: 100%;
    max-width: 1920px; /* Max width for hero image wrapper */
    margin-bottom: 20px;
}

.page-blog-hello88-casino-game-strategy-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px 10px 0 0; /* Rounded top corners, sharp bottom to blend with content */
}

.page-blog-hello88-casino-game-strategy-guide__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-hello88-casino-game-strategy-guide__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size for H1 */
    font-weight: 700;
    color: var(--custom-color-1776249996415, #000000);
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-hello88-casino-game-strategy-guide__description {
    font-size: 1.1rem;
    color: var(--text-main-color, #1F2D3D);
    margin-bottom: 30px;
}

.page-blog-hello88-casino-game-strategy-guide__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-hello88-casino-game-strategy-guide__cta-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    background: var(--button-bg, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
    color: #FFFFFF;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-hello88-casino-game-strategy-guide__cta-button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.page-blog-hello88-casino-game-strategy-guide__cta-button--secondary {
    background: none;
    border: 2px solid var(--primary-color, #2F6BFF);
    color: var(--primary-color, #2F6BFF);
    box-shadow: none;
}

.page-blog-hello88-casino-game-strategy-guide__cta-button--secondary:hover {
    background-color: var(--primary-color, #2F6BFF);
    color: #FFFFFF;
}

/* Content Section */
.page-blog-hello88-casino-game-strategy-guide__content-section {
    padding: 40px 0;
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 10px;
    margin-bottom: 30px;
}

.page-blog-hello88-casino-game-strategy-guide__intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-hello88-casino-game-strategy-guide__section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--custom-color-1776249996415, #000000);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
}

.page-blog-hello88-casino-game-strategy-guide__sub-section-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--custom-color-1776249996415, #000000);
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.page-blog-hello88-casino-game-strategy-guide__paragraph {
    margin-bottom: 20px;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-hello88-casino-game-strategy-guide__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-blog-hello88-casino-game-strategy-guide__content-image {
    width: 100%;
    max-width: 800px; /* Ensure images don't exceed their intended max width */
    height: auto;
    min-width: 200px;
    min-height: 200px; /* Enforce minimum size requirement */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block; /* Important for preventing extra space below img */
    margin: 0 auto; /* Center image */
}

.page-blog-hello88-casino-game-strategy-guide__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-main-color, #1F2D3D);
}

.page-blog-hello88-casino-game-strategy-guide__list-item {
    margin-bottom: 10px;
}

.page-blog-hello88-casino-game-strategy-guide__text-link {
    color: var(--primary-color, #2F6BFF);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-hello88-casino-game-strategy-guide__text-link:hover {
    color: var(--secondary-color, #6FA3FF);
    text-decoration: underline;
}

/* FAQ Section */
.page-blog-hello88-casino-game-strategy-guide__faq-section {
    padding: 40px 0;
    background-color: var(--card-bg-color, #FFFFFF);
    border-radius: 10px;
    margin-bottom: 30px;
}

.page-blog-hello88-casino-game-strategy-guide__faq-item {
    background-color: var(--bg-color, #F4F7FB);
    border: 1px solid var(--border-color, #D6E2FF);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.page-blog-hello88-casino-game-strategy-guide__faq-question {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--custom-color-1776249996415, #000000);
    margin-top: 0;
    margin-bottom: 10px;
}

.page-blog-hello88-casino-game-strategy-guide__faq-answer {
    font-size: 1rem;
    color: var(--text-main-color, #1F2D3D);
}

/* Call to Action Section */
.page-blog-hello88-casino-game-strategy-guide__call-to-action-section {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(90deg, var(--primary-color, #2F6BFF) 0%, var(--secondary-color, #6FA3FF) 100%);
    border-radius: 10px;
    margin-bottom: 30px;
}

.page-blog-hello88-casino-game-strategy-guide__cta-inner {
    max-width: 800px;
}

.page-blog-hello88-casino-game-strategy-guide__cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-hello88-casino-game-strategy-guide__cta-text {
    font-size: 1.2rem;
    color: #FFFFFF;
    margin-bottom: 40px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-hello88-casino-game-strategy-guide__container {
        padding: 15px;
    }

    .page-blog-hello88-casino-game-strategy-guide__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-hello88-casino-game-strategy-guide__description,
    .page-blog-hello88-casino-game-strategy-guide__intro-text {
        font-size: 1rem;
    }

    .page-blog-hello88-casino-game-strategy-guide__section-title {
        font-size: 1.8rem;
    }

    .page-blog-hello88-casino-game-strategy-guide__sub-section-title {
        font-size: 1.4rem;
    }

    .page-blog-hello88-casino-game-strategy-guide__cta-title {
        font-size: 2rem;
    }

    .page-blog-hello88-casino-game-strategy-guide__cta-text {
        font-size: 1.1rem;
    }

    .page-blog-hello88-casino-game-strategy-guide__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    /* Enforce max-width: 100% for images in content area on mobile */
    .page-blog-hello88-casino-game-strategy-guide img {
        max-width: 100%;
        height: auto;
    }
}

/* Ensure content area images are at least 200px wide */
.page-blog-hello88-casino-game-strategy-guide__content-image {
    min-width: 200px;
    min-height: 200px; /* Assuming square or similar aspect for minimum */
}