/* style/blog-how-to-choose-best-sbobet-slot-games.css */

:root {
    --color-primary: #11A84E;
    --color-secondary: #22C768;
    --color-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --color-card-bg: #11271B;
    --color-background: #08160F;
    --color-text-main: #F2FFF6;
    --color-text-secondary: #A7D9B8;
    --color-border: #2E7A4E;
    --color-glow: #57E38D;
    --color-gold: #F2C14E;
    --color-deep-green: #0A4B2C;
    --color-body-text-light-bg: #333333;
}

/* Base styles for the page content */
.page-blog-how-to-choose-best-sbobet-slot-games {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--color-body-text-light-bg); /* Default text color for light body background */
    background-color: #f8f9fa; /* Inherited from body, but explicitly set for clarity */
}

.page-blog-how-to-choose-best-sbobet-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-best-sbobet-slot-games__section-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: var(--color-body-text-light-bg); /* Default for light sections */
}

.page-blog-how-to-choose-best-sbobet-slot-games__section-description {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-body-text-light-bg); /* Default for light sections */
}

.page-blog-how-to-choose-best-sbobet-slot-games__sub-title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--color-body-text-light-bg); /* Default for light sections */
}

.page-blog-how-to-choose-best-sbobet-slot-games p {
    margin-bottom: 15px;
    color: var(--color-body-text-light-bg); /* Default for light sections */
}

.page-blog-how-to-choose-best-sbobet-slot-games a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-how-to-choose-best-sbobet-slot-games a:hover {
    color: var(--color-secondary);
}

/* Hero Section */
.page-blog-how-to-choose-best-sbobet-slot-games__hero-section {
    position: relative;
    width: 100%;
    background-color: var(--color-background); /* Dark background for hero */
    color: var(--color-text-main);
    padding-top: 0; /* body already handles --header-offset */
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-blog-how-to-choose-best-sbobet-slot-games__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Limit height for hero image */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-how-to-choose-best-sbobet-slot-games__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__main-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--color-gold);
}

.page-blog-how-to-choose-best-sbobet-slot-games__subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    margin-bottom: 30px;
    color: var(--color-text-secondary);
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-button {
    display: inline-block;
    background: var(--color-button-gradient);
    color: var(--color-text-main);
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-button--large {
    padding: 18px 35px;
    font-size: 1.4rem;
}

/* Introduction Section */
.page-blog-how-to-choose-best-sbobet-slot-games__introduction-section,
.page-blog-how-to-choose-best-sbobet-slot-games__factors-section,
.page-blog-how-to-choose-best-sbobet-slot-games__featured-games-section,
.page-blog-how-to-choose-best-sbobet-slot-games__conclusion-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    color: var(--color-body-text-light-bg);
}

.page-blog-how-to-choose-best-sbobet-slot-games__content-block {
    margin-bottom: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__content-block p {
    font-size: 1rem;
    color: var(--color-body-text-light-bg);
}

/* Game Types Section (Dark Background) */
.page-blog-how-to-choose-best-sbobet-slot-games__game-types-section,
.page-blog-how-to-choose-best-sbobet-slot-games__faq-section {
    padding: 60px 0;
    background-color: var(--color-background); /* Deep dark background */
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__game-types-section .page-blog-how-to-choose-best-sbobet-slot-games__section-title,
.page-blog-how-to-choose-best-sbobet-slot-games__game-types-section .page-blog-how-to-choose-best-sbobet-slot-games__section-description,
.page-blog-how-to-choose-best-sbobet-slot-games__faq-section .page-blog-how-to-choose-best-sbobet-slot-games__section-title {
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__card {
    background-color: var(--color-card-bg);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: var(--color-text-main);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.page-blog-how-to-choose-best-sbobet-slot-games__card-image {
    width: 100%;
    height: auto;
    max-height: 200px; /* Max height for consistent card image size */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-how-to-choose-best-sbobet-slot-games__card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-gold);
}

.page-blog-how-to-choose-best-sbobet-slot-games__card-text {
    font-size: 1rem;
    color: var(--color-text-secondary);
    flex-grow: 1;
}

/* Factors Section */
.page-blog-how-to-choose-best-sbobet-slot-games__factor-item {
    margin-bottom: 30px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__list {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0;
    color: var(--color-body-text-light-bg);
}

.page-blog-how-to-choose-best-sbobet-slot-games__list-item {
    margin-bottom: 10px;
    font-size: 1rem;
    color: var(--color-body-text-light-bg);
}

.page-blog-how-to-choose-best-sbobet-slot-games__list-item strong {
    color: var(--color-primary);
}

/* Strategy Section (Deep Green Background) */
.page-blog-how-to-choose-best-sbobet-slot-games__strategy-section {
    padding: 60px 0;
    background-color: var(--color-deep-green);
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__strategy-section .page-blog-how-to-choose-best-sbobet-slot-games__section-title,
.page-blog-how-to-choose-best-sbobet-slot-games__strategy-section .page-blog-how-to-choose-best-sbobet-slot-games__section-description,
.page-blog-how-to-choose-best-sbobet-slot-games__strategy-section .page-blog-how-to-choose-best-sbobet-slot-games__sub-title {
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__strategy-section p {
    color: var(--color-text-secondary);
}

.page-blog-how-to-choose-best-sbobet-slot-games__strategy-item {
    margin-bottom: 30px;
}

/* Featured Games Section */
.page-blog-how-to-choose-best-sbobet-slot-games__game-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__card--featured {
    background-color: #ffffff; /* White background for featured cards on light section */
    color: var(--color-body-text-light-bg);
    border: 1px solid #e0e0e0;
}

.page-blog-how-to-choose-best-sbobet-slot-games__card--featured .page-blog-how-to-choose-best-sbobet-slot-games__card-title {
    color: var(--color-primary);
}

.page-blog-how-to-choose-best-sbobet-slot-games__card--featured .page-blog-how-to-choose-best-sbobet-slot-games__card-text {
    color: var(--color-body-text-light-bg);
}

/* FAQ Section (Dark Background) */
.page-blog-how-to-choose-best-sbobet-slot-games__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-item {
    background-color: var(--color-card-bg);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--color-card-bg);
    color: var(--color-text-main);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-question:hover {
    background-color: rgba(var(--color-primary-rgb, 17, 168, 78), 0.1); /* Using rgba with default if not defined */
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-qtext {
    flex-grow: 1;
    color: var(--color-text-main);
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--color-gold);
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-item[open] > .page-blog-how-to-choose-best-sbobet-slot-games__faq-question .page-blog-how-to-choose-best-sbobet-slot-games__faq-toggle {
    content: '−'; /* Change to minus when open */
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: var(--color-text-secondary);
}

.page-blog-how-to-choose-best-sbobet-slot-games__faq-answer p {
    color: var(--color-text-secondary);
}

/* Conclusion Section */
.page-blog-how-to-choose-best-sbobet-slot-games__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-text {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--color-body-text-light-bg);
}

/* Responsive Images, Videos, Buttons */
.page-blog-how-to-choose-best-sbobet-slot-games img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-button,
.page-blog-how-to-choose-best-sbobet-slot-games a[class*="button"],
.page-blog-how-to-choose-best-sbobet-slot-games a[class*="btn"] {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-choose-best-sbobet-slot-games__cta-wrapper,
.page-blog-how-to-choose-best-sbobet-slot-games__button-group,
.page-blog-how-to-choose-best-sbobet-slot-games__btn-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Mobile Specific Styles */
@media (max-width: 768px) {
    .page-blog-how-to-choose-best-sbobet-slot-games__container {
        padding: 0 15px;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__main-title {
        font-size: clamp(2rem, 8vw, 3.5rem);
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__subtitle {
        font-size: clamp(1rem, 2.5vw, 1.2rem);
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__cta-button--large {
        padding: 15px 30px;
        font-size: 1.2rem;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__sub-title {
        font-size: clamp(1.2rem, 4vw, 1.6rem);
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__grid,
    .page-blog-how-to-choose-best-sbobet-slot-games__game-cards-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__card-image {
        max-height: 180px;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__card-title {
        font-size: 1.2rem;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__faq-question {
        padding: 15px 20px;
        font-size: 1.1rem;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-blog-how-to-choose-best-sbobet-slot-games__section,
    .page-blog-how-to-choose-best-sbobet-slot-games__card,
    .page-blog-how-to-choose-best-sbobet-slot-games__container,
    .page-blog-how-to-choose-best-sbobet-slot-games__hero-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__introduction-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__game-types-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__factors-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__strategy-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__featured-games-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__faq-section,
    .page-blog-how-to-choose-best-sbobet-slot-games__conclusion-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-blog-how-to-choose-best-sbobet-slot-games__hero-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .page-blog-how-to-choose-best-sbobet-slot-games__hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-choose-best-sbobet-slot-games__cta-button,
    .page-blog-how-to-choose-best-sbobet-slot-games a[class*="button"],
    .page-blog-how-to-choose-best-sbobet-slot-games 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;
    }
    
    .page-blog-how-to-choose-best-sbobet-slot-games__cta-wrapper,
    .page-blog-how-to-choose-best-sbobet-slot-games__button-group,
    .page-blog-how-to-choose-best-sbobet-slot-games__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-how-to-choose-best-sbobet-slot-games__cta-wrapper {
        display: flex;
        flex-direction: column;
    }
}

/* Ensure details/summary toggle icon works */
details.page-blog-how-to-choose-best-sbobet-slot-games__faq-item > summary {
    list-style: none;
}
details.page-blog-how-to-choose-best-sbobet-slot-games__faq-item > summary::-webkit-details-marker {
    display: none;
}