/* style/blog-chien-thuat-no-hu-thang-lon-e888.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-color-dark: #333333;
    --text-color-light: #ffffff;
    --border-color: #e0e0e0;
    --button-register-bg: #C30808; /* Custom color, but contrast takes priority */
    --button-login-bg: #C30808; /* Custom color, but contrast takes priority */
    --button-font-login-register: #FFFF00; /* Custom color, but contrast takes priority */
}

.page-blog-chien-thuat-no-hu-thang-lon-e888 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark);
    background: var(--secondary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* HERO Article Header Section */
.page-blog-chien-thuat-no-hu-thang-lon-e888__hero-article-header {
    padding-top: 10px; /* Small top padding, not var(--header-offset) */
    padding-bottom: 40px;
    background-color: #f8f8f8;
    border-bottom: 1px solid var(--border-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__article-content-wrapper {
    flex: 1 1 50%;
    padding-right: 30px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__article-image-wrapper {
    flex: 1 1 45%;
    text-align: center;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__main-title {
    color: var(--primary-color);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__intro-text {
    font-size: 18px;
    color: var(--text-color-dark);
    margin-bottom: 20px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__meta-info {
    font-size: 14px;
    color: #666;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__date,
.page-blog-chien-thuat-no-hu-thang-lon-e888__author {
    margin-right: 15px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__article-main-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Content Area */
.page-blog-chien-thuat-no-hu-thang-lon-e888__content-area {
    padding: 40px 0;
    background-color: var(--secondary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__section-title {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888 p {
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--text-color-dark);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888 strong {
    color: var(--primary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__strategy-list,
.page-blog-chien-thuat-no-hu-thang-lon-e888__mistake-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__strategy-list li,
.page-blog-chien-thuat-no-hu-thang-lon-e888__mistake-list li {
    background-color: #f9f9f9;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__strategy-heading,
.page-blog-chien-thuat-no-hu-thang-lon-e888__mistake-heading {
    color: var(--primary-color);
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
}

/* FAQ Section */
.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-list {
    margin-top: 30px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-item {
    background-color: #f9f9f9;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-item[open] {
    background-color: #e6f7ee; /* Lighter shade of primary */
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    list-style: none;
    outline: none;
    position: relative;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-toggle {
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-item[open] .page-blog-chien-thuat-no-hu-thang-lon-e888__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-answer {
    padding: 0 20px 15px;
    font-size: 16px;
    color: var(--text-color-dark);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__faq-answer p {
    margin-bottom: 0;
}

/* CTA Section */
.page-blog-chien-thuat-no-hu-thang-lon-e888__cta-section {
    background-color: var(--primary-color);
    color: var(--text-color-light);
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__cta-title {
    color: var(--text-color-light);
    font-size: 32px;
    margin-bottom: 15px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__cta-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping for multiple buttons */
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-primary,
.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* Ensure responsiveness */
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-primary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--secondary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-primary:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.page-blog-chien-thuat-no-hu-thang-lon-e888 a {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-blog-chien-thuat-no-hu-thang-lon-e888 a:hover {
    color: #005f2b; /* Slightly darker green */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-no-hu-thang-lon-e888__hero-article-header .page-blog-chien-thuat-no-hu-thang-lon-e888__container {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__article-content-wrapper {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__main-title {
        font-size: clamp(26px, 5vw, 38px);
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__intro-text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    /* General mobile adaptations */
    .page-blog-chien-thuat-no-hu-thang-lon-e888 {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* HERO Article Header Section */
    .page-blog-chien-thuat-no-hu-thang-lon-e888__hero-article-header {
        padding-top: 10px !important; /* Small top padding */
        padding-bottom: 30px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__main-title {
        font-size: clamp(24px, 6vw, 32px);
        margin-bottom: 10px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__intro-text {
        font-size: 16px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__meta-info {
        font-size: 13px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__article-main-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Content Area */
    .page-blog-chien-thuat-no-hu-thang-lon-e888__content-area {
        padding: 30px 0;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__section-title {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888 p {
        font-size: 15px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__strategy-list li,
    .page-blog-chien-thuat-no-hu-thang-lon-e888__mistake-list li {
        padding: 15px;
        margin-bottom: 10px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__strategy-heading,
    .page-blog-chien-thuat-no-hu-thang-lon-e888__mistake-heading {
        font-size: 20px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
    }

    /* FAQ Section */
    .page-blog-chien-thuat-no-hu-thang-lon-e888__faq-question {
        font-size: 16px;
        padding: 12px 15px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__faq-toggle {
        font-size: 20px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__faq-answer {
        padding: 0 15px 12px;
        font-size: 14px;
    }

    /* CTA Section */
    .page-blog-chien-thuat-no-hu-thang-lon-e888__cta-section {
        padding: 40px 15px;
        margin-top: 30px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__cta-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__cta-description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__cta-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-blog-chien-thuat-no-hu-thang-lon-e888__btn-primary,
    .page-blog-chien-thuat-no-hu-thang-lon-e888__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 16px;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    /* Global image and container responsive rules */
    .page-blog-chien-thuat-no-hu-thang-lon-e888 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-chien-thuat-no-hu-thang-lon-e888__section,
    .page-blog-chien-thuat-no-hu-thang-lon-e888__card,
    .page-blog-chien-thuat-no-hu-thang-lon-e888__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}