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

.page-resources-88-football-live-advantages__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-88-football-live-advantages__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-88-football-live-advantages__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-resources-88-football-live-advantages__hero-section {
    position: relative;
    padding: 100px 0 60px;
    text-align: center;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    overflow: hidden;
}

.page-resources-88-football-live-advantages__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-88-football-live-advantages__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

.page-resources-88-football-live-advantages__hero-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.page-resources-88-football-live-advantages__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.2;
}

.page-resources-88-football-live-advantages__btn-primary,
.page-resources-88-football-live-advantages__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-88-football-live-advantages__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-resources-88-football-live-advantages__btn-primary:hover {
    background-color: #c96a06;
    border-color: #c96a06;
}

.page-resources-88-football-live-advantages__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-88-football-live-advantages__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #26A9E0;
    border-color: #26A9E0;
}

.page-resources-88-football-live-advantages__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}

.page-resources-88-football-live-advantages__introduction-section,
.page-resources-88-football-live-advantages__features-section,
.page-resources-88-football-live-advantages__cta-section {
    padding: 80px 0;
}

.page-resources-88-football-live-advantages__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-88-football-live-advantages__advantages-section {
    padding: 80px 0;
}

.page-resources-88-football-live-advantages__advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-resources-88-football-live-advantages__advantage-card {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-resources-88-football-live-advantages__advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-resources-88-football-live-advantages__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    min-width: 200px;
    min-height: 200px;
}

.page-resources-88-football-live-advantages__card-title {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #26A9E0;
    font-weight: bold;
}

.page-resources-88-football-live-advantages__card-description {
    font-size: 1em;
    text-align: justify;
}

.page-resources-88-football-live-advantages__features-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-resources-88-football-live-advantages__feature-list {
    flex: 1;
}

.page-resources-88-football-live-advantages__feature-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-88-football-live-advantages__feature-list li {
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.page-resources-88-football-live-advantages__feature-list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    top: 0;
}

.page-resources-88-football-live-advantages__features-image {
    flex: 1;
    max-width: 50%;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-88-football-live-advantages__faq-section {
    padding: 80px 0;
}

.page-resources-88-football-live-advantages__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-88-football-live-advantages__faq-item {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    color: #333333;
}

.page-resources-88-football-live-advantages__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: #26A9E0;
    list-style: none; /* For details summary */
}

.page-resources-88-football-live-advantages__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-resources-88-football-live-advantages__faq-qtext {
    flex-grow: 1;
}

.page-resources-88-football-live-advantages__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-resources-88-football-live-advantages__faq-item[open] .page-resources-88-football-live-advantages__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-88-football-live-advantages__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #555555;
}

.page-resources-88-football-live-advantages__cta-section {
    text-align: center;
}

.page-resources-88-football-live-advantages__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-88-football-live-advantages__cta-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-88-football-live-advantages__hero-title {
        font-size: 2.8em;
    }

    .page-resources-88-football-live-advantages__section-title {
        font-size: 2em;
    }

    .page-resources-88-football-live-advantages__features-content {
        flex-direction: column;
        text-align: center;
    }

    .page-resources-88-football-live-advantages__features-image {
        max-width: 80%;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .page-resources-88-football-live-advantages {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-88-football-live-advantages__hero-section {
        padding: 80px 0 40px;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-resources-88-football-live-advantages__hero-title {
        font-size: 2.2em;
    }

    .page-resources-88-football-live-advantages__hero-description {
        font-size: 1.1em;
    }

    .page-resources-88-football-live-advantages__hero-cta-buttons,
    .page-resources-88-football-live-advantages__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-resources-88-football-live-advantages__btn-primary,
    .page-resources-88-football-live-advantages__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
    }

    .page-resources-88-football-live-advantages__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }

    .page-resources-88-football-live-advantages__introduction-section,
    .page-resources-88-football-live-advantages__advantages-section,
    .page-resources-88-football-live-advantages__features-section,
    .page-resources-88-football-live-advantages__faq-section,
    .page-resources-88-football-live-advantages__cta-section {
        padding: 50px 0;
    }

    .page-resources-88-football-live-advantages__advantages-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-88-football-live-advantages__card-image,
    .page-resources-88-football-live-advantages__features-image,
    .page-resources-88-football-live-advantages__cta-image,
    .page-resources-88-football-live-advantages img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .page-resources-88-football-live-advantages__container,
    .page-resources-88-football-live-advantages__advantage-card,
    .page-resources-88-football-live-advantages__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important;
    }

    .page-resources-88-football-live-advantages__features-image {
        max-width: 100%;
    }

    .page-resources-88-football-live-advantages__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-88-football-live-advantages__faq-answer {
        padding: 0 20px 15px;
    }
}

/* Ensure no image filters are applied */
.page-resources-88-football-live-advantages img {
    filter: none; /* Explicitly disable any filters */
}

/* Content area images CSS dimensions lower limit check */
.page-resources-88-football-live-advantages__advantage-card .page-resources-88-football-live-advantages__card-image,
.page-resources-88-football-live-advantages__features-image,
.page-resources-88-football-live-advantages__cta-image {
    min-width: 200px;
    min-height: 200px;
}