/* style/game-guides-low-volatility-slot-strategy.css */
.page-game-guides-low-volatility-slot-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-game-guides-low-volatility-slot-strategy .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-game-guides-low-volatility-slot-strategy .hero-section {
    background: linear-gradient(135deg, #0A2463, #3B5998);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-guides-low-volatility-slot-strategy .hero-section h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-low-volatility-slot-strategy .hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #E0E0E0;
}

/* Buttons */
.page-game-guides-low-volatility-slot-strategy .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    margin: 10px 10px 0 0;
}

.page-game-guides-low-volatility-slot-strategy .btn-primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-game-guides-low-volatility-slot-strategy .btn-primary:hover {
    background-color: #e6c200;
    color: #0A2463;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-game-guides-low-volatility-slot-strategy .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-guides-low-volatility-slot-strategy .btn-secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-game-guides-low-volatility-slot-strategy .btn-large {
    padding: 15px 30px;
    font-size: 1.1em;
}

/* Content Section */
.page-game-guides-low-volatility-slot-strategy .content-section {
    padding: 60px 0;
}

.page-game-guides-low-volatility-slot-strategy article {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-game-guides-low-volatility-slot-strategy h2 {
    color: #0A2463;
    font-size: 2.2em;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-game-guides-low-volatility-slot-strategy h3 {
    color: #0A2463;
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-guides-low-volatility-slot-strategy p {
    margin-bottom: 15px;
    font-size: 1.05em;
    color: #444;
}

.page-game-guides-low-volatility-slot-strategy strong {
    color: #0A2463;
}

.page-game-guides-low-volatility-slot-strategy ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-game-guides-low-volatility-slot-strategy ul li {
    margin-bottom: 10px;
    font-size: 1.0em;
}

.page-game-guides-low-volatility-slot-strategy .content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Call to Action Block */
.page-game-guides-low-volatility-slot-strategy .cta-block {
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-game-guides-low-volatility-slot-strategy .cta-block h3 {
    color: #FFD700;
    font-size: 2em;
    margin-bottom: 15px;
}

.page-game-guides-low-volatility-slot-strategy .cta-block p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-guides-low-volatility-slot-strategy .hero-section h1 {
        font-size: 2.5em;
    }

    .page-game-guides-low-volatility-slot-strategy .hero-section p {
        font-size: 1em;
    }

    .page-game-guides-low-volatility-slot-strategy h2 {
        font-size: 1.8em;
    }

    .page-game-guides-low-volatility-slot-strategy h3 {
        font-size: 1.5em;
    }

    .page-game-guides-low-volatility-slot-strategy article {
        padding: 20px;
    }

    .page-game-guides-low-volatility-slot-strategy .btn {
        display: block;
        margin: 10px auto;
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-game-guides-low-volatility-slot-strategy .hero-section h1 {
        font-size: 2em;
    }

    .page-game-guides-low-volatility-slot-strategy .btn-large {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-game-guides-low-volatility-slot-strategy .cta-block h3 {
        font-size: 1.6em;
    }
}