.page-resources-y8-games-trends {
    color: #333333; /* Dark text for light body background */
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
    background-color: #f4f4f4; /* Explicitly set for content area for consistency */
}

.page-resources-y8-games-trends__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-y8-games-trends__hero-section {
    position: relative;
    text-align: center;
    padding: 80px 20px;
    background-color: #1A1A1A; /* Dark background for hero */
    color: #ffffff; /* Light text on dark background */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px; /* Ensure hero section has a minimum height */
}

.page-resources-y8-games-trends__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25; /* Subtle background */
    z-index: 0;
}

.page-resources-y8-games-trends__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-y8-games-trends__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.page-resources-y8-games-trends__hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-y8-games-trends__button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-y8-games-trends__button {
    display: inline-block;
    background-color: #FFD700;
    color: #1A1A1A;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.page-resources-y8-games-trends__button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-y8-games-trends__article-section {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-y8-games-trends__article-title {
    font-size: 2.5em;
    color: #1A1A1A;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3;
}

.page-resources-y8-games-trends__article-subtitle {
    font-size: 1.8em;
    color: #1A1A1A;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-y8-games-trends__article-heading-3 {
    font-size: 1.4em;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-y8-games-trends__article-paragraph {
    margin-bottom: 18px;
    color: #333333;
    font-size: 1.1em;
    line-height: 1.7;
}

.page-resources-y8-games-trends__article-image {
    display: block;
    margin: 35px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-resources-y8-games-trends__article-list {
    list-style: disc;
    margin-bottom: 18px;
    padding-left: 25px;
    color: #333333;
}

.page-resources-y8-games-trends__article-list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-resources-y8-games-trends__quote-block {
    background-color: #fffbe6; /* Lighter gold background */
    border-left: 5px solid #FFD700;
    padding: 20px 25px;
    margin: 25px 0;
    font-style: italic;
    color: #555555;
    border-radius: 0 8px 8px 0;
    line-height: 1.5;
}

.page-resources-y8-games-trends__return-link-section {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-y8-games-trends__return-link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-y8-games-trends__return-link:hover {
    color: #e6c200;
    text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
    .page-resources-y8-games-trends__hero-section {
        padding: 60px 15px;
        min-height: 350px;
    }

    .page-resources-y8-games-trends__hero-title {
        font-size: 2.5em;
    }

    .page-resources-y8-games-trends__hero-description {
        font-size: 1em;
        margin-bottom: 30px;
    }

    .page-resources-y8-games-trends__button-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-y8-games-trends__button {
        width: 100%;
        padding: 12px 20px;
    }

    .page-resources-y8-games-trends__article-section {
        margin: 20px auto;
        padding: 20px;
    }

    .page-resources-y8-games-trends__article-title {
        font-size: 2em;
    }

    .page-resources-y8-games-trends__article-subtitle {
        font-size: 1.5em;
    }

    .page-resources-y8-games-trends__article-heading-3 {
        font-size: 1.2em;
    }

    .page-resources-y8-games-trends__article-paragraph,
    .page-resources-y8-games-trends__article-list-item,
    .page-resources-y8-games-trends__return-link {
        font-size: 1em;
    }

    /* Enforce mobile image scaling */
    .page-resources-y8-games-trends img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .page-resources-y8-games-trends__hero-section {
        padding: 40px 10px;
        min-height: 300px;
    }

    .page-resources-y8-games-trends__hero-title {
        font-size: 1.8em;
    }

    .page-resources-y8-games-trends__hero-description {
        font-size: 0.9em;
        margin-bottom: 25px;
    }

    .page-resources-y8-games-trends__button {
        font-size: 1em;
        padding: 10px 15px;
    }

    .page-resources-y8-games-trends__article-title {
        font-size: 1.8em;
    }

    .page-resources-y8-games-trends__article-subtitle {
        font-size: 1.3em;
    }
}