/* style/resources-bcx88-game-strategy.css */
.page-resources-bcx88-game-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

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

.page-resources-bcx88-game-strategy .back-to-home-link:hover {
    color: #FFD700;
}

.page-resources-bcx88-game-strategy .back-to-home-link.bottom-link {
    margin-top: 40px;
}

.page-resources-bcx88-game-strategy .article-title {
    font-size: 2.5em;
    color: #0A2463;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-resources-bcx88-game-strategy .article-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.page-resources-bcx88-game-strategy .article-intro p {
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-resources-bcx88-game-strategy .article-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-resources-bcx88-game-strategy .article-section {
    margin-bottom: 40px;
}

.page-resources-bcx88-game-strategy .section-title {
    font-size: 2em;
    color: #0A2463;
    margin-bottom: 20px;
    padding-top: 15px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-bcx88-game-strategy .subsection-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-bcx88-game-strategy p {
    margin-bottom: 15px;
    font-size: 1em;
}

.page-resources-bcx88-game-strategy ul,
.page-resources-bcx88-game-strategy ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-resources-bcx88-game-strategy ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.page-resources-bcx88-game-strategy ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
}

.page-resources-bcx88-game-strategy .important-note {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px;
    margin: 25px 0;
    border-radius: 4px;
    color: #856404;
}

.page-resources-bcx88-game-strategy .cta-block {
    background-color: #e6f7ff;
    border: 1px solid #91d5ff;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    text-align: center;
}

.page-resources-bcx88-game-strategy .cta-block p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #0A2463;
    font-weight: bold;
}

.page-resources-bcx88-game-strategy .btn {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0 10px;
}

.page-resources-bcx88-game-strategy .btn:hover {
    background-color: #e6c200;
    color: #0A2463;
}

.page-resources-bcx88-game-strategy .btn-primary {
    background-color: #0A2463;
    color: #ffffff;
}

.page-resources-bcx88-game-strategy .btn-primary:hover {
    background-color: #1a3a7c;
    color: #FFD700;
}

.page-resources-bcx88-game-strategy .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
}

.page-resources-bcx88-game-strategy .final-cta {
    background-color: #f0f8ff;
    border: 1px solid #cce7ff;
}

.page-resources-bcx88-game-strategy .article-conclusion {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: center;
    font-style: italic;
    color: #555;
}

.page-resources-bcx88-game-strategy a {
    color: #0A2463;
    text-decoration: none;
}

.page-resources-bcx88-game-strategy a:hover {
    text-decoration: underline;
    color: #FFD700;
}

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

    .page-resources-bcx88-game-strategy .article-title {
        font-size: 2em;
    }

    .page-resources-bcx88-game-strategy .section-title {
        font-size: 1.7em;
    }

    .page-resources-bcx88-game-strategy .subsection-title {
        font-size: 1.3em;
    }

    .page-resources-bcx88-game-strategy .btn-large {
        padding: 12px 20px;
        font-size: 1em;
        margin: 5px;
    }
}

@media (max-width: 480px) {
    .page-resources-bcx88-game-strategy .article-title {
        font-size: 1.8em;
    }

    .page-resources-bcx88-game-strategy .section-title {
        font-size: 1.5em;
    }

    .page-resources-bcx88-game-strategy .subsection-title {
        font-size: 1.2em;
    }

    .page-resources-bcx88-game-strategy .cta-block .btn {
        display: block;
        margin: 10px auto;
    }
}