.page-huong-dan-ca-cuoc-the-thao__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: var(--background-color, #FFFFFF);
}

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

.page-huong-dan-ca-cuoc-the-thao__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: var(--text-color, #333333);
}

.page-huong-dan-ca-cuoc-the-thao__main-title {
    font-size: clamp(2em, 4vw, 2.8em);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439;
}

.page-huong-dan-ca-cuoc-the-thao__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--text-color-secondary, #555555);
}

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

.page-huong-dan-ca-cuoc-the-thao__btn-primary,
.page-huong-dan-ca-cuoc-the-thao__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
}

.page-huong-dan-ca-cuoc-the-thao__btn-primary {
    background-color: #017439;
    color: #FFFFFF;
    border: 2px solid #017439;
}

.page-huong-dan-ca-cuoc-the-thao__btn-primary:hover {
    background-color: #005f2f;
    border-color: #005f2f;
}

.page-huong-dan-ca-cuoc-the-thao__btn-secondary {
    background-color: #FFFFFF;
    color: #017439;
    border: 2px solid #017439;
}

.page-huong-dan-ca-cuoc-the-thao__btn-secondary:hover {
    background-color: #f0f0f0;
}

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

.page-huong-dan-ca-cuoc-the-thao__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-huong-dan-ca-cuoc-the-thao__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
}

.page-huong-dan-ca-cuoc-the-thao__section-title {
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #017439;
}

.page-huong-dan-ca-cuoc-the-thao__section-description {
    font-size: 1.05em;
    line-height: 1.7;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-color-secondary, #555555);
}

.page-huong-dan-ca-cuoc-the-thao__intro-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333;
}

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

.page-huong-dan-ca-cuoc-the-thao__feature-item {
    text-align: center;
    padding: 25px;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-huong-dan-ca-cuoc-the-thao__icon-box-media {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0f2e8; /* Light background for the icon circle */
}

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

.page-huong-dan-ca-cuoc-the-thao__feature-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #017439;
}

.page-huong-dan-ca-cuoc-the-thao__feature-text {
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
}

.page-huong-dan-ca-cuoc-the-thao__guide-section {
    padding: 60px 0;
    background-color: #017439;
    color: #FFFFFF;
}

.page-huong-dan-ca-cuoc-the-thao__guide-section .page-huong-dan-ca-cuoc-the-thao__section-title {
    color: #FFFFFF;
}

.page-huong-dan-ca-cuoc-the-thao__guide-section .page-huong-dan-ca-cuoc-the-thao__section-description {
    color: #e0e0e0;
}

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

.page-huong-dan-ca-cuoc-the-thao__step-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-huong-dan-ca-cuoc-the-thao__step-number {
    font-size: 2.5em;
    font-weight: 700;
    color: #FFFF00; /* Custom color for step numbers */
    margin-bottom: 15px;
}

.page-huong-dan-ca-cuoc-the-thao__step-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-huong-dan-ca-cuoc-the-thao__step-description {
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
    margin-bottom: 20px;
}

.page-huong-dan-ca-cuoc-the-thao__step-description a {
    color: #FFFF00;
    text-decoration: underline;
}

.page-huong-dan-ca-cuoc-the-thao__step-description a:hover {
    color: #FFD700;
}

.page-huong-dan-ca-cuoc-the-thao__step-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
}

.page-huong-dan-ca-cuoc-the-thao__promo-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333;
}

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

.page-huong-dan-ca-cuoc-the-thao__promo-card {
    background-color: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding-bottom: 30px;
}

.page-huong-dan-ca-cuoc-the-thao__promo-image {
    width: 100%;
    height: 200px; /* Fixed height for consistent card image display */
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.page-huong-dan-ca-cuoc-the-thao__promo-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #017439;
    padding: 0 20px;
}

.page-huong-dan-ca-cuoc-the-thao__promo-text {
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 25px;
    padding: 0 20px;
}

.page-huong-dan-ca-cuoc-the-thao__faq-section {
    padding: 60px 0;
    background-color: #017439;
    color: #FFFFFF;
}

.page-huong-dan-ca-cuoc-the-thao__faq-section .page-huong-dan-ca-cuoc-the-thao__section-title {
    color: #FFFFFF;
}

.page-huong-dan-ca-cuoc-the-thao__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-huong-dan-ca-cuoc-the-thao__faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

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

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

.page-huong-dan-ca-cuoc-the-thao__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #FFFF00; /* Custom color for toggle icon */
    margin-left: 15px;
}

.page-huong-dan-ca-cuoc-the-thao__faq-item[open] .page-huong-dan-ca-cuoc-the-thao__faq-toggle {
    content: "−";
}

.page-huong-dan-ca-cuoc-the-thao__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #f0f0f0;
}

.page-huong-dan-ca-cuoc-the-thao__faq-answer p {
    margin-bottom: 0;
}

.page-huong-dan-ca-cuoc-the-thao__contact-section {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
}

.page-huong-dan-ca-cuoc-the-thao__contact-section .page-huong-dan-ca-cuoc-the-thao__section-title {
    color: #017439;
}

.page-huong-dan-ca-cuoc-the-thao__contact-section .page-huong-dan-ca-cuoc-the-thao__section-description {
    color: #555555;
}

.page-huong-dan-ca-cuoc-the-thao__cta-bottom {
    margin-top: 40px;
    text-align: center;
}

/* General image responsive styles */
.page-huong-dan-ca-cuoc-the-thao img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* General container responsive styles */
.page-huong-dan-ca-cuoc-the-thao__section,
.page-huong-dan-ca-cuoc-the-thao__container,
.page-huong-dan-ca-cuoc-the-thao__card {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    /* HERO Section */
    .page-huong-dan-ca-cuoc-the-thao__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-huong-dan-ca-cuoc-the-thao__hero-container {
        flex-direction: column;
        gap: 30px;
        padding: 15px;
    }

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

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

    .page-huong-dan-ca-cuoc-the-thao__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    /* Buttons */
    .page-huong-dan-ca-cuoc-the-thao__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 0 15px;
    }

    .page-huong-dan-ca-cuoc-the-thao__btn-primary,
    .page-huong-dan-ca-cuoc-the-thao__btn-secondary {
        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-ca-cuoc-the-thao__hero-image {
        flex: 1 1 100%;
    }

    /* Intro Section */
    .page-huong-dan-ca-cuoc-the-thao__intro-section {
        padding: 40px 0;
    }

    .page-huong-dan-ca-cuoc-the-thao__container {
        padding: 20px 15px;
    }

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

    .page-huong-dan-ca-cuoc-the-thao__section-description {
        font-size: 0.95em;
        margin-bottom: 40px;
    }

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

    .page-huong-dan-ca-cuoc-the-thao__icon-box-media {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    /* Guide Section */
    .page-huong-dan-ca-cuoc-the-thao__guide-section {
        padding: 40px 0;
    }

    .page-huong-dan-ca-cuoc-the-thao__guide-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .page-huong-dan-ca-cuoc-the-thao__step-item {
        padding: 25px;
    }

    .page-huong-dan-ca-cuoc-the-thao__step-number {
        font-size: 2em;
    }

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

    /* Promo Section */
    .page-huong-dan-ca-cuoc-the-thao__promo-section {
        padding: 40px 0;
    }

    .page-huong-dan-ca-cuoc-the-thao__promo-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-huong-dan-ca-cuoc-the-thao__promo-image {
        height: 180px;
    }

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

    /* FAQ Section */
    .page-huong-dan-ca-cuoc-the-thao__faq-section {
        padding: 40px 0;
    }

    .page-huong-dan-ca-cuoc-the-thao__faq-question {
        padding: 15px 20px;
        font-size: 1.05em;
    }

    .page-huong-dan-ca-cuoc-the-thao__faq-toggle {
        font-size: 1.3em;
    }

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

    /* Contact Section */
    .page-huong-dan-ca-cuoc-the-thao__contact-section {
        padding: 40px 0;
    }

    /* General Images & Containers */
    .page-huong-dan-ca-cuoc-the-thao img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-huong-dan-ca-cuoc-the-thao__section,
    .page-huong-dan-ca-cuoc-the-thao__card,
    .page-huong-dan-ca-cuoc-the-thao__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}