.page-blog-meo-ca-cuoc-the-thao-tai-1xbet {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #FFF5E1; /* Text Main */
    background-color: #B71C1C; /* Background */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__hero-article-section {
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 40px;
    background-color: #7A0E0E; /* Deep Red */
    color: #FFF5E1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__article-image-wrapper {
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__article-main-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #FFD86A; /* Gold-like from button gradient for highlight */
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__intro-text {
    font-size: 1.15rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #FFF5E1;
    opacity: 0.9;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__content-section {
    padding: 60px 0;
    background-color: #B71C1C; /* Background */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #FFD86A; /* Gold-like */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__text-block {
    margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__text-block p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #FFF5E1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__text-block strong {
    color: #FFCC66; /* Glow */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__image-block {
    text-align: center;
    margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__image-block--center {
    display: flex;
    justify-content: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__dark-section {
    background-color: #7A0E0E; /* Deep Red */
    color: #FFF5E1;
}

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

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card {
    background-color: #D32F2F; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #FFF5E1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #F2B544; /* Border */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card-title {
    font-size: 1.3rem;
    color: #FFD86A; /* Gold-like */
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card p {
    font-size: 1rem;
    color: #FFF5E1;
    opacity: 0.9;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__guide-section {
    padding: 60px 0;
    background-color: #B71C1C; /* Background */
    color: #FFF5E1;
}

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

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-item {
    background-color: #D32F2F; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    border: 1px solid #F2B544; /* Border */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFCC66; /* Glow */
    margin-bottom: 15px;
    line-height: 1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-title {
    font-size: 1.4rem;
    color: #FFD86A; /* Gold-like */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-item p {
    font-size: 1rem;
    color: #FFF5E1;
    opacity: 0.9;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-group {
    margin-top: 40px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-group--center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* For multiple buttons */
    gap: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    width: auto; /* Default for desktop */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button--primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
    color: #7A0E0E; /* Deep Red for contrast */
    border: 2px solid #F4D34D; /* Gold border */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button--primary:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button--secondary {
    background-color: #FFF5E1; /* Text Main as background */
    color: #C91F17; /* Main Color as text */
    border: 2px solid #C91F17;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button--secondary:hover {
    background-color: #F4D34D; /* Gold */
    color: #7A0E0E; /* Deep Red */
    border-color: #7A0E0E;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-section {
    padding: 60px 0;
    background-color: #7A0E0E; /* Deep Red */
    color: #FFF5E1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item {
    background-color: #D32F2F; /* Card BG */
    border: 1px solid #F2B544; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #FFD86A; /* Gold-like */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    position: relative;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-qtext {
    flex-grow: 1;
    color: #FFD86A;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-toggle {
    font-size: 1.8rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
    color: #FFCC66; /* Glow */
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1rem;
    color: #FFF5E1;
    background-color: rgba(255, 245, 225, 0.1); /* Slightly transparent Text Main for answer background */
    border-top: 1px solid rgba(242, 181, 68, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-answer p {
    margin-bottom: 10px;
    color: #FFF5E1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__conclusion-section {
    padding: 60px 0;
    background-color: #B71C1C; /* Background */
    text-align: center;
    color: #FFF5E1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-1xbet__conclusion-section p {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 20px auto 30px auto;
    color: #FFF5E1;
    opacity: 0.9;
}

/* General image responsiveness */
.page-blog-meo-ca-cuoc-the-thao-tai-1xbet img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__container {
        padding: 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__hero-article-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__main-title {
        font-size: 2.2rem; /* Specific size for mobile H1 as clamp might be too large */
        margin-bottom: 10px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__intro-text {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__content-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__guide-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__conclusion-section {
        padding: 40px 0;
    }

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

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__text-block p {
        font-size: 0.95rem;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card {
        padding: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__guide-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-item {
        padding: 25px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-number {
        font-size: 2rem;
    }

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

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-group {
        margin-top: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-group--center {
        flex-direction: column;
        gap: 10px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-list {
        margin-top: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item summary {
        padding: 15px 20px;
        font-size: 1.05rem;
    }

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

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__conclusion-section p {
        font-size: 1rem;
    }

    /* Ensure all images are responsive and containers do not overflow */
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__hero-article-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__content-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__guide-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__conclusion-section,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__container,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__text-block,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__image-block,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__grid,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__card,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__guide-steps,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__step-item,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-list,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__faq-item,
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-group {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__image--mobile-app {
        width: 250px !important;
        height: auto !important;
        max-width: 100% !important;
    }
}

/* Tablet Responsive Styles (Optional, but good practice for larger screens up to 1024px) */
@media (max-width: 1024px) {
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__main-title {
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__intro-text {
        font-size: 1.1rem;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__section-title {
        font-size: clamp(1.6rem, 3vw, 2.2rem);
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-1xbet__cta-button {
        padding: 12px 25px;
        font-size: 1.05rem;
    }
}