/* style/resources-mv66-popular-games-strategy.css */
.page-resources-mv66-popular-games-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-resources-mv66-popular-games-strategy .article-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-mv66-popular-games-strategy .back-to-home-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #0A2342;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-mv66-popular-games-strategy .back-to-home-link:hover {
    color: #FFD700;
}

.page-resources-mv66-popular-games-strategy .article-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-mv66-popular-games-strategy .article-title {
    font-size: 2.5em;
    color: #0A2342;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-resources-mv66-popular-games-strategy .article-meta {
    font-size: 0.9em;
    color: #6c757d;
}

.page-resources-mv66-popular-games-strategy .cta-banner {
    background-color: #0A2342;
    color: #ffffff;
    padding: 25px 20px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-mv66-popular-games-strategy .cta-banner p {
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: bold;
}

.page-resources-mv66-popular-games-strategy .cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2342;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-resources-mv66-popular-games-strategy .cta-button:hover {
    background-color: #e6c200; /* Darker gold */
    transform: translateY(-2px);
}

.page-resources-mv66-popular-games-strategy .small-button {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-resources-mv66-popular-games-strategy .article-section {
    margin-bottom: 30px;
}

.page-resources-mv66-popular-games-strategy .section-title {
    font-size: 1.8em;
    color: #0A2342;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-mv66-popular-games-strategy .subsection-title {
    font-size: 1.4em;
    color: #0A2342;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-mv66-popular-games-strategy p {
    margin-bottom: 15px;
    text-align: justify;
}

.page-resources-mv66-popular-games-strategy .image-wrapper {
    text-align: center;
    margin: 25px 0;
}

.page-resources-mv66-popular-games-strategy .article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-mv66-popular-games-strategy figcaption {
    font-size: 0.85em;
    color: #6c757d;
    margin-top: 10px;
}

.page-resources-mv66-popular-games-strategy .highlight-box {
    background-color: #e9f0f7; /* Light blue from main color */
    border-left: 5px solid #0A2342;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    font-style: italic;
}

.page-resources-mv66-popular-games-strategy ul,
.page-resources-mv66-popular-games-strategy ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-resources-mv66-popular-games-strategy ul li,
.page-resources-mv66-popular-games-strategy ol li {
    margin-bottom: 8px;
}

.page-resources-mv66-popular-games-strategy .conclusion .section-title {
    border-bottom: none;
    text-align: center;
    font-size: 2em;
}

.page-resources-mv66-popular-games-strategy .final-cta {
    margin-top: 40px;
}

.page-resources-mv66-popular-games-strategy .bottom-link {
    display: block;
    text-align: center;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-mv66-popular-games-strategy .article-container {
        margin: 20px auto;
        padding: 20px;
    }

    .page-resources-mv66-popular-games-strategy .article-title {
        font-size: 2em;
    }

    .page-resources-mv66-popular-games-strategy .section-title {
        font-size: 1.6em;
    }

    .page-resources-mv66-popular-games-strategy .subsection-title {
        font-size: 1.2em;
    }

    .page-resources-mv66-popular-games-strategy .cta-banner {
        padding: 20px 15px;
    }

    .page-resources-mv66-popular-games-strategy .cta-banner p {
        font-size: 1em;
    }

    .page-resources-mv66-popular-games-strategy .cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-resources-mv66-popular-games-strategy .article-container {
        margin: 10px auto;
        padding: 15px;
    }

    .page-resources-mv66-popular-games-strategy .article-title {
        font-size: 1.8em;
    }

    .page-resources-mv66-popular-games-strategy .section-title {
        font-size: 1.4em;
    }

    .page-resources-mv66-popular-games-strategy .subsection-title {
        font-size: 1.1em;
    }

    .page-resources-mv66-popular-games-strategy .cta-button {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }
}