/* style/blog-bi-quyet-chien-thang-qh88.css */
.page-blog-bi-quyet-chien-thang-qh88 {
    color: #FFF3E6; /* Text Main color for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-bi-quyet-chien-thang-qh88__hero-section {
    padding-top: 10px; /* Small top padding as shared.css handles body padding */
    padding-bottom: 60px;
    background-color: #0D0E12; /* Background color */
}

.page-blog-bi-quyet-chien-thang-qh88__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 16px;
}

.page-blog-bi-quyet-chien-thang-qh88__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__main-title {
    font-size: clamp(2em, 4vw, 2.8em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFB04D; /* Glow color for main title */
}

.page-blog-bi-quyet-chien-thang-qh88__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__hero-cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-bi-quyet-chien-thang-qh88__btn-primary,
.page-blog-bi-quyet-chien-thang-qh88__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05em;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-bi-quyet-chien-thang-qh88__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-bi-quyet-chien-thang-qh88__btn-primary:hover {
    background: linear-gradient(180deg, #FFB04D 0%, #FFA53A 100%);
    transform: translateY(-2px);
}

.page-blog-bi-quyet-chien-thang-qh88__btn-secondary {
    background: #17191F; /* Card BG color */
    color: #FF8C1A;
    border: 2px solid #FF8C1A;
}

.page-blog-bi-quyet-chien-thang-qh88__btn-secondary:hover {
    background: #FF8C1A;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-blog-bi-quyet-chien-thang-qh88__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-bi-quyet-chien-thang-qh88__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-bi-quyet-chien-thang-qh88__content-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Default background for sections */
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__dark-bg {
    background-color: #17191F; /* Card BG for alternating sections */
}

.page-blog-bi-quyet-chien-thang-qh88__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
}

.page-blog-bi-quyet-chien-thang-qh88__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    font-weight: 700;
    color: #FF8C1A;
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-bi-quyet-chien-thang-qh88__text-block {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__image-text-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

.page-blog-bi-quyet-chien-thang-qh88__content-image {
    flex: 1 1 400px;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-bi-quyet-chien-thang-qh88__text-content {
    flex: 1 1 400px;
}

.page-blog-bi-quyet-chien-thang-qh88__list {
    list-style: disc;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-blog-bi-quyet-chien-thang-qh88__list-item strong {
    color: #FFA53A;
}

.page-blog-bi-quyet-chien-thang-qh88__promo-card {
    background-color: #17191F; /* Card BG */
    border: 1px solid #A84F0C; /* Border color */
    border-radius: 10px;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-bi-quyet-chien-thang-qh88__promo-title {
    font-size: 1.8em;
    color: #FFB04D; /* Glow color */
    margin-bottom: 15px;
}

.page-blog-bi-quyet-chien-thang-qh88__promo-description {
    font-size: 1.1em;
    color: #FFF3E6;
    margin-bottom: 25px;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-section {
    padding: 60px 0;
    background-color: #17191F; /* Card BG */
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-list {
    margin-top: 40px;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item {
    background-color: #0D0E12; /* Background color */
    border: 1px solid #A84F0C; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.15em;
    color: #FF8C1A;
    background-color: #0D0E12;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item summary::-webkit-details-marker,
.page-blog-bi-quyet-chien-thang-qh88__faq-item summary::marker {
    display: none;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item[open] summary {
    background-color: #17191F;
    color: #FFA53A;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-qtext {
    flex-grow: 1;
    color: #FF8C1A;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item[open] .page-blog-bi-quyet-chien-thang-qh88__faq-qtext {
    color: #FFA53A;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #FF8C1A;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-item[open] .page-blog-bi-quyet-chien-thang-qh88__faq-toggle {
    color: #FFA53A;
}

.page-blog-bi-quyet-chien-thang-qh88__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: #FFF3E6;
    background-color: #17191F; /* Card BG */
    border-top: 1px solid #A84F0C;
}

.page-blog-bi-quyet-chien-thang-qh88__cta-section {
    padding: 80px 0;
    text-align: center;
    background-color: #0D0E12; /* Background color */
    color: #FFF3E6;
}

.page-blog-bi-quyet-chien-thang-qh88__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* General image responsive styles */
.page-blog-bi-quyet-chien-thang-qh88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .page-blog-bi-quyet-chien-thang-qh88 {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-blog-bi-quyet-chien-thang-qh88__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__hero-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__hero-content,
    .page-blog-bi-quyet-chien-thang-qh88__hero-image {
        flex: 1 1 100%;
        min-width: unset;
    }

    .page-blog-bi-quyet-chien-thang-qh88__main-title {
        font-size: 1.8em;
        text-align: center;
    }

    .page-blog-bi-quyet-chien-thang-qh88__hero-description {
        font-size: 1em;
        text-align: center;
    }

    .page-blog-bi-quyet-chien-thang-qh88__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__btn-primary,
    .page-blog-bi-quyet-chien-thang-qh88__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-blog-bi-quyet-chien-thang-qh88__content-section {
        padding: 40px 0;
    }

    .page-blog-bi-quyet-chien-thang-qh88__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-bi-quyet-chien-thang-qh88__section-title {
        font-size: 1.5em;
        margin-bottom: 25px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__text-block {
        font-size: 1em;
    }

    .page-blog-bi-quyet-chien-thang-qh88__image-text-block {
        flex-direction: column;
        gap: 25px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-bi-quyet-chien-thang-qh88__promo-card {
        padding: 25px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__promo-title {
        font-size: 1.5em;
    }

    .page-blog-bi-quyet-chien-thang-qh88__faq-section {
        padding: 40px 0;
    }

    .page-blog-bi-quyet-chien-thang-qh88__faq-list {
        margin-top: 30px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-bi-quyet-chien-thang-qh88__faq-answer {
        padding: 15px 20px;
    }

    .page-blog-bi-quyet-chien-thang-qh88__cta-section {
        padding: 60px 0;
    }

    .page-blog-bi-quyet-chien-thang-qh88__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    /* Ensure all images are responsive */
    .page-blog-bi-quyet-chien-thang-qh88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}