.page-huong-dan-dat-cuoc-the-thao {
    font-family: 'Arial', sans-serif;
    color: #333333;
    background-color: #F5F7FA;
}

.page-huong-dan-dat-cuoc-the-thao__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-huong-dan-dat-cuoc-the-thao__section-title {
    font-size: 2.5em;
    color: #E53935;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-huong-dan-dat-cuoc-the-thao__text-block {
    font-size: 1.1em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
    color: #333333;
}

.page-huong-dan-dat-cuoc-the-thao__btn-primary,
.page-huong-dan-dat-cuoc-the-thao__btn-secondary,
.page-huong-dan-dat-cuoc-the-thao__btn-inline {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
}

.page-huong-dan-dat-cuoc-the-thao__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: none;
}

.page-huong-dan-dat-cuoc-the-thao__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-huong-dan-dat-cuoc-the-thao__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-huong-dan-dat-cuoc-the-thao__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
}

.page-huong-dan-dat-cuoc-the-thao__btn-inline {
    background: #FF5A4F;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-huong-dan-dat-cuoc-the-thao__btn-inline:hover {
    background: #E53935;
}

.page-huong-dan-dat-cuoc-the-thao img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* HERO Section */
.page-huong-dan-dat-cuoc-the-thao__hero-section {
    padding-top: 10px; /* Small top padding */
    padding-bottom: 60px;
    background-color: #F5F7FA;
}

.page-huong-dan-dat-cuoc-the-thao__hero-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
    gap: 40px;
}

.page-huong-dan-dat-cuoc-the-thao__hero-text-block {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
    color: #333333;
}

.page-huong-dan-dat-cuoc-the-thao__main-title {
    font-size: 3.2em;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    color: #E53935;
}

.page-huong-dan-dat-cuoc-the-thao__subtitle {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #333333;
}

.page-huong-dan-dat-cuoc-the-thao__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-huong-dan-dat-cuoc-the-thao__hero-image-wrapper {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-huong-dan-dat-cuoc-the-thao__hero-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Intro Section (Module 1) */
.page-huong-dan-dat-cuoc-the-thao__intro-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-huong-dan-dat-cuoc-the-thao__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-huong-dan-dat-cuoc-the-thao__feature-item {
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    background-color: #F5F7FA;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.page-huong-dan-dat-cuoc-the-thao__feature-item:hover {
    transform: translateY(-5px);
}

.page-huong-dan-dat-cuoc-the-thao__icon-box-media {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FF5A4F;
    box-shadow: 0 0 0 8px rgba(255, 90, 79, 0.2);
}

.page-huong-dan-dat-cuoc-the-thao__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.page-huong-dan-dat-cuoc-the-thao__feature-title {
    font-size: 1.5em;
    color: #E53935;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-huong-dan-dat-cuoc-the-thao__feature-description {
    font-size: 1em;
    color: #333333;
    line-height: 1.6;
}

/* Guide Section */
.page-huong-dan-dat-cuoc-the-thao__guide-section {
    padding: 60px 0;
    background-color: #F5F7FA;
}

.page-huong-dan-dat-cuoc-the-thao__guide-step {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.page-huong-dan-dat-cuoc-the-thao__step-title {
    font-size: 2em;
    color: #E53935;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.page-huong-dan-dat-cuoc-the-thao__step-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.page-huong-dan-dat-cuoc-the-thao__step-content p {
    flex: 1 1 50%;
    min-width: 280px;
    line-height: 1.7;
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 0;
}

.page-huong-dan-dat-cuoc-the-thao__step-image {
    flex: 1 1 40%;
    min-width: 280px;
    height: auto;
    object-fit: cover;
}

/* Tips Section */
.page-huong-dan-dat-cuoc-the-thao__tips-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-huong-dan-dat-cuoc-the-thao__tips-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.page-huong-dan-dat-cuoc-the-thao__tips-list li {
    background-color: #F5F7FA;
    padding: 20px 25px;
    border-left: 5px solid #E53935;
    border-radius: 8px;
    font-size: 1.1em;
    line-height: 1.6;
    color: #333333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.page-huong-dan-dat-cuoc-the-thao__tips-list li strong {
    color: #E53935;
}

.page-huong-dan-dat-cuoc-the-thao__cta-center {
    text-align: center;
    margin-top: 30px;
}

/* FAQ Section */
.page-huong-dan-dat-cuoc-the-thao__faq-section {
    padding: 60px 0;
    background-color: #F5F7FA;
}

.page-huong-dan-dat-cuoc-the-thao__faq-list {
    margin-top: 40px;
}

.page-huong-dan-dat-cuoc-the-thao__faq-item {
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.page-huong-dan-dat-cuoc-the-thao__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    background-color: #ffffff;
    list-style: none;
    position: relative;
    user-select: none;
}

.page-huong-dan-dat-cuoc-the-thao__faq-question::-webkit-details-marker {
    display: none;
}

.page-huong-dan-dat-cuoc-the-thao__faq-question:hover {
    background-color: #f9f9f9;
}

.page-huong-dan-dat-cuoc-the-thao__faq-qtext {
    flex-grow: 1;
    color: #E53935;
}

.page-huong-dan-dat-cuoc-the-thao__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 20px;
    transition: transform 0.3s ease;
    color: #E53935;
}

.page-huong-dan-dat-cuoc-the-thao__faq-item[open] .page-huong-dan-dat-cuoc-the-thao__faq-toggle {
    transform: rotate(45deg);
}

.page-huong-dan-dat-cuoc-the-thao__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #333333;
    border-top: 1px solid #E0E0E0;
    margin-top: -1px; /* Overlap border */
}

.page-huong-dan-dat-cuoc-the-thao__faq-answer p {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* CTA Banner */
.page-huong-dan-dat-cuoc-the-thao__cta-banner {
    background: linear-gradient(90deg, #E53935 0%, #FF5A4F 100%);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.page-huong-dan-dat-cuoc-the-thao__cta-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-huong-dan-dat-cuoc-the-thao__cta-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

.page-huong-dan-dat-cuoc-the-thao__cta-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 800px;
    color: #f0f0f0;
}

.page-huong-dan-dat-cuoc-the-thao__btn-large {
    padding: 15px 40px;
    font-size: 1.2em;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-huong-dan-dat-cuoc-the-thao__container,
    .page-huong-dan-dat-cuoc-the-thao__hero-content-wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }

    .page-huong-dan-dat-cuoc-the-thao__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-huong-dan-dat-cuoc-the-thao__hero-content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 20px 15px;
    }

    .page-huong-dan-dat-cuoc-the-thao__hero-text-block {
        text-align: center;
        flex: 1 1 100%;
    }

    .page-huong-dan-dat-cuoc-the-thao__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }

    .page-huong-dan-dat-cuoc-the-thao__subtitle {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .page-huong-dan-dat-cuoc-the-thao__btn-primary,
    .page-huong-dan-dat-cuoc-the-thao__btn-secondary,
    .page-huong-dan-dat-cuoc-the-thao__btn-inline,
    .page-huong-dan-dat-cuoc-the-thao a[class*="button"],
    .page-huong-dan-dat-cuoc-the-thao 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;
    }

    .page-huong-dan-dat-cuoc-the-thao__hero-image-wrapper {
        flex: 1 1 100%;
    }

    /* Intro Section */
    .page-huong-dan-dat-cuoc-the-thao__intro-section,
    .page-huong-dan-dat-cuoc-the-thao__guide-section,
    .page-huong-dan-dat-cuoc-the-thao__tips-section,
    .page-huong-dan-dat-cuoc-the-thao__faq-section,
    .page-huong-dan-dat-cuoc-the-thao__cta-banner {
        padding: 40px 0;
    }

    .page-huong-dan-dat-cuoc-the-thao__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-huong-dan-dat-cuoc-the-thao__text-block {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__icon-box-media {
        width: 150px;
        height: 150px;
        border: 3px solid #FF5A4F;
        box-shadow: 0 0 0 6px rgba(255, 90, 79, 0.2);
    }

    .page-huong-dan-dat-cuoc-the-thao__feature-title {
        font-size: 1.3em;
    }

    /* Guide Section */
    .page-huong-dan-dat-cuoc-the-thao__guide-step {
        padding: 20px;
        margin-bottom: 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__step-title {
        font-size: 1.5em;
        margin-bottom: 15px;
    }

    .page-huong-dan-dat-cuoc-the-thao__step-content {
        flex-direction: column;
        gap: 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__step-content p {
        flex: 1 1 100%;
        font-size: 1em;
    }

    .page-huong-dan-dat-cuoc-the-thao__step-image {
        flex: 1 1 100%;
        width: 100%;
        height: auto;
    }

    /* Tips Section */
    .page-huong-dan-dat-cuoc-the-thao__tips-list li {
        font-size: 1em;
        padding: 15px 20px;
    }

    /* FAQ Section */
    .page-huong-dan-dat-cuoc-the-thao__faq-question {
        font-size: 1.05em;
        padding: 15px 20px;
    }

    .page-huong-dan-dat-cuoc-the-thao__faq-qtext {
        color: #E53935;
    }

    .page-huong-dan-dat-cuoc-the-thao__faq-answer {
        font-size: 0.95em;
        padding: 0 20px 15px 20px;
    }

    /* CTA Banner */
    .page-huong-dan-dat-cuoc-the-thao__cta-title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .page-huong-dan-dat-cuoc-the-thao__cta-description {
        font-size: 1.1em;
        margin-bottom: 30px;
    }

    .page-huong-dan-dat-cuoc-the-thao__btn-large {
        padding: 12px 30px;
        font-size: 1.1em;
    }

    /* General image adaptation */
    .page-huong-dan-dat-cuoc-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Specific override for square images if needed, though icon-box-media img handles it */
    .page-huong-dan-dat-cuoc-the-thao__icon-box-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}