/* style/blog-mmoo88-casino-best-games-guide.css */

/* --- General Styles and Color Contrast --- */
.page-blog-mmoo88-casino-best-games-guide {
    /* Body background is #f8f8f8 (light), so main text should be dark */
    color: #333333; /* Dark text for light body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f8f8f8; /* Ensure consistency with body background */
}

.page-blog-mmoo88-casino-best-games-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-mmoo88-casino-best-games-guide__section-title {
    font-size: 2.5em;
    color: #11A84E; /* Brand color */
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-blog-mmoo88-casino-best-games-guide__card-title {
    font-size: 1.5em;
    color: #F2FFF6; /* Light text for dark card background */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-mmoo88-casino-best-games-guide__text-content {
    margin-bottom: 20px;
    color: #333333; /* Dark text for light background */
}

.page-blog-mmoo88-casino-best-games-guide__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333333; /* Dark text for light background */
}

.page-blog-mmoo88-casino-best-games-guide__list-item {
    margin-bottom: 10px;
}

/* --- Buttons --- */
.page-blog-mmoo88-casino-best-games-guide__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff; /* White text for green button */
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box; /* Important for mobile responsiveness */
}

.page-blog-mmoo88-casino-best-games-guide__cta-button:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-mmoo88-casino-best-games-guide__btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #11A84E; /* Brand color for text */
    border: 2px solid #11A84E;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box; /* Important for mobile responsiveness */
}

.page-blog-mmoo88-casino-best-games-guide__btn-secondary:hover {
    background-color: #11A84E;
    color: #ffffff;
}

/* --- Hero Section --- */
.page-blog-mmoo88-casino-best-games-guide__hero-section {
    position: relative;
    padding: 20px 0; /* Small top padding */
    display: flex;
    flex-direction: column; /* Ensure image is above content */
    align-items: center;
    justify-content: center;
    background-color: #08160F; /* Deep green background for hero */
    overflow: hidden;
}

.page-blog-mmoo88-casino-best-games-guide__hero-image {
    width: 100%;
    height: auto;
    max-height: 600px; /* Limit height for aesthetic */
    object-fit: cover;
    display: block;
}

.page-blog-mmoo88-casino-best-games-guide__hero-content {
    padding: 40px 20px;
    text-align: center;
    max-width: 900px;
    margin-top: 20px; /* Space between image and text */
}

.page-blog-mmoo88-casino-best-games-guide__main-title {
    font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size, not fixed large */
    color: #F2C14E; /* Gold color for main title */
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.page-blog-mmoo88-casino-best-games-guide__subtitle {
    font-size: 1.2em;
    color: #F2FFF6; /* Light text for dark background */
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Section Layouts --- */
.page-blog-mmoo88-casino-best-games-guide__introduction-section,
.page-blog-mmoo88-casino-best-games-guide__games-overview-section,
.page-blog-mmoo88-casino-best-games-guide__strategies-section,
.page-blog-mmoo88-casino-best-games-guide__promotions-section,
.page-blog-mmoo88-casino-best-games-guide__security-section,
.page-blog-mmoo88-casino-best-games-guide__support-section,
.page-blog-mmoo88-casino-best-games-guide__faq-section,
.page-blog-mmoo88-casino-best-games-guide__conclusion-section {
    padding: 60px 0;
    border-bottom: 1px solid #E0E0E0; /* Light divider for sections */
}

.page-blog-mmoo88-casino-best-games-guide__introduction-section {
    background-color: #f8f8f8;
    color: #333333;
}

.page-blog-mmoo88-casino-best-games-guide__games-overview-section {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-mmoo88-casino-best-games-guide__game-category {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #11271B; /* Dark card background */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6; /* Light text for dark background */
}

.page-blog-mmoo88-casino-best-games-guide__game-category .page-blog-mmoo88-casino-best-games-guide__category-title {
    color: #F2C14E; /* Gold color for category titles */
    margin-bottom: 20px;
    text-align: left;
}

.page-blog-mmoo88-casino-best-games-guide__game-category .page-blog-mmoo88-casino-best-games-guide__text-content,
.page-blog-mmoo88-casino-best-games-guide__game-category .page-blog-mmoo88-casino-best-games-guide__list-item {
    color: #F2FFF6; /* Light text for dark background */
}

.page-blog-mmoo88-casino-best-games-guide__game-image,
.page-blog-mmoo88-casino-best-games-guide__security-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block; /* Ensure it behaves as a block element */
    object-fit: cover;
}

.page-blog-mmoo88-casino-best-games-guide__strategies-section {
    background-color: #f8f8f8;
    color: #333333;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-mmoo88-casino-best-games-guide__strategy-card {
    background-color: #11271B; /* Dark card background */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6; /* Light text for dark background */
}

.page-blog-mmoo88-casino-best-games-guide__strategy-card .page-blog-mmoo88-casino-best-games-guide__list {
    list-style: none; /* Remove disc for cleaner look */
    padding-left: 0;
}

.page-blog-mmoo88-casino-best-games-guide__strategy-card .page-blog-mmoo88-casino-best-games-guide__list-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #A7D9B8; /* Secondary light text */
}

.page-blog-mmoo88-casino-best-games-guide__strategy-card .page-blog-mmoo88-casino-best-games-guide__list-item::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: #2AD16F; /* Green checkmark */
}

.page-blog-mmoo88-casino-best-games-guide__promotions-section,
.page-blog-mmoo88-casino-best-games-guide__support-section {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-mmoo88-casino-best-games-guide__security-section {
    background-color: #08160F; /* Dark background for security section */
    color: #F2FFF6; /* Light text for dark background */
}

.page-blog-mmoo88-casino-best-games-guide__security-section .page-blog-mmoo88-casino-best-games-guide__section-title {
    color: #F2C14E; /* Gold title for dark section */
}

.page-blog-mmoo88-casino-best-games-guide__security-section .page-blog-mmoo88-casino-best-games-guide__text-content,
.page-blog-mmoo88-casino-best-games-guide__security-section .page-blog-mmoo88-casino-best-games-guide__list-item {
    color: #F2FFF6; /* Light text for dark background */
}

/* --- FAQ Section --- */
.page-blog-mmoo88-casino-best-games-guide__faq-section {
    background-color: #f8f8f8;
    color: #333333;
}

.page-blog-mmoo88-casino-best-games-guide__faq-list {
    margin-top: 30px;
}

.page-blog-mmoo88-casino-best-games-guide__faq-item {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-mmoo88-casino-best-games-guide__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    color: #11A84E; /* Brand color for question */
    list-style: none; /* Remove default marker */
}

.page-blog-mmoo88-casino-best-games-guide__faq-item summary::-webkit-details-marker {
    display: none; /* Remove default marker for webkit browsers */
}

.page-blog-mmoo88-casino-best-games-guide__faq-item[open] summary {
    background-color: #F2FFF6; /* Light background when open */
    border-bottom: 1px solid #E0E0E0;
}

.page-blog-mmoo88-casino-best-games-guide__faq-qtext {
    flex-grow: 1;
}

.page-blog-mmoo88-casino-best-games-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #11A84E;
}

.page-blog-mmoo88-casino-best-games-guide__faq-answer {
    padding: 0 25px 20px 25px;
    color: #333333; /* Dark text for answer */
    font-size: 0.95em;
}

/* --- Conclusion Section --- */
.page-blog-mmoo88-casino-best-games-guide__conclusion-section {
    text-align: center;
    background-color: #08160F; /* Dark background */
    color: #F2FFF6; /* Light text */
}

.page-blog-mmoo88-casino-best-games-guide__conclusion-section .page-blog-mmoo88-casino-best-games-guide__section-title {
    color: #F2C14E; /* Gold title */
}

.page-blog-mmoo88-casino-best-games-guide__conclusion-section .page-blog-mmoo88-casino-best-games-guide__text-content {
    color: #F2FFF6; /* Light text */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.page-blog-mmoo88-casino-best-games-guide__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .page-blog-mmoo88-casino-best-games-guide__section-title {
        font-size: 2em;
    }
    .page-blog-mmoo88-casino-best-games-guide__main-title {
        font-size: clamp(1.8em, 6vw, 3em);
    }
    .page-blog-mmoo88-casino-best-games-guide__hero-content {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .page-blog-mmoo88-casino-best-games-guide__container {
        padding: 0 15px;
    }

    .page-blog-mmoo88-casino-best-games-guide__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-blog-mmoo88-casino-best-games-guide__main-title {
        font-size: clamp(1.5em, 8vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-mmoo88-casino-best-games-guide__subtitle {
        font-size: 1em;
        margin-bottom: 25px;
    }

    /* Images responsiveness */
    .page-blog-mmoo88-casino-best-games-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-mmoo88-casino-best-games-guide__hero-image,
    .page-blog-mmoo88-casino-best-games-guide__game-image,
    .page-blog-mmoo88-casino-best-games-guide__security-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }

    /* Buttons responsiveness */
    .page-blog-mmoo88-casino-best-games-guide__cta-button,
    .page-blog-mmoo88-casino-best-games-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 15px !important;
        font-size: 1em !important;
        margin-bottom: 10px; /* Add space between stacked buttons */
    }
    
    .page-blog-mmoo88-casino-best-games-guide__cta-button--large {
        padding: 15px 25px !important;
        font-size: 1.1em !important;
    }

    /* Button containers responsiveness */
    .page-blog-mmoo88-casino-best-games-guide__hero-content .page-blog-mmoo88-casino-best-games-guide__cta-button,
    .page-blog-mmoo88-casino-best-games-guide__conclusion-section .page-blog-mmoo88-casino-best-games-guide__cta-button {
        margin-left: auto;
        margin-right: auto;
    }

    /* FAQ item padding */
    .page-blog-mmoo88-casino-best-games-guide__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-mmoo88-casino-best-games-guide__faq-answer {
        padding: 0 20px 15px 20px;
    }

    /* Section paddings */
    .page-blog-mmoo88-casino-best-games-guide__introduction-section,
    .page-blog-mmoo88-casino-best-games-guide__games-overview-section,
    .page-blog-mmoo88-casino-best-games-guide__strategies-section,
    .page-blog-mmoo88-casino-best-games-guide__promotions-section,
    .page-blog-mmoo88-casino-best-games-guide__security-section,
    .page-blog-mmoo88-casino-best-games-guide__support-section,
    .page-blog-mmoo88-casino-best-games-guide__faq-section,
    .page-blog-mmoo88-casino-best-games-guide__conclusion-section {
        padding: 40px 0;
    }

    .page-blog-mmoo88-casino-best-games-guide__hero-section {
        padding-top: 10px !important; /* Small top padding for hero */
    }

    .page-blog-mmoo88-casino-best-games-guide__strategies-section {
        grid-template-columns: 1fr;
    }
}