/* style/resources-w69-popular-games-analysis.css */

:root {
    --page-w69-primary-color: #1A202C;
    --page-w69-accent-color: #FFD700;
    --page-w69-text-light: #F8F9FA;
    --page-w69-text-dark: #1A202C;
    --page-w69-background-dark: #1A202C;
    --page-w69-background-light: #FFFFFF;
    --page-w69-link-color: #FFD700;
    --page-w69-link-hover-color: #E5C100;
    --page-w69-border-color: #333C4A;
}

.page-resources-w69-popular-games-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    color: var(--page-w69-text-light);
    background-color: var(--page-w69-background-dark);
    padding: 20px 0;
}

.page-resources-w69-popular-games-analysis__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-w69-popular-games-analysis__breadcrumb {
    margin-bottom: 30px;
    font-size: 0.9em;
}

.page-resources-w69-popular-games-analysis__breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.page-resources-w69-popular-games-analysis__breadcrumb li {
    display: flex;
    align-items: center;
}

.page-resources-w69-popular-games-analysis__breadcrumb li span {
    margin: 0 8px;
    color: #666;
}

.page-resources-w69-popular-games-analysis__breadcrumb a,
.page-resources-w69-popular-games-analysis__breadcrumb span {
    color: #BBBBBB;
    text-decoration: none;
}

.page-resources-w69-popular-games-analysis__breadcrumb a:hover {
    color: var(--page-w69-link-color);
}

.page-resources-w69-popular-games-analysis__breadcrumb li:last-child span {
    color: var(--page-w69-link-color);
}

.page-resources-w69-popular-games-analysis__article {
    background-color: #2A313C;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-w69-popular-games-analysis__title {
    font-size: 2.8em;
    color: var(--page-w69-accent-color);
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.2;
}

.page-resources-w69-popular-games-analysis__meta {
    font-size: 0.9em;
    color: #AAAAAA;
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-w69-popular-games-analysis__image-container {
    margin: 30px 0;
    text-align: center;
}

.page-resources-w69-popular-games-analysis__hero-image,
.page-resources-w69-popular-games-analysis__category-image,
.page-resources-w69-popular-games-analysis__tips-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-w69-popular-games-analysis__lead-paragraph {
    font-size: 1.15em;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--page-w69-text-light);
    text-align: justify;
}

.page-resources-w69-popular-games-analysis__section {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--page-w69-border-color);
}

.page-resources-w69-popular-games-analysis__section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.page-resources-w69-popular-games-analysis__section-title {
    font-size: 2em;
    color: var(--page-w69-accent-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-resources-w69-popular-games-analysis__subsection-title {
    font-size: 1.5em;
    color: var(--page-w69-text-light);
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-resources-w69-popular-games-analysis__article p {
    margin-bottom: 1em;
    color: #E0E0E0;
    text-align: justify;
}

.page-resources-w69-popular-games-analysis__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
    color: #E0E0E0;
}

.page-resources-w69-popular-games-analysis__list li {
    margin-bottom: 0.8em;
}

.page-resources-w69-popular-games-analysis__list li strong {
    color: var(--page-w69-accent-color);
}

.page-resources-w69-popular-games-analysis__article a {
    color: var(--page-w69-link-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-w69-popular-games-analysis__article a:hover {
    color: var(--page-w69-link-hover-color);
    text-decoration: underline;
}

.page-resources-w69-popular-games-analysis__button {
    display: inline-block;
    background-color: var(--page-w69-accent-color);
    color: var(--page-w69-text-dark);
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-resources-w69-popular-games-analysis__button:hover {
    background-color: var(--page-w69-link-hover-color);
    transform: translateY(-2px);
}

.page-resources-w69-popular-games-analysis__button--primary {
    background-color: var(--page-w69-accent-color);
    color: var(--page-w69-text-dark);
}

.page-resources-w69-popular-games-analysis__button--secondary {
    background-color: #4A5568;
    color: var(--page-w69-text-light);
    margin-left: 15px;
}

.page-resources-w69-popular-games-analysis__button--secondary:hover {
    background-color: #636b7a;
}

.page-resources-w69-popular-games-analysis__call-to-action-block {
    background-color: #333C4A;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid var(--page-w69-accent-color);
}

.page-resources-w69-popular-games-analysis__call-to-action-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: var(--page-w69-text-light);
}

.page-resources-w69-popular-games-analysis__game-category {
    background-color: #333C4A;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid var(--page-w69-border-color);
}

.page-resources-w69-popular-games-analysis__game-category-title {
    font-size: 1.8em;
    color: var(--page-w69-accent-color);
    margin-bottom: 15px;
}

.page-resources-w69-popular-games-analysis__image-wrapper {
    margin: 20px 0;
    text-align: center;
}

.page-resources-w69-popular-games-analysis__button-group {
    margin-top: 30px;
    text-align: center;
}

.page-resources-w69-popular-games-analysis__back-link {
    margin-top: 50px;
    text-align: center;
    font-size: 1.1em;
}

.page-resources-w69-popular-games-analysis__back-link a {
    color: #BBBBBB;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-w69-popular-games-analysis__back-link a:hover {
    color: var(--page-w69-link-color);
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-w69-popular-games-analysis__title {
        font-size: 2.2em;
    }

    .page-resources-w69-popular-games-analysis__section-title {
        font-size: 1.8em;
    }

    .page-resources-w69-popular-games-analysis__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-w69-popular-games-analysis__article {
        padding: 25px;
    }

    .page-resources-w69-popular-games-analysis__lead-paragraph {
        font-size: 1.05em;
    }

    .page-resources-w69-popular-games-analysis__button-group {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-w69-popular-games-analysis__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-w69-popular-games-analysis__title {
        font-size: 1.8em;
    }

    .page-resources-w69-popular-games-analysis__section-title {
        font-size: 1.5em;
    }

    .page-resources-w69-popular-games-analysis__article {
        padding: 15px;
    }

    .page-resources-w69-popular-games-analysis__button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .page-resources-w69-popular-games-analysis__button--secondary {
        margin-left: 0;
        margin-top: 10px;
    }
}