/* Base styles for the page */
.page-blog-chien-thuat-choi-game-tai-88a {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for default white body background */
    background-color: #f8f8f8; /* Light background for content sections */
}

/* Container for content sections */
.page-blog-chien-thuat-choi-game-tai-88a__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-tai-88a__hero-section {
    position: relative;
    width: 100%;
    background-color: #26A9E0; /* Brand primary color */
    color: #FFFFFF;
    padding-bottom: 50px; /* Space below content */
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
}

.page-blog-chien-thuat-choi-game-tai-88a__hero-image {
    width: 100%;
    height: 450px; /* Fixed height for desktop */
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-tai-88a__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover for desktop */
    display: block;
}

.page-blog-chien-thuat-choi-game-tai-88a__hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.page-blog-chien-thuat-choi-game-tai-88a__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-blog-chien-thuat-choi-game-tai-88a__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

/* CTA Buttons */
.page-blog-chien-thuat-choi-game-tai-88a__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    width: 100%; /* Ensure container width for responsive */
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-chien-thuat-choi-game-tai-88a__btn-primary,
.page-blog-chien-thuat-choi-game-tai-88a__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    max-width: 100%; /* Ensure button itself is responsive */
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-chien-thuat-choi-game-tai-88a__btn-primary {
    background-color: #EA7C07; /* Login color for primary action */
    color: #FFFFFF;
    border-color: #EA7C07;
}

.page-blog-chien-thuat-choi-game-tai-88a__btn-primary:hover {
    background-color: #d86f06;
    border-color: #d86f06;
}

.page-blog-chien-thuat-choi-game-tai-88a__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border-color: #26A9E0;
}

.page-blog-chien-thuat-choi-game-tai-88a__btn-secondary:hover {
    background-color: #f0f0f0;
    color: #2087b3;
    border-color: #2087b3;
}

/* Content Sections */
.page-blog-chien-thuat-choi-game-tai-88a__content-section {
    padding: 40px 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-game-tai-88a__content-section:nth-child(even) {
    background-color: #f8f8f8;
}

.page-blog-chien-thuat-choi-game-tai-88a__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem); /* Responsive font size */
    font-weight: 700;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-body {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-body p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-body h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-body ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
    color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-body li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-figure {
    margin: 30px auto;
    max-width: 100%; /* Ensure figure is responsive */
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-88a__article-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.page-blog-chien-thuat-choi-game-tai-88a__article-figure figcaption {
    font-size: 0.9rem;
    color: #666666;
    margin-top: 10px;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-tai-88a__faq-list {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

details.page-blog-chien-thuat-choi-game-tai-88a__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
details.page-blog-chien-thuat-choi-game-tai-88a__faq-item summary.page-blog-chien-thuat-choi-game-tai-88a__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;
}
details.page-blog-chien-thuat-choi-game-tai-88a__faq-item summary.page-blog-chien-thuat-choi-game-tai-88a__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-chien-thuat-choi-game-tai-88a__faq-item summary.page-blog-chien-thuat-choi-game-tai-88a__faq-question:hover {
    background: #f5f5f5;
}
.page-blog-chien-thuat-choi-game-tai-88a__faq-qtext {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333333;
}
.page-blog-chien-thuat-choi-game-tai-88a__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #26A9E0; /* Brand color for toggle */
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-chien-thuat-choi-game-tai-88a__faq-item .page-blog-chien-thuat-choi-game-tai-88a__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
    color: #333333;
}
.page-blog-chien-thuat-choi-game-tai-88a__faq-answer p {
    margin-bottom: 0; /* No extra margin for last p in answer */
}
.page-blog-chien-thuat-choi-game-tai-88a__faq-answer a {
    color: #26A9E0;
    text-decoration: underline;
}
.page-blog-chien-thuat-choi-game-tai-88a__faq-answer a:hover {
    color: #1a719c;
}

/* Responsive styles for mobile (max-width: 768px) */
@media (max-width: 768px) {
    /* General content area padding */
    .page-blog-chien-thuat-choi-game-tai-88a__container,
    .page-blog-chien-thuat-choi-game-tai-88a__article-body,
    .page-blog-chien-thuat-choi-game-tai-88a__faq-list {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Hero Section */
    .page-blog-chien-thuat-choi-game-tai-88a__hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .page-blog-chien-thuat-choi-game-tai-88a__hero-image {
        height: 250px; /* Adjust height for mobile */
        margin-bottom: 20px;
    }

    .page-blog-chien-thuat-choi-game-tai-88a__hero-image img {
        object-fit: contain !important; /* Contain for mobile */
        aspect-ratio: unset !important; /* Unset aspect ratio */
    }
}