:root {
    --rr8-primary-color: #E53935;
    --rr8-secondary-color: #FF5A4F;
    --rr8-text-main: #333333;
    --rr8-card-bg: #FFFFFF;
    --rr8-background: #F5F7FA;
    --rr8-border-color: #E0E0E0;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8 {
    font-family: 'Arial', sans-serif;
    color: var(--rr8-text-main);
    background-color: var(--rr8-background);
    line-height: 1.6;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-section {
    background-color: var(--rr8-background);
    padding-top: 10px; /* Aligned with fixed header spacing rule */
    padding-bottom: 60px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
    flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__main-title {
    font-size: clamp(2em, 4vw, 2.8em); /* H1 font size rule */
    font-weight: 700;
    color: var(--rr8-primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--rr8-text-main);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-image {
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__btn-primary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--rr8-secondary-color) 0%, var(--rr8-primary-color) 100%);
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(229, 57, 53, 0.3);
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--rr8-primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__sub-title {
    font-size: clamp(1.4em, 2.5vw, 1.8em);
    color: var(--rr8-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__text-block {
    font-size: 1em;
    margin-bottom: 20px;
    color: var(--rr8-text-main);
    line-height: 1.7;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__intro-section {
    padding: 80px 0;
    background-color: var(--rr8-background);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box {
    background-color: var(--rr8-card-bg);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-media {
    width: 180px;
    height: 180px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--rr8-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%; /* Ensure image itself is also round */
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-title {
    font-size: 1.5em;
    color: var(--rr8-primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-text {
    font-size: 0.95em;
    color: var(--rr8-text-main);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__content-area {
    padding: 80px 0;
    background-color: var(--rr8-background);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__image-with-cta {
    text-align: center;
    margin-top: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-section {
    padding: 80px 0;
    background-color: var(--rr8-background);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item {
    background-color: var(--rr8-card-bg);
    border: 1px solid var(--rr8-border-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--rr8-primary-color);
    cursor: pointer;
    list-style: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item summary:hover {
    background-color: #f9f9f9;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-qtext {
    flex-grow: 1;
    padding-right: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    width: 20px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-toggle {
    content: "−";
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    color: var(--rr8-text-main);
    line-height: 1.7;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section {
    padding: 80px 0;
    background: linear-gradient(180deg, var(--rr8-secondary-color) 0%, var(--rr8-primary-color) 100%);
    color: #ffffff; /* Forced white text for dark background */
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__section-title {
    color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__text-block {
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__btn-primary {
    background: var(--rr8-card-bg);
    color: var(--rr8-primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__btn-primary:hover {
    background-color: #f0f0f0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-container {
        flex-direction: column;
        padding: 40px 0;
        gap: 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-content {
        text-align: center;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__main-title {
        font-size: 2em; /* Smaller H1 for mobile */
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__description {
        font-size: 1em;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-image {
        min-width: unset;
        width: 100% !important;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__hero-side-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__cta-buttons {
        flex-direction: column;
        gap: 10px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__btn-primary {
        max-width: 100% !important;
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__sub-title {
        font-size: 1.3em;
        margin-top: 25px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__text-block {
        font-size: 0.95em;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__intro-section,
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__content-area,
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-section,
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__conclusion-section {
        padding: 50px 0;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-boxes {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-media {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
        border-width: 3px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__icon-box-title {
        font-size: 1.3em;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-item summary {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.95em;
    }

    /* General image and container rules for mobile */
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
    
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__section,
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__card,
    .page-blog-meo-ca-cuoc-the-thao-hieu-qua-rr8__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}