.page-blog-chien-thuat-ca-cuoc-the-thao-bec88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #ffffff; /* Default body background */
}

/* Hero Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-section {
    padding-top: 10px; /* Small top padding as body handles header offset */
    padding-bottom: 60px;
    background-color: #f8f8f8; /* Light background for the hero section */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 16px;
    gap: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* H1 font size clamp */
    font-weight: 700;
    color: #017439;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #555555;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-primary,
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    max-width: 100%; /* For button responsiveness */
    box-sizing: border-box; /* For button responsiveness */
    white-space: normal; /* For button responsiveness */
    word-wrap: break-word; /* For button responsiveness */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-primary {
    background-color: #C30808; /* Custom color for Register/Login */
    color: #FFFF00; /* Custom font color for Register/Login */
    border: 2px solid #C30808;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-primary:hover {
    background-color: #a30606;
    border-color: #a30606;
    color: #ffffff;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-secondary {
    background-color: #017439;
    color: #ffffff;
    border: 2px solid #017439;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-secondary:hover {
    background-color: #005a2a;
    border-color: #005a2a;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-image {
    flex: 1 1 40%;
    min-width: 300px;
    text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block; /* Ensure no extra space below image */
}

/* General Content Area */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 16px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__section-title {
    font-size: 2.2rem;
    color: #017439;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__introduction-section p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    text-align: justify;
}

/* Strategy Grid Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__strategy-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding-bottom: 20px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__card-title {
    font-size: 1.4rem;
    color: #017439;
    margin: 0 15px 10px;
    font-weight: 600;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__strategy-card p {
    font-size: 0.95rem;
    color: #555555;
    margin: 0 15px;
    text-align: justify;
}

/* Benefits Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefits-section {
    background-color: #f0fdf5; /* Light green background */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefit-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefit-title {
    font-size: 1.3rem;
    color: #017439;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefit-item p {
    font-size: 0.95rem;
    color: #555555;
}

/* FAQ Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-section {
    padding-bottom: 80px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-list {
    margin-top: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__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-chien-thuat-ca-cuoc-the-thao-bec88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    color: #017439;
    background-color: #fdfdfd;
    list-style: none; /* For details/summary */
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    color: #017439;
    transition: transform 0.3s ease;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-item[open] .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: #555555;
    text-align: justify;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-answer p {
    margin-bottom: 0;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-answer a {
    color: #017439;
    text-decoration: underline;
}

/* CTA Section */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-section {
    text-align: center;
    background-color: #e6f7ed; /* Lighter green background */
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-section p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #444444;
}

.page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-buttons--center {
    justify-content: center;
}

/* Universal image responsiveness */
.page-blog-chien-thuat-ca-cuoc-the-thao-bec88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
        padding-bottom: 40px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 20px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__main-title {
        font-size: 2rem;
        text-align: center;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-description {
        font-size: 1rem;
        text-align: center;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding to container */
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-primary,
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 15px; /* Adjust padding for mobile buttons */
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-content,
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__hero-image {
        flex: 1 1 100%;
        width: 100%;
    }

    /* General content area for mobile */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    /* Strategy Grid Section */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__strategy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__card-image {
        height: 200px; /* Adjust height for mobile cards */
    }

    /* Benefits Grid Section */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* FAQ Section */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-list {
        padding: 0 15px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__faq-answer {
        font-size: 0.95rem;
        padding: 0 20px 15px;
    }

    /* CTA Section */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-section {
        padding: 60px 15px;
    }

    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__cta-section p {
        font-size: 1rem;
    }

    /* Universal image responsiveness for mobile */
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__section,
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__card,
    .page-blog-chien-thuat-ca-cuoc-the-thao-bec88__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}