.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #f8f8f8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 16px;
    gap: 24px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439;
    font-weight: 700;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333333;
}

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

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-primary {
    background-color: #C30808; /* Custom for Register/Login */
    color: #FFFF00; /* Custom for Register/Login text */
    border: 2px solid #C30808;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-secondary {
    background-color: transparent;
    color: #017439;
    border: 2px solid #017439;
}

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

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

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-side-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__content-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
    color: #333333;
    background-color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: #017439;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__text-block {
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

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

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-image-wrapper {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 8px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-title {
    font-size: 1.5em;
    color: #017439;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-description {
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__why-choose-section {
    background-color: #017439;
    color: #ffffff;
    padding: 60px 16px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__why-choose-section .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__section-title {
    color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__why-choose-section .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__text-block {
    color: #f0f0f0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__advantages-list {
    max-width: 800px;
    margin: 30px auto 40px auto;
    list-style: none;
    padding: 0;
    text-align: left;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__advantage-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__advantage-item::before {
    content: '✓';
    color: #FFFF00;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2em;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-center {
    margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-section {
    background-color: #f8f8f8;
    padding: 60px 16px;
    max-width: 1170px;
    margin: 0 auto;
    color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-list {
    max-width: 800px;
    margin: 40px auto 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #017439;
    cursor: pointer;
    list-style: none;
    position: relative;
    user-select: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #017439;
    margin-left: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-toggle {
    content: '−';
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
    animation: fadein 0.3s ease-in-out;
}

@keyframes fadein {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-section {
    background-color: #017439;
    color: #ffffff;
    padding: 60px 16px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-content {
    max-width: 600px;
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-section .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-section .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__text-block {
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-image {
    flex: 1 1 40%;
    min-width: 250px;
    text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-content,
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-image {
        flex: 1 1 100%;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-buttons {
        justify-content: center;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__advantages-list {
        padding: 0 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-section {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-container {
        padding: 20px 15px;
        gap: 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-primary,
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px;
        font-size: 0.95em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__hero-side-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__content-area {
        padding: 30px 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__text-block {
        font-size: 0.95em;
        margin-bottom: 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__tip-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__why-choose-section {
        padding: 40px 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__advantage-item {
        font-size: 1em;
        padding: 12px 15px;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-section {
        padding: 40px 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 0.95em;
    }

    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-section {
        flex-direction: column-reverse;
        padding: 40px 15px;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-content,
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-final-image {
        flex: 1 1 100%;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__cta-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__section,
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__card,
    .page-blog-meo-ca-cuoc-the-thao-tai-89bet1__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}