/* style/resources-okfun-ph-latest-game-trends.css */

.page-resources-okfun-ph-latest-game-trends {
    background-color: #FFFFFF;
    color: #333333;
}

.page-resources-okfun-ph-latest-game-trends__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding-bottom: 50px;
}

.page-resources-okfun-ph-latest-game-trends__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-okfun-ph-latest-game-trends__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
    max-width: 900px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.page-resources-okfun-ph-latest-game-trends__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-okfun-ph-latest-game-trends__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-okfun-ph-latest-game-trends__hero-button {
    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;
    margin: 0 10px;
}

.page-resources-okfun-ph-latest-game-trends__button--register {
    background-color: #FFFFFF;
    color: #000000;
}

.page-resources-okfun-ph-latest-game-trends__button--register:hover {
    background-color: #f0f0f0;
}

.page-resources-okfun-ph-latest-game-trends__button--login {
    background-color: #FCBC45;
    color: #000000;
}

.page-resources-okfun-ph-latest-game-trends__button--login:hover {
    background-color: #e0a53a;
}

.page-resources-okfun-ph-latest-game-trends__content-area {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    line-height: 1.7;
    font-size: 1.1em;
}

.page-resources-okfun-ph-latest-game-trends__back-link {
    display: inline-block;
    margin-bottom: 40px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    transition: color 0.3s ease;
}

.page-resources-okfun-ph-latest-game-trends__back-link:hover {
    color: #FCBC45;
}

.page-resources-okfun-ph-latest-game-trends__article-heading {
    font-size: 2.5em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #000000;
}

.page-resources-okfun-ph-latest-game-trends__article-subheading {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000000;
}

.page-resources-okfun-ph-latest-game-trends__article-paragraph {
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-okfun-ph-latest-game-trends__image-figure {
    margin: 40px 0;
    text-align: center;
}

.page-resources-okfun-ph-latest-game-trends__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-okfun-ph-latest-game-trends__image-caption {
    font-style: italic;
    color: #555555;
    margin-top: 10px;
    font-size: 0.9em;
}

.page-resources-okfun-ph-latest-game-trends__inline-link {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-okfun-ph-latest-game-trends__inline-link:hover {
    color: #FCBC45;
}

.page-resources-okfun-ph-latest-game-trends__cta-buttons {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-resources-okfun-ph-latest-game-trends__cta-button {
    display: inline-block;
    padding: 18px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    margin: 0 15px;
    min-width: 200px;
}

.page-resources-okfun-ph-latest-game-trends__cta-button:hover {
    transform: translateY(-3px);
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
    .page-resources-okfun-ph-latest-game-trends__hero-title {
        font-size: 3em;
    }
    .page-resources-okfun-ph-latest-game-trends__hero-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-resources-okfun-ph-latest-game-trends__hero-section {
        min-height: 400px;
        padding-top: 0; /* Handled by shared.css body padding */
    }

    .page-resources-okfun-ph-latest-game-trends__hero-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }

    .page-resources-okfun-ph-latest-game-trends__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-resources-okfun-ph-latest-game-trends__hero-button {
        padding: 12px 25px;
        font-size: 1em;
        margin: 0 8px;
    }

    .page-resources-okfun-ph-latest-game-trends__content-area {
        margin: 20px auto;
        padding: 15px;
        font-size: 1em;
    }

    .page-resources-okfun-ph-latest-game-trends__article-heading {
        font-size: 2em;
        margin-top: 30px;
    }

    .page-resources-okfun-ph-latest-game-trends__article-subheading {
        font-size: 1.5em;
        margin-top: 25px;
    }

    .page-resources-okfun-ph-latest-game-trends__article-image {
        max-width: 100%;
        height: auto;
    }

    .page-resources-okfun-ph-latest-game-trends__cta-button {
        padding: 15px 25px;
        font-size: 1.1em;
        margin: 10px 0;
        width: 100%;
        max-width: 300px;
    }

    .page-resources-okfun-ph-latest-game-trends__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Ensure content images do not overflow */
    .page-resources-okfun-ph-latest-game-trends__article-image {
        max-width: 100%;
        height: auto;
        width: auto; /* Override explicit width if any, let max-width control */
        min-width: 200px; /* Enforce minimum size */
        min-height: 200px; /* Enforce minimum size */
    }
}

@media (max-width: 480px) {
    .page-resources-okfun-ph-latest-game-trends__hero-title {
        font-size: 1.8em;
    }
    .page-resources-okfun-ph-latest-game-trends__hero-description {
        font-size: 0.9em;
    }
    .page-resources-okfun-ph-latest-game-trends__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }
    .page-resources-okfun-ph-latest-game-trends__hero-content {
        padding: 15px;
    }
    .page-resources-okfun-ph-latest-game-trends__article-heading {
        font-size: 1.8em;
    }
    .page-resources-okfun-ph-latest-game-trends__article-subheading {
        font-size: 1.3em;
    }
    .page-resources-okfun-ph-latest-game-trends__content-area {
        padding: 10px;
    }
}