/* style/blog-how-to-choose-best-games-on-68gamebai-win.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient-start: #2AD16F;
    --button-gradient-end: #13994A;
    --card-bg: #11271B;
    --background-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win {
    font-family: Arial, sans-serif;
    color: var(--text-main-color); /* Main text color for dark background */
    background-color: var(--background-color);
    line-height: 1.6;
    padding-bottom: 40px;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 30px; /* Space between image and text */
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__hero-content {
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    color: var(--gold-color);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__description {
    font-size: 1.1em;
    color: var(--text-main-color);
    margin-bottom: 30px;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-primary,
.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-secondary,
.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-tertiary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons adapt to mobile */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-primary {
    background: linear-gradient(180deg, var(--button-gradient-start) 0%, var(--button-gradient-end) 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-tertiary {
    background-color: var(--deep-green-color);
    color: var(--text-main-color);
    border: 1px solid var(--border-color);
    padding: 8px 18px;
    font-size: 0.9em;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__btn-tertiary:hover {
    background-color: var(--primary-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__section {
    padding: 60px 0;
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__section:last-of-type {
    border-bottom: none;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__sub-title {
    font-size: clamp(1.4em, 2.5vw, 1.8em);
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win p {
    margin-bottom: 15px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__list {
    list-style: disc inside;
    margin-bottom: 15px;
    padding-left: 20px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__list li {
    margin-bottom: 8px;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__list strong {
    color: var(--text-secondary-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win a {
    color: var(--text-secondary-color);
    text-decoration: underline;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win a:hover {
    color: var(--glow-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__game-category-item {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__game-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__promo-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 30px;
    object-fit: cover;
}

/* FAQ Section */
.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-section {
    background-color: var(--deep-green-color);
    padding: 60px 0;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    color: var(--text-main-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--gold-color);
    background-color: var(--deep-green-color);
    border-bottom: 1px solid var(--border-color);
    list-style: none; /* For details summary */
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-item[open] > .page-blog-how-to-choose-best-games-on-68gamebai-win__faq-question {
    border-bottom: none;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-qtext {
    flex-grow: 1;
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-how-to-choose-best-games-on-68gamebai-win__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
    color: var(--text-main-color);
    background-color: var(--card-bg);
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-blog-how-to-choose-best-games-on-68gamebai-win__container,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__hero-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__hero-section {
        padding: 40px 0 20px 0;
        padding-top: 10px !important;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__main-title {
        font-size: 2em;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__description {
        font-size: 1em;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__cta-buttons {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__btn-primary,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__btn-secondary,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__btn-tertiary {
        width: 100% !important;
        max-width: 300px !important; /* Max width for mobile buttons */
        padding: 12px 15px !important;
        font-size: 1em !important;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__section-title {
        font-size: 1.6em;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__sub-title {
        font-size: 1.2em;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win p,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__list li {
        font-size: 0.95em;
    }

    /* Images responsive */
    .page-blog-how-to-choose-best-games-on-68gamebai-win img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__hero-image,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__game-image,
    .page-blog-how-to-choose-best-games-on-68gamebai-win__promo-image {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__faq-question {
        font-size: 1em;
        padding: 12px 15px;
    }

    .page-blog-how-to-choose-best-games-on-68gamebai-win__faq-answer {
        padding: 12px 15px;
        font-size: 0.9em;
    }
}