/* style/resources-safe-gaming-on-phlove33.css */

/* Base styles for the page content */
.page-resources-safe-gaming-on-phlove33 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF; /* Explicitly set for clarity, though body is white */
    padding-top: var(--header-offset, 120px); /* Space for fixed header */
}

/* Hero Section */
.page-resources-safe-gaming-on-phlove33__hero-section {
    background-color: #000000; /* Dark background for hero */
    color: #FFFFFF; /* Light text on dark background */
    padding: 60px 20px;
    text-align: center;
    overflow: hidden; /* Ensure no horizontal scroll from image */
}

.page-resources-safe-gaming-on-phlove33__hero-container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-resources-safe-gaming-on-phlove33__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-resources-safe-gaming-on-phlove33__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #F0F0F0;
}

.page-resources-safe-gaming-on-phlove33__hero-image {
    margin-bottom: 40px;
}

.page-resources-safe-gaming-on-phlove33__hero-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    margin: 0 auto; /* Center the image */
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-resources-safe-gaming-on-phlove33__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Buttons */
.page-resources-safe-gaming-on-phlove33__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 200px; /* Ensure buttons are not too small */
    text-align: center;
}

.page-resources-safe-gaming-on-phlove33__button--register {
    background-color: #FFFFFF; /* White background for Register */
    color: #000000; /* Black text on white */
}

.page-resources-safe-gaming-on-phlove33__button--register:hover {
    background-color: #F0F0F0;
    transform: translateY(-2px);
}

.page-resources-safe-gaming-on-phlove33__button--login {
    background-color: #FCBC45; /* Yellow background for Login */
    color: #000000; /* Black text on yellow */
}

.page-resources-safe-gaming-on-phlove33__button--login:hover {
    background-color: #E0A83A;
    transform: translateY(-2px);
}

/* Article Content Area */
.page-resources-safe-gaming-on-phlove33__content-area {
    max-width: 900px; /* Adjusted for better readability of long articles */
    margin: 0 auto;
    padding: 40px 20px;
}

.page-resources-safe-gaming-on-phlove33__article {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-safe-gaming-on-phlove33__article-heading {
    font-size: 2em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-resources-safe-gaming-on-phlove33__article-subheading {
    font-size: 1.5em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-resources-safe-gaming-on-phlove33__article-paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-safe-gaming-on-phlove33__article-list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-safe-gaming-on-phlove33__article-list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #333333;
}

.page-resources-safe-gaming-on-phlove33__image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.page-resources-safe-gaming-on-phlove33__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-resources-safe-gaming-on-phlove33__text-link {
    color: #FCBC45; /* Yellow for links */
    text-decoration: none;
    font-weight: bold;
}

.page-resources-safe-gaming-on-phlove33__text-link:hover {
    text-decoration: underline;
}

/* Call to Action at the end of the article */
.page-resources-safe-gaming-on-phlove33__call-to-action {
    background-color: #000000; /* Dark background */
    color: #FFFFFF; /* Light text */
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
}

.page-resources-safe-gaming-on-phlove33__call-to-action-text {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #F0F0F0;
}

.page-resources-safe-gaming-on-phlove33__call-to-action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Back to Resources Link */
.page-resources-safe-gaming-on-phlove33__back-link-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-safe-gaming-on-phlove33__back-link {
    display: inline-block;
    padding: 10px 25px;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.page-resources-safe-gaming-on-phlove33__back-link:hover {
    background-color: #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-safe-gaming-on-phlove33__hero-title {
        font-size: 2em;
    }

    .page-resources-safe-gaming-on-phlove33__hero-description {
        font-size: 1em;
    }

    .page-resources-safe-gaming-on-phlove33__hero-actions {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-safe-gaming-on-phlove33__button {
        width: 100%;
        max-width: 300px; /* Limit button width on small screens */
    }

    .page-resources-safe-gaming-on-phlove33__content-area {
        padding: 20px 15px;
    }

    .page-resources-safe-gaming-on-phlove33__article-heading {
        font-size: 1.6em;
    }

    .page-resources-safe-gaming-on-phlove33__article-subheading {
        font-size: 1.3em;
    }

    .page-resources-safe-gaming-on-phlove33__article-paragraph,
    .page-resources-safe-gaming-on-phlove33__article-list-item {
        font-size: 1em;
    }

    /* Ensure images are responsive and do not overflow */
    .page-resources-safe-gaming-on-phlove33 img {
        max-width: 100%;
        height: auto;
    }
    .page-resources-safe-gaming-on-phlove33 {
        max-width: 100%;
        overflow-x: hidden;
    }
}