.page-blog-meo-chien-thuat-thang-lon-da-ga-67 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF5E1; /* Text Main */
    background-color: #B71C1C; /* Body Background */
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-section {
    padding-top: 10px; /* Small top padding as per rules */
    padding-bottom: 40px;
    background-color: #B71C1C; /* Matches body background */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Max width for the image */
    margin-bottom: 30px;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-content-wrapper {
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-container {
    background-color: #D32F2F; /* Card BG */
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 2px solid #F2B544; /* Border color */
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #FFF5E1; /* Text Main */
    margin-bottom: 20px;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-description {
    font-size: 1.1rem;
    color: #FFF5E1;
    margin-bottom: 30px;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
    color: #7A0E0E; /* Deep Red for contrast on gold button */
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

/* Content Area */
.page-blog-meo-chien-thuat-thang-lon-da-ga-67__content-area {
    padding: 50px 0;
    background-color: #B71C1C; /* Body Background */
    color: #FFF5E1; /* Text Main */
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFCC66; /* Glow color for titles */
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__sub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #F4D34D; /* Gold color for subtitles */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67 p {
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__list li {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-list {
    margin-top: 30px;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item {
    background-color: #D32F2F; /* Card BG */
    border: 1px solid #F2B544; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item summary {
    display: block;
    padding: 20px;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #FFF5E1; /* Text Main */
    font-weight: 600;
    font-size: 1.1rem;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item summary::-webkit-details-marker,
.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item summary::marker {
    display: none;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item[open] .page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-answer {
    padding: 0 20px 20px;
    color: #FFF5E1;
    font-size: 1rem;
    line-height: 1.6;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-answer p {
    margin-bottom: 0;
}

/* General image and button responsive styles */
.page-blog-meo-chien-thuat-thang-lon-da-ga-67 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67 {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-container {
        padding: 25px 15px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    /* Buttons */
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-button,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__btn-primary,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__btn-secondary,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67 a[class*="button"],
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67 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 !important;
        padding-right: 15px !important;
        font-size: 1rem !important;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__cta-buttons,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__button-group,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow: hidden !important;
        flex-direction: column !important; /* For multiple buttons, stack them */
        gap: 15px; /* Spacing between stacked buttons */
    }

    /* Content Sections */
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__content-area {
        padding: 30px 0;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__container {
        padding: 0 15px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__sub-title {
        font-size: 1.5rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-meo-chien-thuat-thang-lon-da-ga-67 p,
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__list li {
        font-size: 1rem;
    }

    /* Images */
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* FAQ */
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-item summary {
        padding: 15px;
        font-size: 1rem;
    }
    .page-blog-meo-chien-thuat-thang-lon-da-ga-67__faq-answer {
        padding: 0 15px 15px;
        font-size: 0.95rem;
    }
}