.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    background-color: #140C0C; /* Background */
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-image-wrapper {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-content {
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    max-width: 900px;
    margin-top: 20px;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #F3C54D; /* Gold */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__intro-text {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    color: #FFF1E8; /* Text Main */
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
    color: #140C0C; /* Dark text for contrast */
    border: none;
    box-shadow: 0 5px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__btn-primary:hover {
    background: linear-gradient(180deg, #FFC77A 0%, #F0802A 100%);
    transform: translateY(-3px);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__content-section {
    padding: 50px 0;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__dark-bg {
    background-color: #140C0C; /* Background */
    color: #FFF1E8; /* Text Main */
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__light-bg {
    background-color: #2A1212; /* Card BG, slightly lighter for contrast */
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #F3C54D; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__text-block {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__text-block strong {
    color: #FFB04A;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__content-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-title {
    font-size: 1.6rem;
    color: #FFB04A; /* Gold-like */
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__info-box {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__box-title {
    font-size: 1.8rem;
    color: #FFB04A; /* Gold-like */
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list {
    list-style: disc inside;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list strong {
    color: #F3C54D; /* Gold */
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered {
    list-style: none;
    counter-reset: section-counter;
    padding-left: 0;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li {
    margin-bottom: 30px;
    padding-left: 50px;
    position: relative;
    font-size: 1.1rem;
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li h3 {
    font-size: 1.5rem;
    color: #FFB04A; /* Gold-like */
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: justify;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li::before {
    counter-increment: section-counter;
    content: counter(section-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #E53030; /* Secondary color */
    line-height: 1;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-section {
    padding: 60px 0;
}

details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #6A1E1E; /* Border */
    overflow: hidden;
    background: #2A1212; /* Card BG */
    color: #FFF1E8;
}

details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item summary.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__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-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item summary.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item summary.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-question:hover {
    background: #3a1a1a;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-qtext {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #FFF1E8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #FFB04A; /* Gold-like */
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-answer {
    padding: 0 20px 20px;
    background: #1e0e0e; /* Slightly darker than card BG for answer */
    border-radius: 0 0 5px 5px;
    font-size: 1rem;
    line-height: 1.7;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-section {
    padding: 60px 0;
    text-align: center;
    background-color: #140C0C; /* Background */
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #F3C54D; /* Gold */
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-description {
    font-size: 1.1rem;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 30px;
    max-width: 800px;
    line-height: 1.8;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__btn-secondary {
    background: #2A1212; /* Card BG */
    color: #FFB04A; /* Gold-like */
    border: 2px solid #FFB04A;
    box-shadow: 0 5px 15px rgba(255, 176, 74, 0.2);
}

.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__btn-secondary:hover {
    background: #3a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 176, 74, 0.6);
}

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

@media (max-width: 1024px) {
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__section-title {
        font-size: clamp(1.6rem, 4vw, 2.4rem);
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-grid {
        gap: 20px;
    }
}

@media (max-width: 849px) {
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-image {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__hero-section {
        padding-top: 10px; /* Consistent small top padding */
        padding-bottom: 30px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__intro-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
        margin: 5px 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__content-section {
        padding: 30px 0;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__section-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-bottom: 25px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__text-block,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-text,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list li,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li p,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-answer p,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card {
        padding: 20px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card-title {
        font-size: 1.4rem;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__info-box {
        padding: 20px;
        margin-bottom: 20px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__box-title {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li {
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li h3 {
        font-size: 1.3rem;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li::before {
        font-size: 1.8rem;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-section {
        padding: 40px 0;
    }

    details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item summary.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-question {
        padding: 15px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-qtext {
        font-size: 1rem;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-toggle {
        font-size: 20px;
        width: 24px;
        margin-left: 10px;
    }

    details.page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-answer {
        padding: 0 15px 15px;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-section {
        padding: 40px 0;
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }

    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__container,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__card,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__info-box,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__list-numbered li,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__faq-item,
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88__cta-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-phan-tich-cac-loai-keo-ty-le-bong-da-88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}