/* style/resources-how-to-find-789win-new-link.css */

/* Base Styles for the Page Content */
.page-resources-how-to-find-789win-new-link {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: var(--dark-bg-1, #0d0d0d); /* Inherit from shared, fallback to dark grey */
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-how-to-find-789win-new-link__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-resources-how-to-find-789win-new-link__section-title {
    font-size: 2.5em;
    color: #ffffff; /* Default for dark sections */
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
}

.page-resources-how-to-find-789win-new-link__section-title a {
    color: #ffffff;
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__section-title a:hover {
    text-decoration: underline;
}

.page-resources-how-to-find-789win-new-link__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__paragraph a {
    color: #26A9E0; /* Brand color for links */
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__paragraph a:hover {
    text-decoration: underline;
}

.page-resources-how-to-find-789win-new-link__list,
.page-resources-how-to-find-789win-new-link__numbered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__numbered-list {
    list-style-type: decimal;
}

.page-resources-how-to-find-789win-new-link__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__list-item h3 {
    font-size: 1.3em;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-resources-how-to-find-789win-new-link__list-item a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__list-item a:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-resources-how-to-find-789win-new-link__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #26A9E0, #1a7bb0);
    color: #ffffff;
    gap: 40px;
}

.page-resources-how-to-find-789win-new-link__hero-content {
    max-width: 800px;
}

.page-resources-how-to-find-789win-new-link__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #ffffff;
}

.page-resources-how-to-find-789win-new-link__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__hero-description a {
    color: #ffffff;
    text-decoration: underline;
}

.page-resources-how-to-find-789win-new-link__hero-image-wrapper {
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-find-789win-new-link__hero-image {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px; /* Min size requirement */
    min-height: 200px; /* Min size requirement */
}

/* CTA Buttons */
.page-resources-how-to-find-789win-new-link__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.page-resources-how-to-find-789win-new-link__btn-primary,
.page-resources-how-to-find-789win-new-link__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;
    max-width: 100%; /* Ensure responsiveness */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    text-align: center;
}

.page-resources-how-to-find-789win-new-link__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-resources-how-to-find-789win-new-link__btn-primary:hover {
    background-color: #d16b06;
    border-color: #d16b06;
}

.page-resources-how-to-find-789win-new-link__btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-resources-how-to-find-789win-new-link__btn-secondary:hover {
    background-color: #ffffff;
    color: #26A9E0;
}

/* Content Sections */
.page-resources-how-to-find-789win-new-link__content-section {
    padding: 80px 0;
}

.page-resources-how-to-find-789win-new-link__dark-bg {
    background-color: var(--dark-bg-1, #0d0d0d);
    color: #ffffff;
}

.page-resources-how-to-find-789win-new-link__dark-bg .page-resources-how-to-find-789win-new-link__section-title {
    color: #ffffff;
}

.page-resources-how-to-find-789win-new-link__dark-bg .page-resources-how-to-find-789win-new-link__paragraph {
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__dark-bg .page-resources-how-to-find-789win-new-link__list-item {
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__dark-bg .page-resources-how-to-find-789win-new-link__list-item h3 {
    color: #ffffff;
}

/* Image content within sections */
.page-resources-how-to-find-789win-new-link__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    min-width: 200px; /* Min size requirement */
    min-height: 200px; /* Min size requirement */
}

/* Features Grid */
.page-resources-how-to-find-789win-new-link__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-how-to-find-789win-new-link__feature-card {
    background-color: #ffffff; /* Light background for card */
    color: #333333; /* Dark text for light background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.page-resources-how-to-find-789win-new-link__feature-card:hover {
    transform: translateY(-5px);
}

.page-resources-how-to-find-789win-new-link__feature-title {
    font-size: 1.5em;
    color: #26A9E0; /* Brand color for titles */
    margin-bottom: 15px;
}

.page-resources-how-to-find-789win-new-link__feature-description {
    font-size: 1em;
    color: #555555;
}

.page-resources-how-to-find-789win-new-link__feature-description a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__feature-description a:hover {
    text-decoration: underline;
}

/* FAQ Section */
.page-resources-how-to-find-789win-new-link__faq-section {
    padding: 80px 0;
    background-color: var(--dark-bg-1, #0d0d0d); /* Dark background */
    color: #ffffff; /* White text */
}

.page-resources-how-to-find-789win-new-link__faq-list {
    margin-top: 40px;
}

.page-resources-how-to-find-789win-new-link__faq-item {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly lighter dark background for items */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-find-789win-new-link__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    list-style: none; /* Hide default marker */
    -webkit-touch-callout: none; /* Disable callout on iOS */
    -webkit-user-select: none;   /* Disable text selection on iOS */
    -khtml-user-select: none;    /* Disable text selection on Konqueror HTML */
    -moz-user-select: none;      /* Disable text selection on Firefox */
    -ms-user-select: none;       /* Disable text selection on Internet Explorer/Edge */
    user-select: none;           /* Disable text selection */
}

.page-resources-how-to-find-789win-new-link__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome/Safari */
}

.page-resources-how-to-find-789win-new-link__faq-item summary:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-find-789win-new-link__faq-qtext {
    flex-grow: 1;
    color: #ffffff;
}

.page-resources-how-to-find-789win-new-link__faq-qtext a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__faq-qtext a:hover {
    text-decoration: underline;
}

.page-resources-how-to-find-789win-new-link__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    transition: transform 0.3s ease;
    color: #26A9E0;
}

.page-resources-how-to-find-789win-new-link__faq-item[open] .page-resources-how-to-find-789win-new-link__faq-toggle {
    transform: rotate(45deg); /* Plus sign rotates to a cross */
}

.page-resources-how-to-find-789win-new-link__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.05em;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__faq-answer p {
    margin-bottom: 0;
}

.page-resources-how-to-find-789win-new-link__faq-answer a {
    color: #26A9E0;
    text-decoration: none;
}

.page-resources-how-to-find-789win-new-link__faq-answer a:hover {
    text-decoration: underline;
}

/* CTA Section (Bottom) */
.page-resources-how-to-find-789win-new-link__cta-section {
    text-align: center;
    padding: 80px 20px;
    background-color: #26A9E0; /* Brand color background */
    color: #ffffff;
}

.page-resources-how-to-find-789win-new-link__cta-section .page-resources-how-to-find-789win-new-link__section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-resources-how-to-find-789win-new-link__cta-section .page-resources-how-to-find-789win-new-link__paragraph {
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #f0f0f0;
}

.page-resources-how-to-find-789win-new-link__cta-section .page-resources-how-to-find-789win-new-link__paragraph a {
    color: #ffffff;
    text-decoration: underline;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-how-to-find-789win-new-link__hero-title {
        font-size: 2.8em;
    }

    .page-resources-how-to-find-789win-new-link__section-title {
        font-size: 2em;
    }

    .page-resources-how-to-find-789win-new-link__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-find-789win-new-link {
        font-size: 16px;
        line-height: 1.6;
        padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
    }

    .page-resources-how-to-find-789win-new-link__hero-section {
        padding: 40px 15px;
    }

    .page-resources-how-to-find-789win-new-link__hero-title {
        font-size: 2.2em;
    }

    .page-resources-how-to-find-789win-new-link__hero-description {
        font-size: 1.1em;
    }

    .page-resources-how-to-find-789win-new-link__section-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-find-789win-new-link__content-section,
    .page-resources-how-to-find-789win-new-link__faq-section,
    .page-resources-how-to-find-789win-new-link__cta-section {
        padding: 50px 0;
    }

    .page-resources-how-to-find-789win-new-link__container {
        padding: 0 15px;
    }

    /* Images responsiveness */
    .page-resources-how-to-find-789win-new-link img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-resources-how-to-find-789win-new-link__hero-image-wrapper,
    .page-resources-how-to-find-789win-new-link__image-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* Video responsiveness (if any, though none currently in HTML) */
    .page-resources-how-to-find-789win-new-link video,
    .page-resources-how-to-find-789win-new-link__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    .page-resources-how-to-find-789win-new-link__video-section,
    .page-resources-how-to-find-789win-new-link__video-container,
    .page-resources-how-to-find-789win-new-link__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
    .page-resources-how-to-find-789win-new-link__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }


    /* Button responsiveness */
    .page-resources-how-to-find-789win-new-link__cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-resources-how-to-find-789win-new-link__btn-primary,
    .page-resources-how-to-find-789win-new-link__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-how-to-find-789win-new-link__feature-card {
        padding: 25px;
    }

    .page-resources-how-to-find-789win-new-link__faq-item summary {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-how-to-find-789win-new-link__faq-answer {
        padding: 0 20px 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-find-789win-new-link__hero-title {
        font-size: 1.8em;
    }

    .page-resources-how-to-find-789win-new-link__section-title {
        font-size: 1.5em;
    }

    .page-resources-how-to-find-789win-new-link__paragraph {
        font-size: 1em;
    }

    .page-resources-how-to-find-789win-new-link__list-item {
        font-size: 0.95em;
    }
}