/* style/blog-cac-tro-choi-hap-dan-tai-kinh88.css */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88 {
    font-family: Arial, sans-serif;
    color: #333333; /* Default text color for light body background */
    background-color: #F5F7FA; /* General background color from custom palette */
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Hero Banner Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-banner {
    padding-top: 10px; /* Small top padding as shared.css handles body padding */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 100%); /* Light gradient background */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-content-wrapper {
    max-width: 800px;
    padding: 20px 16px;
    margin-bottom: 20px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__main-title {
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1.2;
    color: #E53935; /* Main brand color for H1 */
    margin-bottom: 20px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__description {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333333;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping for mobile */
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-primary,
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-secondary,
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-link {
    background: none;
    color: #E53935;
    border: 2px solid #E53935;
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 5px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-link:hover {
    background: #E53935;
    color: #ffffff;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-image-wrapper {
    max-width: 1200px;
    width: 100%;
    margin-top: 30px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Content Sections */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__content-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__content-section:first-of-type {
    margin-top: 40px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__section-title {
    font-size: 2.2em;
    color: #E53935;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__text-block {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
}

/* Game Categories Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__game-categories .page-blog-cac-tro-choi-hap-dan-tai-kinh88__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__category-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__category-title {
    font-size: 1.6em;
    color: #E53935;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__category-image {
    width: 100%;
    height: auto;
    max-width: 600px; /* Example max-width for content image */
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

/* Benefits Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__benefit-card {
    background-color: #F5F7FA; /* Light background for benefit cards */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__benefit-title {
    font-size: 1.4em;
    color: #FF5A4F; /* Auxiliary color for benefit titles */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__benefits-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-top: 30px;
}

/* Registration Guide Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__guide-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: block;
    margin: 0 auto 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__guide-list {
    list-style: none;
    padding: 0;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__guide-item {
    background-color: #F5F7FA;
    border-left: 5px solid #E53935;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__guide-step-title {
    font-size: 1.3em;
    color: #E53935;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* FAQ Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-item {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-item summary {
    list-style: none; /* Remove default marker */
    cursor: pointer;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-item summary::-webkit-details-marker {
    display: none; /* Hide for Webkit browsers */
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-item summary:hover {
    background-color: #f0f0f0;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-qtext {
    flex-grow: 1;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #E53935;
}

/* Conclusion Section */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88__conclusion {
    text-align: center;
    padding-bottom: 80px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__conclusion .page-blog-cac-tro-choi-hap-dan-tai-kinh88__section-title {
    color: #333333;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__conclusion .page-blog-cac-tro-choi-hap-dan-tai-kinh88__text-block {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.page-blog-cac-tro-choi-hap-dan-tai-kinh88__date {
    font-size: 0.9em;
    color: #777777;
    margin-top: 40px;
}

/* Image responsive rules */
.page-blog-cac-tro-choi-hap-dan-tai-kinh88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__main-title {
        font-size: 2.5em;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__section-title {
        font-size: 2em;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-content-wrapper {
        padding: 15px;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__content-section {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    /* HERO Banner */
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__hero-banner {
        padding-top: 10px !important; /* Small top padding for mobile */
        padding-bottom: 30px;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__cta-group {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 300px; /* Constrain button group width */
        margin: 0 auto;
    }
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-primary,
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-secondary,
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88__btn-link,
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88 a[class*="button"],
    .page-blog-cac-tro-choi-hap-dan-tai-kinh88 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;
    }
}