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

.page-resources-sodo66-game-strategy .hero-section {
    background: linear-gradient(135deg, #2C3E50, #F39C12);
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.page-resources-sodo66-game-strategy .hero-section .back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.page-resources-sodo66-game-strategy .hero-section .back-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.page-resources-sodo66-game-strategy .hero-section h1 {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-sodo66-game-strategy .hero-section .subtitle {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    opacity: 0.9;
}

.page-resources-sodo66-game-strategy .article-content {
    padding: 40px 0;
}

.page-resources-sodo66-game-strategy .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-sodo66-game-strategy h2 {
    font-size: 2em;
    color: #2C3E50;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F39C12;
    padding-bottom: 10px;
}

.page-resources-sodo66-game-strategy h3 {
    font-size: 1.6em;
    color: #F39C12;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-sodo66-game-strategy h4 {
    font-size: 1.3em;
    color: #2C3E50;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-sodo66-game-strategy p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-sodo66-game-strategy ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1em;
    color: #555;
}

.page-resources-sodo66-game-strategy ul li {
    margin-bottom: 0.5em;
}

.page-resources-sodo66-game-strategy .content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sodo66-game-strategy .btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 10px 10px 10px 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
}

.page-resources-sodo66-game-strategy .btn-primary {
    background-color: #F39C12;
    color: #ffffff;
    border: 2px solid #F39C12;
}

.page-resources-sodo66-game-strategy .btn-primary:hover {
    background-color: #e08e0b;
    border-color: #e08e0b;
    transform: translateY(-2px);
}

.page-resources-sodo66-game-strategy .btn-secondary {
    background-color: #2C3E50;
    color: #ffffff;
    border: 2px solid #2C3E50;
}

.page-resources-sodo66-game-strategy .btn-secondary:hover {
    background-color: #1a2b3c;
    border-color: #1a2b3c;
    transform: translateY(-2px);
}

.page-resources-sodo66-game-strategy .btn-tertiary {
    background-color: #6c757d;
    color: #ffffff;
    border: 2px solid #6c757d;
}

.page-resources-sodo66-game-strategy .btn-tertiary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
    transform: translateY(-2px);
}

.page-resources-sodo66-game-strategy .btn-ghost {
    background-color: transparent;
    color: #2C3E50;
    border: 2px solid #2C3E50;
}

.page-resources-sodo66-game-strategy .btn-ghost:hover {
    background-color: #2C3E50;
    color: #ffffff;
    transform: translateY(-2px);
}

.page-resources-sodo66-game-strategy .cta-buttons {
    margin-top: 40px;
    text-align: center;
}

.page-resources-sodo66-game-strategy .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .page-resources-sodo66-game-strategy .hero-section h1 {
        font-size: 2em;
    }
    .page-resources-sodo66-game-strategy .hero-section .subtitle {
        font-size: 1em;
    }
    .page-resources-sodo66-game-strategy .content-wrapper {
        padding: 20px;
    }
    .page-resources-sodo66-game-strategy h2 {
        font-size: 1.6em;
    }
    .page-resources-sodo66-game-strategy h3 {
        font-size: 1.3em;
    }
    .page-resources-sodo66-game-strategy .btn {
        display: block;
        margin: 10px auto;
    }
    .page-resources-sodo66-game-strategy .hero-section .back-link {
        top: 10px;
        left: 10px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .page-resources-sodo66-game-strategy .hero-section {
        padding: 60px 15px;
    }
    .page-resources-sodo66-game-strategy .hero-section h1 {
        font-size: 1.8em;
    }
    .page-resources-sodo66-game-strategy .content-wrapper {
        padding: 15px;
    }
    .page-resources-sodo66-game-strategy p, .page-resources-sodo66-game-strategy ul li {
        font-size: 0.95em;
    }
}