/* style/resources-77win-bet-latest-trends.css */
.page-resources-77win-bet-latest-trends {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background #f5f5f5 */
    background-color: #f5f5f5;
}

.page-resources-77win-bet-latest-trends__hero-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure content is below header */
    text-align: center;
    overflow: hidden;
}

.page-resources-77win-bet-latest-trends__dark-bg {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-resources-77win-bet-latest-trends__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-resources-77win-bet-latest-trends__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.page-resources-77win-bet-latest-trends__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-resources-77win-bet-latest-trends__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-resources-77win-bet-latest-trends__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-77win-bet-latest-trends__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.page-resources-77win-bet-latest-trends__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-resources-77win-bet-latest-trends__section-title,
.page-resources-77win-bet-latest-trends__sub-section-title {
    color: #26A9E0;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-77win-bet-latest-trends__section-title {
    font-size: 2.2em;
    text-align: center;
}

.page-resources-77win-bet-latest-trends__sub-section-title {
    font-size: 1.6em;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.page-resources-77win-bet-latest-trends__paragraph {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.page-resources-77win-bet-latest-trends__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    min-height: 200px;
}

.page-resources-77win-bet-latest-trends__btn-primary,
.page-resources-77win-bet-latest-trends__btn-secondary,
.page-resources-77win-bet-latest-trends__btn-link {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.page-resources-77win-bet-latest-trends__btn-primary {
    background-color: #26A9E0;
    color: #ffffff;
    border: 2px solid #26A9E0;
    margin: 10px;
}

.page-resources-77win-bet-latest-trends__btn-primary:hover {
    background-color: #1a7fb8;
    border-color: #1a7fb8;
}

.page-resources-77win-bet-latest-trends__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
    margin: 10px;
}

.page-resources-77win-bet-latest-trends__btn-secondary:hover {
    background-color: #e0f2f7;
    color: #1a7fb8;
    border-color: #1a7fb8;
}

.page-resources-77win-bet-latest-trends__btn-link {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid transparent;
    padding: 5px 0;
    margin-top: 10px;
    display: block;
    text-align: left;
}

.page-resources-77win-bet-latest-trends__btn-link:hover {
    text-decoration: underline;
    color: #1a7fb8;
}

.page-resources-77win-bet-latest-trends__faq-list {
    margin-top: 30px;
}

.page-resources-77win-bet-latest-trends__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-resources-77win-bet-latest-trends__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #ffffff;
    font-weight: bold;
    color: #333333;
    transition: background-color 0.3s ease;
}

.page-resources-77win-bet-latest-trends__faq-question:hover {
    background-color: #f0f0f0;
}

.page-resources-77win-bet-latest-trends__faq-title {
    margin: 0;
    font-size: 1.1em;
    color: #26A9E0;
}

.page-resources-77win-bet-latest-trends__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #26A9E0;
    transition: transform 0.3s ease;
}

.page-resources-77win-bet-latest-trends__faq-item.active .page-resources-77win-bet-latest-trends__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-77win-bet-latest-trends__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    color: #555555;
}

.page-resources-77win-bet-latest-trends__faq-item.active .page-resources-77win-bet-latest-trends__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 20px;
}

.page-resources-77win-bet-latest-trends__cta-section {
    text-align: center;
    padding: 60px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.page-resources-77win-bet-latest-trends__cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.page-resources-77win-bet-latest-trends__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.page-resources-77win-bet-latest-trends__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-resources-77win-bet-latest-trends__video-section {
    text-align: center;
    padding: 40px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-77win-bet-latest-trends__video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.page-resources-77win-bet-latest-trends__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    border-radius: 8px;
}

.page-resources-77win-bet-latest-trends__video-caption {
    margin-top: 20px;
    font-style: italic;
    color: #555555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-resources-77win-bet-latest-trends__hero-title {
        font-size: 3em;
    }
    .page-resources-77win-bet-latest-trends__section-title {
        font-size: 2em;
    }
    .page-resources-77win-bet-latest-trends__sub-section-title {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .page-resources-77win-bet-latest-trends {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-77win-bet-latest-trends__hero-section {
        flex-direction: column;
        text-align: center;
        min-height: 400px;
        padding-top: var(--header-offset, 120px) !important;
    }

    .page-resources-77win-bet-latest-trends__hero-content {
        order: 2;
        padding: 0 15px;
    }

    .page-resources-77win-bet-latest-trends__hero-image-wrapper {
        order: 1;
        position: relative;
        height: 250px;
        width: 100%;
    }

    .page-resources-77win-bet-latest-trends__hero-title {
        font-size: 2.5em;
    }

    .page-resources-77win-bet-latest-trends__hero-description {
        font-size: 1em;
    }

    .page-resources-77win-bet-latest-trends__content-area,
    .page-resources-77win-bet-latest-trends__cta-section,
    .page-resources-77win-bet-latest-trends__video-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px) !important;
        box-sizing: border-box !important;
    }

    .page-resources-77win-bet-latest-trends__section-title {
        font-size: 1.8em;
    }

    .page-resources-77win-bet-latest-trends__sub-section-title {
        font-size: 1.2em;
    }

    .page-resources-77win-bet-latest-trends__paragraph {
        font-size: 1em;
    }

    .page-resources-77win-bet-latest-trends img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px !important;
        min-height: 200px !important;
        box-sizing: border-box !important;
    }

    .page-resources-77win-bet-latest-trends__content-image {
        min-width: 200px !important;
        min-height: 200px !important;
    }

    .page-resources-77win-bet-latest-trends__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .page-resources-77win-bet-latest-trends__btn-primary,
    .page-resources-77win-bet-latest-trends__btn-secondary,
    .page-resources-77win-bet-latest-trends a[class*="button"],
    .page-resources-77win-bet-latest-trends a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin: 5px 0;
    }

    .page-resources-77win-bet-latest-trends__video-wrapper {
        padding-bottom: 56.25%; /* Maintain aspect ratio */
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-resources-77win-bet-latest-trends__video {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .page-resources-77win-bet-latest-trends__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }
}

@media (max-width: 480px) {
    .page-resources-77win-bet-latest-trends__hero-title {
        font-size: 2em;
    }
    .page-resources-77win-bet-latest-trends__cta-title {
        font-size: 1.8em;
    }
}