/* style/blog-top-strategies-for-zo88-chinh-thuc-games.css */

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

.page-blog-top-strategies-for-zo88-chinh-thuc-games {
    font-family: Arial, sans-serif;
    color: var(--text-main);
    background-color: var(--background-dark);
    line-height: 1.6;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    text-align: center;
    overflow: hidden;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-content {
    position: relative;
    z-index: 10;
    max-width: 800px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    color: var(--gold-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-description {
    font-size: 1.2em;
    color: var(--text-secondary);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Section Titles */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--gold-color);
    border-radius: 2px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__sub-title {
    font-size: 1.8em;
    color: var(--secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Text Blocks */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__text-block {
    font-size: 1em;
    color: var(--text-main);
    margin-bottom: 20px;
}

/* Content Sections */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__intro-section,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__content-section,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-section,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-section {
    padding: 60px 0;
    border-bottom: 1px solid var(--divider-color);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__content-section:last-of-type,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-section:last-of-type {
    border-bottom: none;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__image-text-block,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__text-image-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__image-text-block:nth-of-type(even) {
    flex-direction: row-reverse; /* Alternate image/text layout */
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__content-image {
    flex: 1;
    min-width: 400px; /* Minimum size for content images */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__text-content {
    flex: 1;
}

/* Buttons */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-primary,
.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-primary {
    background: var(--button-gradient);
    color: #ffffff; /* White text for contrast */
    border: 2px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* FAQ Section */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-list {
    margin-top: 30px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-item {
    background-color: var(--card-background);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: var(--gold-color);
    font-size: 1.1em;
    position: relative;
    list-style: none;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-qtext {
    flex-grow: 1;
    padding-right: 15px;
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: var(--primary-color);
}

.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-answer {
    padding: 0 20px 20px;
    color: var(--text-secondary);
    font-size: 0.95em;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__image-text-block,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__text-image-block {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__image-text-block:nth-of-type(even) {
        flex-direction: column; /* Keep consistent on smaller screens */
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__content-image {
        min-width: unset;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-blog-top-strategies-for-zo88-chinh-thuc-games {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-section,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__intro-section,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__content-section,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-section,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-section {
        padding: 40px 0;
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-section {
        padding-top: 10px !important; /* body handles --header-offset, small top padding */
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__main-title {
        font-size: 2em;
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-description {
        font-size: 1em;
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-top-strategies-for-zo88-chinh-thuc-games__sub-title {
        font-size: 1.4em;
    }

    /* Image responsive */
    .page-blog-top-strategies-for-zo88-chinh-thuc-games img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__section,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__card,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__container,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    /* Button responsive */
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-button,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-primary,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-secondary,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games a[class*="button"],
    .page-blog-top-strategies-for-zo88-chinh-thuc-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-top-strategies-for-zo88-chinh-thuc-games__cta-buttons,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__button-group,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px !important;
        overflow: hidden !important;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__cta-buttons a {
        margin: 0 auto; /* Center stacked buttons */
    }
}

@media (max-width: 480px) {
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__hero-section {
        padding: 30px 15px;
        padding-top: 10px !important;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__main-title {
        font-size: 1.8em;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__section-title {
        font-size: 1.5em;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__sub-title {
        font-size: 1.2em;
    }
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-primary,
    .page-blog-top-strategies-for-zo88-chinh-thuc-games__btn-secondary {
        padding: 12px 20px;
        font-size: 1em;
    }
}

/* Ensure content images are at least 200px */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__content-area img {
    min-width: 200px;
    min-height: 200px;
}

/* CSS for FAQ details tag */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-item[open] .page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-toggle {
    content: '−';
}
.page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-item:not([open]) .page-blog-top-strategies-for-zo88-chinh-thuc-games__faq-toggle {
    content: '+';
}

/* Color contrast safety */
.page-blog-top-strategies-for-zo88-chinh-thuc-games__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-main);
}
.page-blog-top-strategies-for-zo88-chinh-thuc-games__card {
  background: var(--card-background);
  color: var(--text-main);
  border: 1px solid var(--border-color);
}
.page-blog-top-strategies-for-zo88-chinh-thuc-games p,
.page-blog-top-strategies-for-zo88-chinh-thuc-games li {
  color: var(--text-main);
}

/* No CSS filters for images */
.page-blog-top-strategies-for-zo88-chinh-thuc-games img {
    filter: none; /* Ensure no filters are applied */
}