/* style/resources-sv66-link-latest-access.css */
.page-resources-sv66-link-latest-access {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light background */
    background-color: #FFFFFF; /* Explicitly light background */
}

.page-resources-sv66-link-latest-access__hero-section {
    position: relative;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
    background-color: #26A9E0; /* Brand primary color */
    color: #FFFFFF; /* White text for dark background */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent image overflow */
}

.page-resources-sv66-link-latest-access__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 30px;
}

.page-resources-sv66-link-latest-access__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-resources-sv66-link-latest-access__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-resources-sv66-link-latest-access__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-sv66-link-latest-access__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2; /* Subtle background effect */
    filter: none; /* No color filters */
}

.page-resources-sv66-link-latest-access__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #FFFFFF; /* Explicitly light background */
    color: #333333; /* Dark text for light background */
}

.page-resources-sv66-link-latest-access__section-title {
    font-size: 2em;
    color: #26A9E0; /* Brand primary color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-sv66-link-latest-access__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #EA7C07; /* Login color for accent */
    margin: 10px auto 0;
    border-radius: 2px;
}

.page-resources-sv66-link-latest-access__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-resources-sv66-link-latest-access__highlight {
    font-weight: bold;
    color: #26A9E0; /* Brand primary color for highlights */
}

.page-resources-sv66-link-latest-access__inline-link {
    color: #26A9E0; /* Brand primary color for links */
    text-decoration: underline;
}

.page-resources-sv66-link-latest-access__inline-link:hover {
    color: #EA7C07; /* Login color on hover */
}

.page-resources-sv66-link-latest-access__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-resources-sv66-link-latest-access__card {
    background-color: #f8f8f8; /* Light gray background for cards */
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    color: #333333;
}

.page-resources-sv66-link-latest-access__card-title {
    font-size: 1.5em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-sv66-link-latest-access__card-text {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.page-resources-sv66-link-latest-access__card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    filter: none; /* No color filters */
}

.page-resources-sv66-link-latest-access__ordered-list,
.page-resources-sv66-link-latest-access__unordered-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-resources-sv66-link-latest-access__list-item {
    background-color: #f0f8ff; /* Very light blue for list items */
    border-left: 5px solid #26A9E0;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 1.05em;
    color: #333333;
}

.page-resources-sv66-link-latest-access__list-title {
    font-size: 1.3em;
    color: #26A9E0;
    margin-bottom: 10px;
}

.page-resources-sv66-link-latest-access__list-text {
    font-size: 1em;
    line-height: 1.6;
}

.page-resources-sv66-link-latest-access__game-showcase {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.page-resources-sv66-link-latest-access__game-image {
    flex: 1;
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    filter: none; /* No color filters */
}

.page-resources-sv66-link-latest-access__game-list {
    flex: 1;
    max-width: 50%;
}

.page-resources-sv66-link-latest-access__game-list-title {
    font-size: 1.6em;
    color: #26A9E0;
    margin-bottom: 15px;
}

.page-resources-sv66-link-latest-access__game-list .page-resources-sv66-link-latest-access__unordered-list {
    margin-top: 15px;
}

.page-resources-sv66-link-latest-access__game-list .page-resources-sv66-link-latest-access__list-item {
    border-left: 3px solid #EA7C07;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-sv66-link-latest-access__grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-sv66-link-latest-access__image-center {
    display: block;
    margin: 40px auto;
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    filter: none; /* No color filters */
}

.page-resources-sv66-link-latest-access__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-resources-sv66-link-latest-access__btn-primary,
.page-resources-sv66-link-latest-access__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;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%; /* Ensure responsiveness */
}

.page-resources-sv66-link-latest-access__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #FFFFFF;
    border: 2px solid #EA7C07;
}

.page-resources-sv66-link-latest-access__btn-primary:hover {
    background-color: #d46a00;
    border-color: #d46a00;
}

.page-resources-sv66-link-latest-access__btn-secondary {
    background-color: transparent;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-resources-sv66-link-latest-access__btn-secondary:hover {
    background-color: #26A9E0;
    color: #FFFFFF;
}

.page-resources-sv66-link-latest-access__cta-final {
    text-align: center;
    margin-top: 60px;
}

/* FAQ Section */
.page-resources-sv66-link-latest-access__faq-container {
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-resources-sv66-link-latest-access__faq-item {
    background-color: #f0f8ff; /* Very light blue for FAQ items */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #333333;
}

.page-resources-sv66-link-latest-access__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #26A9E0;
    cursor: pointer;
    background-color: #e6f7ff; /* Slightly darker light blue */
    list-style: none; /* For details/summary */
}

.page-resources-sv66-link-latest-access__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome */
}

.page-resources-sv66-link-latest-access__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #EA7C07; /* Accent color for toggle */
}

.page-resources-sv66-link-latest-access__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #555555;
    background-color: #f8f8f8;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-resources-sv66-link-latest-access__hero-title {
        font-size: 2.2em;
    }
    .page-resources-sv66-link-latest-access__hero-description {
        font-size: 1.1em;
    }
    .page-resources-sv66-link-latest-access__game-showcase {
        flex-direction: column;
        align-items: center;
    }
    .page-resources-sv66-link-latest-access__game-image,
    .page-resources-sv66-link-latest-access__game-list {
        max-width: 100%;
    }
    .page-resources-sv66-link-latest-access__grid-2-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    /* Mobile specific styles */
    .page-resources-sv66-link-latest-access {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-resources-sv66-link-latest-access__hero-section {
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
    }

    .page-resources-sv66-link-latest-access__hero-title {
        font-size: 1.8em;
    }

    .page-resources-sv66-link-latest-access__hero-description {
        font-size: 1em;
    }

    .page-resources-sv66-link-latest-access__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding to prevent overflow */
    }

    .page-resources-sv66-link-latest-access__btn-primary,
    .page-resources-sv66-link-latest-access__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding: 12px 20px !important;
    }

    .page-resources-sv66-link-latest-access__content-area {
        padding: 30px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-resources-sv66-link-latest-access__section-title {
        font-size: 1.6em;
        margin-bottom: 30px;
    }

    .page-resources-sv66-link-latest-access__paragraph {
        font-size: 1em;
    }

    .page-resources-sv66-link-latest-access__feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-resources-sv66-link-latest-access__card {
        padding: 20px;
        min-height: auto;
    }

    .page-resources-sv66-link-latest-access__card-title {
        font-size: 1.3em;
    }

    .page-resources-sv66-link-latest-access__list-item {
        padding: 12px 15px;
        font-size: 1em;
    }

    .page-resources-sv66-link-latest-access__list-title {
        font-size: 1.1em;
    }

    .page-resources-sv66-link-latest-access__game-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .page-resources-sv66-link-latest-access__game-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .page-resources-sv66-link-latest-access__image-center {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-resources-sv66-link-latest-access__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-resources-sv66-link-latest-access__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.95em;
    }

    /* All images must be responsive */
    .page-resources-sv66-link-latest-access img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
   }}