.page-blog-huong-dan-choi-win98 {
    background-color: #0A0A0A; /* Background color from custom palette */
    color: #FFF6D6; /* Text Main color on dark background */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.page-blog-huong-dan-choi-win98__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-huong-dan-choi-win98__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, shared.css handles body padding */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden; /* Ensure no overflow */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.page-blog-huong-dan-choi-win98__hero-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
}

.page-blog-huong-dan-choi-win98__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-blog-huong-dan-choi-win98__hero-content {
    max-width: 900px;
    padding: 0 20px;
    z-index: 1;
}

.page-blog-huong-dan-choi-win98__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #FFD36B; /* Glow color for main title */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-huong-dan-choi-win98__description {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    color: #FFF6D6;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-choi-win98__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-huong-dan-choi-win98__btn-primary,
.page-blog-huong-dan-choi-win98__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-huong-dan-choi-win98__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Dark text for light button */
    border: none;
    box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-huong-dan-choi-win98__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-huong-dan-choi-win98__btn-secondary {
    background: #111111; /* Card BG */
    color: #FFD36B; /* Glow color */
    border: 2px solid #FFD36B; /* Glow border */
    box-shadow: 0 4px 10px rgba(255, 211, 107, 0.2);
}

.page-blog-huong-dan-choi-win98__btn-secondary:hover {
    transform: translateY(-2px);
    background: #222222;
    box-shadow: 0 6px 15px rgba(255, 211, 107, 0.3);
}

.page-blog-huong-dan-choi-win98__section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #FFD36B; /* Glow color for section titles */
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-blog-huong-dan-choi-win98__text-block {
    font-size: 1.05rem;
    color: #FFF6D6;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-huong-dan-choi-win98__list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-blog-huong-dan-choi-win98__list li {
    background: #111111; /* Card BG */
    border-left: 4px solid #F2C14E; /* Main color as accent */
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #FFF6D6;
    font-size: 1.05rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-choi-win98__list-item-title {
    color: #FFD36B; /* Glow color for list item titles */
    font-weight: 700;
}

.page-blog-huong-dan-choi-win98__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-choi-win98__step-card {
    background: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border color */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFF6D6;
}

.page-blog-huong-dan-choi-win98__step-title {
    font-size: 1.6rem;
    color: #F2C14E; /* Main color */
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-huong-dan-choi-win98__step-image {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-huong-dan-choi-win98__step-content {
    text-align: left;
    flex-grow: 1;
}

.page-blog-huong-dan-choi-win98__step-content p {
    margin-bottom: 15px;
    color: #FFF6D6;
}

.page-blog-huong-dan-choi-win98__sub-list {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #FFF6D6;
}

.page-blog-huong-dan-choi-win98__sub-list li {
    margin-bottom: 8px;
    font-size: 1rem;
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

.page-blog-huong-dan-choi-win98__inline-link {
    color: #FFD36B; /* Glow color for inline links */
    text-decoration: underline;
}

.page-blog-huong-dan-choi-win98__inline-link:hover {
    color: #F2C14E; /* Main color on hover */
}

.page-blog-huong-dan-choi-win98__game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-choi-win98__game-card {
    background: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border color */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-huong-dan-choi-win98__game-image {
    width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
}

.page-blog-huong-dan-choi-win98__game-title {
    font-size: 1.4rem;
    color: #F2C14E; /* Main color */
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-huong-dan-choi-win98__game-description {
    font-size: 0.95rem;
    color: #FFF6D6;
    margin-bottom: 15px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-huong-dan-choi-win98__faq-list {
    margin-top: 40px;
}

details.page-blog-huong-dan-choi-win98__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #3A2A12; /* Border color */
    overflow: hidden;
    background: #111111; /* Card BG */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

details.page-blog-huong-dan-choi-win98__faq-item summary.page-blog-huong-dan-choi-win98__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
    color: #FFF6D6;
}

details.page-blog-huong-dan-choi-win98__faq-item summary.page-blog-huong-dan-choi-win98__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-huong-dan-choi-win98__faq-item summary.page-blog-huong-dan-choi-win98__faq-question:hover {
    background: #1a1a1a; /* Slightly lighter dark background on hover */
}

.page-blog-huong-dan-choi-win98__faq-qtext {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #F2C14E; /* Main color for question text */
}

.page-blog-huong-dan-choi-win98__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #FFD36B; /* Glow color for toggle icon */
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-huong-dan-choi-win98__faq-item .page-blog-huong-dan-choi-win98__faq-answer {
    padding: 0 20px 20px;
    background: #0A0A0A; /* Darker background for answer */
    border-radius: 0 0 5px 5px;
    color: #FFF6D6;
}

.page-blog-huong-dan-choi-win98__faq-answer p {
    margin-bottom: 0;
    color: #FFF6D6;
}

.page-blog-huong-dan-choi-win98__dark-section {
    background: #0A0A0A; /* Explicitly dark background for CTA */
    color: #FFF6D6;
    padding: 60px 20px;
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #3A2A12; /* Border color */
    border-bottom: 1px solid #3A2A12; /* Border color */
}

.page-blog-huong-dan-choi-win98__dark-section .page-blog-huong-dan-choi-win98__section-title {
    color: #FFD36B; /* Glow color for titles in dark section */
}

.page-blog-huong-dan-choi-win98__dark-section .page-blog-huong-dan-choi-win98__text-block {
    color: #FFF6D6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

/* For tablets and smaller desktops */
@media (max-width: 1024px) {
    .page-blog-huong-dan-choi-win98__container {
        padding: 15px;
    }
    .page-blog-huong-dan-choi-win98__hero-content {
        padding: 0 15px;
    }
    .page-blog-huong-dan-choi-win98__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-huong-dan-choi-win98__description {
        font-size: clamp(0.95rem, 1.8vw, 1.2rem);
    }
    .page-blog-huong-dan-choi-win98__section-title {
        font-size: clamp(1.6rem, 3.5vw, 2.5rem);
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .page-blog-huong-dan-choi-win98__btn-primary,
    .page-blog-huong-dan-choi-win98__btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
    }
    .page-blog-huong-dan-choi-win98__guide-steps,
    .page-blog-huong-dan-choi-win98__game-categories {
        gap: 20px;
    }
    .page-blog-huong-dan-choi-win98__step-title {
        font-size: 1.4rem;
    }
    .page-blog-huong-dan-choi-win98__game-title {
        font-size: 1.2rem;
    }
    .page-blog-huong-dan-choi-win98__faq-qtext {
        font-size: 1rem;
    }
}

/* For mobile devices */
@media (max-width: 768px) {
    .page-blog-huong-dan-choi-win98__hero-section {
        padding-top: 10px; /* Small top padding for mobile */
        padding-bottom: 30px;
    }

    /* HERO 主图区域 */
    .page-blog-huong-dan-choi-win98__hero-image img {
        object-fit: contain !important; /* Mobile: contain to prevent cropping */
        aspect-ratio: unset !important; /* Remove fixed aspect ratio */
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-huong-dan-choi-win98__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-huong-dan-choi-win98__description {
        font-size: clamp(0.9rem, 3.5vw, 1.1rem);
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-choi-win98__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
        padding: 0 15px; /* Add horizontal padding to buttons container */
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* 按钮与按钮容器 */
    .page-blog-huong-dan-choi-win98__btn-primary,
    .page-blog-huong-dan-choi-win98__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px !important;
        font-size: 1rem !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    /* 通用图片与容器 */
    .page-blog-huong-dan-choi-win98 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-huong-dan-choi-win98__container,
    .page-blog-huong-dan-choi-win98__content-wrapper,
    .page-blog-huong-dan-choi-win98__introduction-section,
    .page-blog-huong-dan-choi-win98__guide-section,
    .page-blog-huong-dan-choi-win98__games-section,
    .page-blog-huong-dan-choi-win98__tips-section,
    .page-blog-huong-dan-choi-win98__faq-section,
    .page-blog-huong-dan-choi-win98__cta-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden; /* Ensure no horizontal scroll */
    }

    /* 装饰主标题 + 长文 SEO 区 */
    .page-blog-huong-dan-choi-win98__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

    .page-blog-huong-dan-choi-win98__text-block {
        font-size: 0.95rem;
        text-align: left; /* Adjust for better mobile readability */
    }

    .page-blog-huong-dan-choi-win98__list li {
        padding: 12px 15px;
        font-size: 0.95rem;
    }

    .page-blog-huong-dan-choi-win98__guide-steps {
        grid-template-columns: 1fr; /* Single column for steps */
        gap: 20px;
    }

    .page-blog-huong-dan-choi-win98__step-card {
        padding: 20px;
    }

    .page-blog-huong-dan-choi-win98__step-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-choi-win98__step-image {
        max-height: 200px;
    }

    .page-blog-huong-dan-choi-win98__game-categories {
        grid-template-columns: 1fr; /* Single column for game cards */
        gap: 20px;
    }

    .page-blog-huong-dan-choi-win98__game-image {
        height: 150px;
    }

    .page-blog-huong-dan-choi-win98__game-title {
        font-size: 1.1rem;
    }

    .page-blog-huong-dan-choi-win98__game-description {
        font-size: 0.9rem;
    }

    details.page-blog-huong-dan-choi-win98__faq-item summary.page-blog-huong-dan-choi-win98__faq-question {
        padding: 15px;
    }

    .page-blog-huong-dan-choi-win98__faq-qtext {
        font-size: 0.95rem;
    }
}