/* style/resources-w88-football-odds-analysis.css */

.page-resources-w88-football-odds-analysis {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Default body background */
}

.page-resources-w88-football-odds-analysis__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-w88-football-odds-analysis__hero-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #26A9E0;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-resources-w88-football-odds-analysis__hero-section .page-resources-w88-football-odds-analysis__container {
    position: relative;
    z-index: 2;
}

.page-resources-w88-football-odds-analysis__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-w88-football-odds-analysis__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
}

.page-resources-w88-football-odds-analysis__intro-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-w88-football-odds-analysis__btn-primary,
.page-resources-w88-football-odds-analysis__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;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    margin: 10px;
}

.page-resources-w88-football-odds-analysis__btn-primary {
    background-color: #EA7C07; /* Login color for primary action */
    color: #FFFFFF;
    border: 2px solid transparent;
}

.page-resources-w88-football-odds-analysis__btn-primary:hover {
    background-color: #d46f07;
}

.page-resources-w88-football-odds-analysis__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-w88-football-odds-analysis__btn-secondary:hover {
    background-color: #e0e0e0;
}

.page-resources-w88-football-odds-analysis__content-area {
    padding: 60px 0;
    background-color: #FFFFFF;
    color: #333333;
}

.page-resources-w88-football-odds-analysis__section-title {
    font-size: 2.2em;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-w88-football-odds-analysis__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #EA7C07;
    border-radius: 2px;
}

.page-resources-w88-football-odds-analysis__sub-title {
    font-size: 1.6em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-w88-football-odds-analysis__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-resources-w88-football-odds-analysis__list li {
    margin-bottom: 10px;
}

.page-resources-w88-football-odds-analysis__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-w88-football-odds-analysis__faq-list {
    margin-top: 40px;
}

.page-resources-w88-football-odds-analysis__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-resources-w88-football-odds-analysis__faq-item summary {
    list-style: none; /* Hide default marker for details tag */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #26A9E0;
    border-bottom: 1px solid #e0e0e0;
}

.page-resources-w88-football-odds-analysis__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-resources-w88-football-odds-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-resources-w88-football-odds-analysis__faq-qtext {
    flex-grow: 1;
}

.page-resources-w88-football-odds-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #EA7C07;
}

.page-resources-w88-football-odds-analysis__faq-item[open] .page-resources-w88-football-odds-analysis__faq-toggle {
    /* JS handles content change for +/- */
}

.page-resources-w88-football-odds-analysis__faq-answer {
    padding: 20px;
    background-color: #fefefe;
    color: #333333;
}

.page-resources-w88-football-odds-analysis__faq-answer p {
    margin: 0;
}

.page-resources-w88-football-odds-analysis__btn-bottom-cta {
    margin-top: 50px;
    font-size: 1.3em;
    padding: 18px 35px;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-resources-w88-football-odds-analysis__main-title {
        font-size: 2.8em;
    }

    .page-resources-w88-football-odds-analysis__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-resources-w88-football-odds-analysis {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-w88-football-odds-analysis__hero-section {
        padding: 80px 0;
        padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    }

    .page-resources-w88-football-odds-analysis__main-title {
        font-size: 2em;
    }

    .page-resources-w88-football-odds-analysis__intro-text {
        font-size: 1em;
    }

    .page-resources-w88-football-odds-analysis__section-title {
        font-size: 1.8em;
    }

    .page-resources-w88-football-odds-analysis__sub-title {
        font-size: 1.4em;
    }

    .page-resources-w88-football-odds-analysis__btn-primary,
    .page-resources-w88-football-odds-analysis__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin: 10px 0 !important; /* Stack buttons on mobile */
    }

    .page-resources-w88-football-odds-analysis__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-resources-w88-football-odds-analysis__container {
        padding: 0 15px;
    }

    /* All sections/containers with images/buttons should have padding */
    .page-resources-w88-football-odds-analysis__hero-section,
    .page-resources-w88-football-odds-analysis__content-area,
    .page-resources-w88-football-odds-analysis__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}