/* Base styles for .page-blog-meo-ca-cuoc-the-thao-tai-wm88 */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background-color: #F5F7FA; /* Page specific background color */
}

/* Hero Section */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-section {
    padding-top: 10px; /* Rely on body padding-top for header offset */
    padding-bottom: 60px;
    background: #F5F7FA; /* Light background for hero section */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 15px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #333333; /* Text Main */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E53935; /* Brand color for H1 */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #333333; /* Text Main */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__cta-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__cta-button {
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box; /* Crucial for responsive buttons */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* General Content Area */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 15px;
    background: #ffffff; /* Card BG */
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__introduction,
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tips-section,
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__why-choose,
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-section,
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__related-articles {
    margin-top: 30px; /* Spacing between sections */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #E53935;
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__introduction p,
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-item p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #333333; /* Text Main */
}

/* Tips Section */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-item {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E0E0E0; /* Border color */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #E53935;
    margin-bottom: 20px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-image-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

/* Why Choose Section */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-item {
    background: #F5F7FA; /* Background color for reasons */
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    color: #333333; /* Text Main */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #E53935;
    margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-item p {
    font-size: 1rem;
    color: #333333; /* Text Main */
}

/* FAQ Section */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-list {
    margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-item {
    background: #ffffff; /* Card BG */
    border: 1px solid #E0E0E0; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #333333; /* Text Main */
    cursor: pointer;
    list-style: none; /* Hide default marker */
    background-color: #F5F7FA; /* Light background for question */
    border-bottom: 1px solid #E0E0E0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-qtext {
    flex-grow: 1;
    color: #E53935; /* Brand color for FAQ question text */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    color: #E53935;
    margin-left: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-toggle {
    content: "−"; /* Change to minus when open */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-answer {
    padding: 20px 25px;
    font-size: 1rem;
    color: #333333; /* Text Main */
    background-color: #ffffff;
}
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-answer a {
    color: #E53935;
    text-decoration: underline;
}
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-answer a:hover {
    color: #FF5A4F;
}

/* Related Articles Section */
.page-blog-meo-ca-cuoc-the-thao-tai-wm88__related-articles {
    background: #F5F7FA; /* Background color */
    padding-bottom: 60px;
    margin-bottom: 0; /* Last section, no bottom margin */
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-card {
    background: #ffffff; /* Card BG */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-card:hover {
    transform: translateY(-5px);
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-title a {
    color: #E53935; /* Brand color for article title link */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-title a:hover {
    color: #FF5A4F;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-meta {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-excerpt {
    font-size: 1rem;
    color: #333333; /* Text Main */
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__read-more-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #E53935; /* Brand color */
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.3s ease;
    align-self: flex-start;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__read-more-btn:hover {
    background: #FF5A4F;
}

.page-blog-meo-ca-cuoc-the-thao-tai-wm88__view-all-button-wrapper {
    text-align: center;
    margin-top: 40px;
}

/* Responsive styles for mobile (max-width: 768px) */
@media (max-width: 768px) {
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-section {
        padding-top: 10px !important; /* Fixed top padding for header offset */
        padding-bottom: 40px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        gap: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-content {
        order: 2; /* Content below image */
        flex: 1 1 100%;
        min-width: unset;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-image {
        order: 1; /* Image above content */
        flex: 1 1 100%;
        min-width: unset;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__main-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__cta-group {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Buttons responsive */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__cta-button,
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-primary,
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__btn-secondary,
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88 a[class*="button"],
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88 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;
    }

    /* Content Area */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__content-area {
        padding: 25px 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__content-area p {
        font-size: 0.95rem;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    /* Tips Section */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__tip-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Why Choose Section */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__reason-title {
        font-size: 1.3rem;
    }

    /* FAQ Section */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-item summary {
        padding: 15px 20px;
        font-size: 1.05rem;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__faq-answer {
        padding: 15px 20px;
        font-size: 0.95rem;
    }

    /* Related Articles Section */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__article-image {
        height: 180px; /* Adjust height for mobile */
    }

    /* Universal image responsive for content area */
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__section,
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__card,
    .page-blog-meo-ca-cuoc-the-thao-tai-wm88__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}