.page-blog-huong-dan-choi-ga65-the-thao {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--Text-Main); /* Default light text for dark body */
    background-color: var(--Deep-Navy); /* Ensure body background is dark */
}

.page-blog-huong-dan-choi-ga65-the-thao__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-huong-dan-choi-ga65-the-thao__hero-section {
    padding-top: 10px; /* Small top padding as per rules */
    padding-bottom: 60px;
    text-align: center;
    background-color: var(--Deep-Navy);
    color: var(--Text-Main);
}

.page-blog-huong-dan-choi-ga65-the-thao__hero-image-wrapper {
    max-width: 1200px;
    margin: 0 auto 30px;
    overflow: hidden;
    border-radius: 8px;
}

.page-blog-huong-dan-choi-ga65-the-thao__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-huong-dan-choi-ga65-the-thao__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--Gold);
    letter-spacing: -0.03em;
}

.page-blog-huong-dan-choi-ga65-the-thao__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--Text-Secondary);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-choi-ga65-the-thao__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-choi-ga65-the-thao__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

.page-blog-huong-dan-choi-ga65-the-thao__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-huong-dan-choi-ga65-the-thao__btn-primary:hover {
    background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
    box-shadow: 0 5px 15px rgba(43, 115, 246, 0.4);
}

.page-blog-huong-dan-choi-ga65-the-thao__btn-secondary {
    background: transparent;
    color: var(--Gold);
    border: 2px solid var(--Gold);
}

.page-blog-huong-dan-choi-ga65-the-thao__btn-secondary:hover {
    background-color: var(--Gold);
    color: var(--Deep-Navy);
    box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-choi-ga65-the-thao__content-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #333333;
}

.page-blog-huong-dan-choi-ga65-the-thao__dark-section {
    background-color: var(--Card-BG);
    color: var(--Text-Main);
}

.page-blog-huong-dan-choi-ga65-the-thao__dark-section .page-blog-huong-dan-choi-ga65-the-thao__section-title {
    color: var(--Gold);
}

.page-blog-huong-dan-choi-ga65-the-thao__dark-section .page-blog-huong-dan-choi-ga65-the-thao__sub-title {
    color: var(--Gold);
}

.page-blog-huong-dan-choi-ga65-the-thao__dark-section .page-blog-huong-dan-choi-ga65-the-thao__list-item {
    color: var(--Text-Secondary);
}

.page-blog-huong-dan-choi-ga65-the-thao__dark-section .page-blog-huong-dan-choi-ga65-the-thao__image {
    border: 1px solid var(--Divider);
}

.page-blog-huong-dan-choi-ga65-the-thao__section-title {
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--Deep-Navy);
}

.page-blog-huong-dan-choi-ga65-the-thao__text-block {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-huong-dan-choi-ga65-the-thao__text-block p {
    margin-bottom: 1em;
    font-size: 1.05em;
}

.page-blog-huong-dan-choi-ga65-the-thao__text-block img {
    margin: 25px auto;
    display: block;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.page-blog-huong-dan-choi-ga65-the-thao__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--Deep-Navy);
}

.page-blog-huong-dan-choi-ga65-the-thao__list,
.page-blog-huong-dan-choi-ga65-the-thao__ordered-list {
    list-style-position: inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-blog-huong-dan-choi-ga65-the-thao__list-item {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-section {
    padding: 60px 0;
    background-color: var(--Card-BG);
    color: var(--Text-Main);
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-item {
    background-color: var(--Deep-Navy);
    border: 1px solid var(--Divider);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--Text-Main);
    cursor: pointer;
    list-style: none;
    transition: background-color 0.3s ease;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-question:hover {
    background-color: rgba(29, 95, 209, 0.1);
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-qtext {
    flex-grow: 1;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--Gold);
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-item[open] .page-blog-huong-dan-choi-ga65-the-thao__faq-toggle {
    content: '−';
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    color: var(--Text-Secondary);
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-answer p {
    margin-bottom: 1em;
}

.page-blog-huong-dan-choi-ga65-the-thao__faq-answer .page-blog-huong-dan-choi-ga65-the-thao__cta-button {
    margin-top: 15px;
}

.page-blog-huong-dan-choi-ga65-the-thao__conclusion-section {
    padding: 60px 0;
    text-align: center;
    background-color: var(--Deep-Navy);
    color: var(--Text-Main);
}

.page-blog-huong-dan-choi-ga65-the-thao__conclusion-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--Text-Secondary);
}

.page-blog-huong-dan-choi-ga65-the-thao__conclusion-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
    .page-blog-huong-dan-choi-ga65-the-thao__main-title {
        font-size: clamp(2em, 5vw, 3em);
    }
    .page-blog-huong-dan-choi-ga65-the-thao__section-title {
        font-size: 2.2em;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__sub-title {
        font-size: 1.6em;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__hero-image-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-blog-huong-dan-choi-ga65-the-thao__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__main-title {
        font-size: clamp(1.8em, 7vw, 2.8em);
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
        padding: 0 10px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    /* Buttons and Button Containers */
    .page-blog-huong-dan-choi-ga65-the-thao__cta-button,
    .page-blog-huong-dan-choi-ga65-the-thao__btn-primary,
    .page-blog-huong-dan-choi-ga65-the-thao__btn-secondary,
    .page-blog-huong-dan-choi-ga65-the-thao a[class*="button"],
    .page-blog-huong-dan-choi-ga65-the-thao 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-huong-dan-choi-ga65-the-thao__hero-cta-buttons,
    .page-blog-huong-dan-choi-ga65-the-thao__conclusion-cta-buttons,
    .page-blog-huong-dan-choi-ga65-the-thao__faq-answer .page-blog-huong-dan-choi-ga65-the-thao__cta-button-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;
    }

    /* Content Sections */
    .page-blog-huong-dan-choi-ga65-the-thao__content-section,
    .page-blog-huong-dan-choi-ga65-the-thao__dark-section,
    .page-blog-huong-dan-choi-ga65-the-thao__faq-section,
    .page-blog-huong-dan-choi-ga65-the-thao__conclusion-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__sub-title {
        font-size: 1.4em;
        margin-top: 25px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__text-block p,
    .page-blog-huong-dan-choi-ga65-the-thao__list-item {
        font-size: 0.95em;
        padding: 0 10px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__list,
    .page-blog-huong-dan-choi-ga65-the-thao__ordered-list {
        padding-left: 30px;
    }

    /* Images */
    .page-blog-huong-dan-choi-ga65-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
        margin: 20px auto;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__hero-image-wrapper,
    .page-blog-huong-dan-choi-ga65-the-thao__content-section .page-blog-huong-dan-choi-ga65-the-thao__container,
    .page-blog-huong-dan-choi-ga65-the-thao__faq-section .page-blog-huong-dan-choi-ga65-the-thao__container,
    .page-blog-huong-dan-choi-ga65-the-thao__conclusion-section .page-blog-huong-dan-choi-ga65-the-thao__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }

    /* FAQ Section */
    .page-blog-huong-dan-choi-ga65-the-thao__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__faq-toggle {
        font-size: 1.3em;
    }
    .page-blog-huong-dan-choi-ga65-the-thao__faq-answer {
        font-size: 0.95em;
        padding: 0 20px 15px;
    }
}