/* style/resources-how-to-choose-best-vn88-football-odds.css */

/* Base styles for the page content, considering dark body background */
.page-resources-how-to-choose-best-vn88-football-odds {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Light text for dark body background */
    background-color: transparent; /* Body background is handled by shared.css, which is #0a0a0a */
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-how-to-choose-best-vn88-football-odds__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-how-to-choose-best-vn88-football-odds__hero-section {
    position: relative;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #26A9E0, #0a0a0a 80%); /* Blend brand color with dark background */
    color: #ffffff;
}

.page-resources-how-to-choose-best-vn88-football-odds__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
    z-index: 1;
}

.page-resources-how-to-choose-best-vn88-football-odds__hero-section > .page-resources-how-to-choose-best-vn88-football-odds__container {
    position: relative;
    z-index: 2;
}

.page-resources-how-to-choose-best-vn88-football-odds__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

.page-resources-how-to-choose-best-vn88-football-odds__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-resources-how-to-choose-best-vn88-football-odds__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* CTA Buttons */
.page-resources-how-to-choose-best-vn88-football-odds__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-resources-how-to-choose-best-vn88-football-odds__cta-buttons--centered {
    margin-top: 40px;
}

.page-resources-how-to-choose-best-vn88-football-odds__btn-primary,
.page-resources-how-to-choose-best-vn88-football-odds__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box; /* Crucial for responsive buttons */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Break long words */
    text-align: center;
}

.page-resources-how-to-choose-best-vn88-football-odds__btn-primary {
    background-color: #26A9E0; /* Primary brand color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-best-vn88-football-odds__btn-primary:hover {
    background-color: #1a8cc2;
    border-color: #1a8cc2;
}

.page-resources-how-to-choose-best-vn88-football-odds__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-best-vn88-football-odds__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
}

/* Content Area */
.page-resources-how-to-choose-best-vn88-football-odds__content-area {
    padding: 60px 0;
    background-color: #ffffff; /* Use white background for content area to ensure contrast with dark text */
    color: #333333; /* Dark text for light background */
}

.page-resources-how-to-choose-best-vn88-football-odds__content-area .page-resources-how-to-choose-best-vn88-football-odds__section-title,
.page-resources-how-to-choose-best-vn88-football-odds__content-area .page-resources-how-to-choose-best-vn88-football-odds__subsection-title {
    color: #000000; /* Darker titles for emphasis */
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: bold;
}

.page-resources-how-to-choose-best-vn88-football-odds__content-area .page-resources-how-to-choose-best-vn88-football-odds__section-title {
    font-size: 2.2em;
    text-align: center;
}

.page-resources-how-to-choose-best-vn88-football-odds__content-area .page-resources-how-to-choose-best-vn88-football-odds__subsection-title {
    font-size: 1.8em;
    text-align: left;
    border-left: 5px solid #26A9E0;
    padding-left: 15px;
}

.page-resources-how-to-choose-best-vn88-football-odds__text-block {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.page-resources-how-to-choose-best-vn88-football-odds__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-how-to-choose-best-vn88-football-odds__faq-section {
    padding: 60px 0;
    background-color: #0a0a0a; /* Dark background for FAQ section */
    color: #ffffff; /* Light text for dark background */
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-section .page-resources-how-to-choose-best-vn88-football-odds__section-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2em;
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-item {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly visible card for dark background */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #ffffff;
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome/Safari */
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-qtext {
    flex-grow: 1;
    color: #ffffff; /* Ensure question text is white */
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #26A9E0; /* Brand color for toggle icon */
    margin-left: 15px;
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.1em;
    color: #f0f0f0; /* Slightly off-white for answer text */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-how-to-choose-best-vn88-football-odds__faq-item[open] .page-resources-how-to-choose-best-vn88-football-odds__faq-answer {
    max-height: 500px; /* Adjust as needed for content */
    padding-top: 15px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-resources-how-to-choose-best-vn88-football-odds__hero-title {
        font-size: 2.8em;
    }
    .page-resources-how-to-choose-best-vn88-football-odds__hero-description {
        font-size: 1.1em;
    }
    .page-resources-how-to-choose-best-vn88-football-odds__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-choose-best-vn88-football-odds__subsection-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-choose-best-vn88-football-odds {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__hero-section {
        padding: 60px 0;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__hero-title {
        font-size: 2.2em;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__hero-description {
        font-size: 1em;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__btn-primary,
    .page-resources-how-to-choose-best-vn88-football-odds__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__content-area,
    .page-resources-how-to-choose-best-vn88-football-odds__faq-section {
        padding: 40px 0;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__container {
        padding: 0 15px;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__subsection-title {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__text-block {
        font-size: 1em;
    }

    /* Images responsiveness */
    .page-resources-how-to-choose-best-vn88-football-odds img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    .page-resources-how-to-choose-best-vn88-football-odds__content-image {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* FAQ responsiveness */
    .page-resources-how-to-choose-best-vn88-football-odds__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-how-to-choose-best-vn88-football-odds__faq-answer {
        font-size: 1em;
        padding: 0 20px 15px 20px;
    }
    
    /* Ensure all content containers are responsive */
    .page-resources-how-to-choose-best-vn88-football-odds__hero-section,
    .page-resources-how-to-choose-best-vn88-football-odds__content-area,
    .page-resources-how-to-choose-best-vn88-football-odds__faq-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}