/* style/blog-huong-dan-ca-cuoc-the-thao-rongbk.css */

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --login-color: #EA7C07;
    --text-dark: #333333;
    --text-white: #ffffff;
    --bg-white: #FFFFFF;
    --bg-dark: #26A9E0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-white); /* Default light background, text will be dark */
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__dark-bg {
    background-color: var(--bg-dark);
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__light-bg {
    background-color: var(--bg-white);
    color: var(--text-dark);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    text-align: center;
    background-color: var(--bg-dark);
    color: var(--text-white);
}

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

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-content {
    flex: 1 1 45%;
    max-width: 500px;
    text-align: left;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-image {
    flex: 1 1 45%;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

/* CTA Buttons */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-primary,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-primary {
    background-color: var(--login-color);
    color: var(--text-white);
    border: 2px solid var(--login-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-primary:hover {
    background-color: darken(var(--login-color), 10%);
    border-color: darken(var(--login-color), 10%);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-secondary {
    background-color: transparent;
    color: var(--text-white);
    border: 2px solid var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-secondary:hover {
    background-color: var(--text-white);
    color: var(--primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-block {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-small {
    padding: 8px 15px;
    font-size: 0.9rem;
    margin-top: 10px;
}

/* General Content Styles */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: var(--primary-color);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__section-title--white {
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__paragraph--white {
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__content-area,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__guide-section,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tips-section,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__why-choose-section,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-section,
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-final-section {
    padding: 60px 0;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__guide-step {
    background-color: var(--bg-white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__step-title {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__step-description {
    font-size: 1rem;
    margin-bottom: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__step-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__step-list li {
    margin-bottom: 8px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__link-text {
    color: var(--primary-color);
    text-decoration: underline;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__link-text:hover {
    color: darken(var(--primary-color), 10%);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__image-figure {
    margin: 30px 0;
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__image-caption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__image-caption--white {
    color: var(--text-white);
}

/* Tips Section */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tip-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tip-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--text-white);
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tip-description {
    font-size: 0.95rem;
    color: var(--text-white);
}

/* Why Choose Section */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__bullet-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__bullet-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%2326A9E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"></polyline></svg>') no-repeat left 8px center;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
}

/* FAQ Section */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-list {
    margin-top: 30px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-item {
    background-color: var(--bg-white);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    list-style: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-qtext {
    flex-grow: 1;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-item[open] .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-toggle {
    content: '−';
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    color: var(--text-dark);
}

/* Final CTA Section */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-final-section {
    text-align: center;
}

.page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-final-section .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-buttons {
    justify-content: center;
    margin-top: 30px;
}

/* Image global styles */
.page-blog-huong-dan-ca-cuoc-the-thao-rongbk img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
        padding-bottom: 40px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-container {
        flex-direction: column;
        padding: 20px 15px;
        gap: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-content {
        flex: 1 1 100%;
        text-align: center;
        max-width: 100%;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-image {
        flex: 1 1 100%;
        width: 100%;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__hero-side-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* CTA Buttons */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-buttons {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
        overflow: hidden;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__btn-primary,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__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;
    }

    /* General Content Sections */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__content-area,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__guide-section,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tips-section,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__why-choose-section,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-section,
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__cta-final-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__guide-step {
        padding: 20px;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__step-title {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    /* Tips Grid */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* FAQ */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-item summary {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk__faq-answer {
        padding: 0 20px 15px;
    }

    /* Universal Image Adaptation */
    .page-blog-huong-dan-ca-cuoc-the-thao-rongbk img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
}