.page-resources-okfun-ph-troubleshooting {
    color: #333333; /* Dark text for light body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px); /* Fixed header offset for desktop */
}

.page-resources-okfun-ph-troubleshooting__hero-section {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px; /* Minimum height for hero section */
    padding: 80px 20px;
    background-color: #000000; /* Dark background for hero */
    color: #FFFFFF; /* Light text for dark hero background */
}

.page-resources-okfun-ph-troubleshooting__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6; /* Slightly transparent overlay for readability */
}

.page-resources-okfun-ph-troubleshooting__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-resources-okfun-ph-troubleshooting__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-okfun-ph-troubleshooting__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
}

.page-resources-okfun-ph-troubleshooting__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page-resources-okfun-ph-troubleshooting__hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-okfun-ph-troubleshooting__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-okfun-ph-troubleshooting__button--login {
    background-color: #FCBC45; /* Login button color */
    color: #000000;
    border: 2px solid #FCBC45;
}

.page-resources-okfun-ph-troubleshooting__button--login:hover {
    background-color: #e0a53b;
    border-color: #e0a53b;
}

.page-resources-okfun-ph-troubleshooting__button--register {
    background-color: transparent;
    color: #FFFFFF; /* Register button text color */
    border: 2px solid #FFFFFF;
}

.page-resources-okfun-ph-troubleshooting__button--register:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.page-resources-okfun-ph-troubleshooting__content-area {
    max-width: 800px; /* Content width for readability */
    margin: 40px auto;
    padding: 0 20px;
}

.page-resources-okfun-ph-troubleshooting__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000; /* Dark text for light background */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-okfun-ph-troubleshooting__back-link:hover {
    color: #FCBC45;
}

.page-resources-okfun-ph-troubleshooting__back-link--bottom {
    margin-top: 50px;
    text-align: center;
    display: block;
}


.page-resources-okfun-ph-troubleshooting__article {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-okfun-ph-troubleshooting__article-heading {
    font-size: 2.2em;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.3;
}

.page-resources-okfun-ph-troubleshooting__article-subheading {
    font-size: 1.8em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-resources-okfun-ph-troubleshooting__article-subsubheading {
    font-size: 1.4em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.page-resources-okfun-ph-troubleshooting__article-paragraph {
    font-size: 1.1em;
    margin-bottom: 1.2em;
    color: #333333;
}

.page-resources-okfun-ph-troubleshooting__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-okfun-ph-troubleshooting__list-item {
    font-size: 1.1em;
    margin-bottom: 8px;
    color: #333333;
}

.page-resources-okfun-ph-troubleshooting__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-okfun-ph-troubleshooting__image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
    object-fit: cover;
}

.page-resources-okfun-ph-troubleshooting__text-link {
    color: #000000;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-resources-okfun-ph-troubleshooting__text-link:hover {
    color: #FCBC45;
}

.page-resources-okfun-ph-troubleshooting__cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    padding: 40px;
    background-color: #000000; /* Dark background for CTA */
    color: #FFFFFF; /* Light text for dark CTA background */
    border-radius: 10px;
    text-align: center;
}

.page-resources-okfun-ph-troubleshooting__button--play-now {
    background-color: #FCBC45;
    color: #000000;
    border: 2px solid #FCBC45;
    font-size: 1.3em;
    padding: 18px 35px;
}

.page-resources-okfun-ph-troubleshooting__button--play-now:hover {
    background-color: #e0a53b;
    border-color: #e0a53b;
}

/* Responsive design */
@media (max-width: 768px) {
    .page-resources-okfun-ph-troubleshooting__hero-title {
        font-size: 2.5em;
    }

    .page-resources-okfun-ph-troubleshooting__hero-description {
        font-size: 1em;
    }

    .page-resources-okfun-ph-troubleshooting__hero-actions {
        flex-direction: column;
    }

    .page-resources-okfun-ph-troubleshooting__button {
        width: 100%;
        max-width: 300px;
    }

    .page-resources-okfun-ph-troubleshooting__article-heading {
        font-size: 1.8em;
    }

    .page-resources-okfun-ph-troubleshooting__article-subheading {
        font-size: 1.5em;
    }

    .page-resources-okfun-ph-troubleshooting__article-subsubheading {
        font-size: 1.2em;
    }

    .page-resources-okfun-ph-troubleshooting__article-paragraph,
    .page-resources-okfun-ph-troubleshooting__list-item {
        font-size: 1em;
    }

    .page-resources-okfun-ph-troubleshooting__content-area {
        padding: 0 15px;
    }

    /* Mobile content area images must be responsive */
    .page-resources-okfun-ph-troubleshooting__image-wrapper img {
        max-width: 100%;
        height: auto;
    }
    /* Ensure all images within the content area are at least 200px wide, unless max-width: 100% makes them smaller */
    .page-resources-okfun-ph-troubleshooting img {
        min-width: 200px; /* Ensure min-width for content images */
        min-height: 200px; /* Ensure min-height for content images */
        max-width: 100%; /* Important for mobile overflow */
        height: auto; /* Important for mobile overflow */
    }
}

/* Ensure content area img CSS does not make them smaller than 200px, except for responsive max-width: 100% */
.page-resources-okfun-ph-troubleshooting img {
    /* General image styles, ensuring they are not small icons */
    min-width: 200px;
    min-height: 200px;
    object-fit: cover; /* Ensures aspect ratio is maintained and fills space */
}