.page-blog-how-to-play-bom88-casino-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main, #F2FFF6); /* Default text color for dark background */
    background-color: var(--background, #08160F); /* Default background color */
}

.page-blog-how-to-play-bom88-casino-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-blog-how-to-play-bom88-casino-games__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding as body handles --header-offset */
    margin-bottom: 40px;
    background-color: var(--card-bg, #11271B); /* Dark background for hero section */
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; /* Space between image and content */
}

.page-blog-how-to-play-bom88-casino-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-how-to-play-bom88-casino-games__hero-content {
    max-width: 900px; /* Constrain content width */
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.page-blog-how-to-play-bom88-casino-games__main-title {
    font-size: clamp(28px, 4vw, 48px); /* Responsive H1 font size */
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__description {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 30px;
    color: var(--text-secondary, #A7D9B8);
}

.page-blog-how-to-play-bom88-casino-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-how-to-play-bom88-casino-games__btn-primary,
.page-blog-how-to-play-bom88-casino-games__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    max-width: 100%; /* Ensure button fits container */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    text-align: center;
}

.page-blog-how-to-play-bom88-casino-games__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-how-to-play-bom88-casino-games__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-play-bom88-casino-games__btn-secondary {
    background: transparent;
    color: var(--text-main, #F2FFF6);
    border: 2px solid var(--border, #2E7A4E);
}

.page-blog-how-to-play-bom88-casino-games__btn-secondary:hover {
    background: rgba(var(--border-rgb, 46, 122, 78), 0.2);
    transform: translateY(-2px);
}

/* General Section Styling */
.page-blog-how-to-play-bom88-casino-games__introduction-section,
.page-blog-how-to-play-bom88-casino-games__features-section,
.page-blog-how-to-play-bom88-casino-games__guide-section,
.page-blog-how-to-play-bom88-casino-games__tips-section,
.page-blog-how-to-play-bom88-casino-games__faq-section,
.page-blog-how-to-play-bom88-casino-games__cta-section {
    padding: 60px 0;
}

.page-blog-how-to-play-bom88-casino-games__dark-bg {
    background-color: var(--card-bg, #11271B); /* Dark background */
    color: var(--text-main, #F2FFF6); /* Light text */
}

.page-blog-how-to-play-bom88-casino-games__section-title {
    font-size: clamp(24px, 3.5vw, 38px);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__text-block {
    font-size: 17px;
    margin-bottom: 20px;
    color: var(--text-secondary, #A7D9B8);
    text-align: justify;
}

.page-blog-how-to-play-bom88-casino-games__text-block a {
    color: var(--gold, #F2C14E);
    text-decoration: none;
}
.page-blog-how-to-play-bom88-casino-games__text-block a:hover {
    text-decoration: underline;
}

/* Features Section */
.page-blog-how-to-play-bom88-casino-games__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-how-to-play-bom88-casino-games__feature-card {
    background-color: var(--card-bg, #11271B);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__feature-card:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-play-bom88-casino-games__feature-icon {
    width: 100%; /* Max width for image */
    max-width: 250px; /* Example max-width for feature icon */
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-play-bom88-casino-games__feature-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__feature-description {
    font-size: 16px;
    color: var(--text-secondary, #A7D9B8);
}
.page-blog-how-to-play-bom88-casino-games__feature-description a {
    color: var(--gold, #F2C14E);
    text-decoration: none;
}
.page-blog-how-to-play-bom88-casino-games__feature-description a:hover {
    text-decoration: underline;
}

/* Guide Section */
.page-blog-how-to-play-bom88-casino-games__guide-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.page-blog-how-to-play-bom88-casino-games__guide-item {
    background-color: var(--background, #08160F); /* Background for guide item */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__guide-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--glow, #57E38D);
}

.page-blog-how-to-play-bom88-casino-games__guide-description {
    font-size: 17px;
    margin-bottom: 20px;
    color: var(--text-secondary, #A7D9B8);
}
.page-blog-how-to-play-bom88-casino-games__guide-description a {
    color: var(--gold, #F2C14E);
    text-decoration: none;
}
.page-blog-how-to-play-bom88-casino-games__guide-description a:hover {
    text-decoration: underline;
}

.page-blog-how-to-play-bom88-casino-games__guide-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-top: 20px;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* Tips Section */
.page-blog-how-to-play-bom88-casino-games__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-how-to-play-bom88-casino-games__tip-item {
    background-color: var(--card-bg, #11271B);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__tip-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--glow, #57E38D);
}

.page-blog-how-to-play-bom88-casino-games__tip-description {
    font-size: 16px;
    color: var(--text-secondary, #A7D9B8);
}

/* FAQ Section */
.page-blog-how-to-play-bom88-casino-games__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-play-bom88-casino-games__faq-item {
    background-color: var(--background, #08160F); /* Background for FAQ item */
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: var(--text-main, #F2FFF6);
}

.page-blog-how-to-play-bom88-casino-games__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--card-bg, #11271B);
    color: var(--text-main, #F2FFF6);
    border-bottom: 1px solid var(--divider, #1E3A2A);
    list-style: none; /* Remove default marker */
}

.page-blog-how-to-play-bom88-casino-games__faq-item summary::-webkit-details-marker {
    display: none; /* Hide Webkit default marker */
}

.page-blog-how-to-play-bom88-casino-games__faq-toggle {
    font-size: 24px;
    line-height: 1;
    color: var(--glow, #57E38D);
    transition: transform 0.3s ease;
}

.page-blog-how-to-play-bom88-casino-games__faq-item[open] .page-blog-how-to-play-bom88-casino-games__faq-toggle {
    transform: rotate(45deg); /* Rotate '+' to 'x' or simply change to '-' */
}

.page-blog-how-to-play-bom88-casino-games__faq-answer {
    padding: 20px;
    font-size: 16px;
    color: var(--text-secondary, #A7D9B8);
}
.page-blog-how-to-play-bom88-casino-games__faq-answer p {
    margin-bottom: 0;
}
.page-blog-how-to-play-bom88-casino-games__faq-answer a {
    color: var(--gold, #F2C14E);
    text-decoration: none;
}
.page-blog-how-to-play-bom88-casino-games__faq-answer a:hover {
    text-decoration: underline;
}

/* CTA Section */
.page-blog-how-to-play-bom88-casino-games__cta-section {
    text-align: center;
    background-color: var(--deep-green, #0A4B2C);
    color: var(--text-main, #F2FFF6);
    padding: 80px 0;
    border-radius: 10px;
    margin-top: 40px;
}

.page-blog-how-to-play-bom88-casino-games__cta-section .page-blog-how-to-play-bom88-casino-games__section-title {
    color: var(--text-main, #F2FFF6);
    margin-bottom: 20px;
}

.page-blog-how-to-play-bom88-casino-games__cta-section .page-blog-how-to-play-bom88-casino-games__text-block {
    color: var(--text-secondary, #A7D9B8);
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.page-blog-how-to-play-bom88-casino-games__cta-section .page-blog-how-to-play-bom88-casino-games__text-block a {
    color: var(--gold, #F2C14E);
    text-decoration: none;
}
.page-blog-how-to-play-bom88-casino-games__cta-section .page-blog-how-to-play-bom88-casino-games__text-block a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (min-width: 769px) {
    .page-blog-how-to-play-bom88-casino-games__guide-steps {
        grid-template-columns: repeat(2, 1fr); /* Two columns for guide on larger screens */
    }
    .page-blog-how-to-play-bom88-casino-games__guide-item:nth-child(even) {
        margin-top: 40px; /* Staggered effect */
    }
    .page-blog-how-to-play-bom88-casino-games__tips-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-play-bom88-casino-games__container {
        padding: 0 15px;
    }

    .page-blog-how-to-play-bom88-casino-games__hero-section {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .page-blog-how-to-play-bom88-casino-games__hero-content {
        padding-bottom: 20px;
    }

    .page-blog-how-to-play-bom88-casino-games__main-title {
        font-size: 28px;
    }

    .page-blog-how-to-play-bom88-casino-games__description {
        font-size: 16px;
    }

    .page-blog-how-to-play-bom88-casino-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-how-to-play-bom88-casino-games__btn-primary,
    .page-blog-how-to-play-bom88-casino-games__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-play-bom88-casino-games__introduction-section,
    .page-blog-how-to-play-bom88-casino-games__features-section,
    .page-blog-how-to-play-bom88-casino-games__guide-section,
    .page-blog-how-to-play-bom88-casino-games__tips-section,
    .page-blog-how-to-play-bom88-casino-games__faq-section,
    .page-blog-how-to-play-bom88-casino-games__cta-section {
        padding: 40px 0;
    }

    .page-blog-how-to-play-bom88-casino-games__section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page-blog-how-to-play-bom88-casino-games__text-block,
    .page-blog-how-to-play-bom88-casino-games__feature-description,
    .page-blog-how-to-play-bom88-casino-games__guide-description,
    .page-blog-how-to-play-bom88-casino-games__tip-description,
    .page-blog-how-to-play-bom88-casino-games__faq-answer {
        font-size: 15px;
    }

    /* Images responsiveness */
    .page-blog-how-to-play-bom88-casino-games img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-how-to-play-bom88-casino-games__hero-image-wrapper,
    .page-blog-how-to-play-bom88-casino-games__feature-card,
    .page-blog-how-to-play-bom88-casino-games__guide-item,
    .page-blog-how-to-play-bom88-casino-games__tip-item,
    .page-blog-how-to-play-bom88-casino-games__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-how-to-play-bom88-casino-games__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-how-to-play-bom88-casino-games__guide-item:nth-child(even) {
        margin-top: 0; /* Remove staggered effect on mobile */
    }
    .page-blog-how-to-play-bom88-casino-games__tips-list {
        grid-template-columns: 1fr;
    }

    .page-blog-how-to-play-bom88-casino-games__faq-item summary {
        font-size: 16px;
        padding: 15px;
    }
    .page-blog-how-to-play-bom88-casino-games__faq-answer {
        padding: 15px;
    }
}