/* style/game-reviews-slot-game-x.css */

/* Variables for colors */
:root {
    --primary-color: #007bff;
    --secondary-color: #28a745;
    --text-dark: #333;
    --text-light: #f8f9fa;
    --bg-light: #f8f9fa;
    --bg-dark: #0056b3; /* A darker shade of primary for contrast */
    --accent-color: #ff8400; /* Complementary to primary for highlights */
}

.page-game-reviews-slot-game-x {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

.page-game-reviews-slot-game-x .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-game-reviews-slot-game-x .hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%); /* Darker blue gradient */
    color: var(--text-light);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.page-game-reviews-slot-game-x .hero-section .container {
    position: relative;
    z-index: 2;
}

.page-game-reviews-slot-game-x .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--text-light);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-slot-game-x .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-game-reviews-slot-game-x .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

/* General Section Styling */
.page-game-reviews-slot-game-x section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-game-reviews-slot-game-x section:last-of-type {
    border-bottom: none;
}

.page-game-reviews-slot-game-x .section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-game-reviews-slot-game-x .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
}

.page-game-reviews-slot-game-x .sub-title {
    font-size: 1.8em;
    color: var(--bg-dark); /* Darker blue for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid var(--secondary-color);
    padding-left: 15px;
}

.page-game-reviews-slot-game-x p {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.8;
}

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

/* Buttons */
.page-game-reviews-slot-game-x .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1.1em;
    text-align: center;
}

.page-game-reviews-slot-game-x .btn-primary {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-game-reviews-slot-game-x .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.page-game-reviews-slot-game-x .btn-secondary {
    background-color: var(--secondary-color);
    color: var(--text-light);
    border: 2px solid var(--secondary-color);
    margin-left: 15px;
}

.page-game-reviews-slot-game-x .btn-secondary:hover {
    background-color: #1c7530;
    border-color: #1c7530;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
}

.page-game-reviews-slot-game-x .btn-download {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    margin-left: 15px;
}

.page-game-reviews-slot-game-x .btn-download:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.page-game-reviews-slot-game-x .btn-large {
    padding: 15px 30px;
    font-size: 1.2em;
}

.page-game-reviews-slot-game-x .cta-buttons {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Lists */
.page-game-reviews-slot-game-x ul,
.page-game-reviews-slot-game-x ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-game-reviews-slot-game-x ul li,
.page-game-reviews-slot-game-x ol li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-game-reviews-slot-game-x .list-pros {
    list-style: none;
    padding-left: 0;
}

.page-game-reviews-slot-game-x .list-pros li {
    color: var(--secondary-color);
    font-weight: 500;
}

.page-game-reviews-slot-game-x .list-pros li i {
    margin-right: 10px;
    color: var(--secondary-color);
}

.page-game-reviews-slot-game-x .list-cons {
    list-style: none;
    padding-left: 0;
}

.page-game-reviews-slot-game-x .list-cons li {
    color: #dc3545; /* Red for cons */
    font-weight: 500;
}

.page-game-reviews-slot-game-x .list-cons li i {
    margin-right: 10px;
    color: #dc3545;
}

/* Pros and Cons Grid */
.page-game-reviews-slot-game-x .pros-cons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.page-game-reviews-slot-game-x .pros-column,
.page-game-reviews-slot-game-x .cons-column {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-game-reviews-slot-game-x .pros-column .sub-title,
.page-game-reviews-slot-game-x .cons-column .sub-title {
    text-align: center;
    border-left: none;
    padding-left: 0;
    margin-top: 0;
    color: var(--primary-color);
}
.page-game-reviews-slot-game-x .pros-column .sub-title::after,
.page-game-reviews-slot-game-x .cons-column .sub-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 10px auto 20px;
    border-radius: 2px;
}

/* FAQ Section */
.page-game-reviews-slot-game-x .faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-slot-game-x .faq-question {
    padding: 18px 25px;
    background-color: #f2f2f2;
    color: var(--primary-color);
    font-size: 1.3em;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.page-game-reviews-slot-game-x .faq-question:hover {
    background-color: #e0e0e0;
}

.page-game-reviews-slot-game-x .faq-question::after {
    content: '+';
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-game-reviews-slot-game-x .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-game-reviews-slot-game-x .faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #fdfdfd;
    color: #555;
    font-size: 1.05em;
}

.page-game-reviews-slot-game-x .faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding: 15px 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-reviews-slot-game-x .hero-title {
        font-size: 2.5em;
    }

    .page-game-reviews-slot-game-x .hero-description {
        font-size: 1.1em;
    }

    .page-game-reviews-slot-game-x .section-title {
        font-size: 2em;
    }

    .page-game-reviews-slot-game-x .sub-title {
        font-size: 1.5em;
    }

    .page-game-reviews-slot-game-x .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .page-game-reviews-slot-game-x .btn-secondary,
    .page-game-reviews-slot-game-x .btn-download {
        margin-left: 0;
    }

    .page-game-reviews-slot-game-x .pros-cons-grid {
        flex-direction: column;
    }

    .page-game-reviews-slot-game-x .pros-column,
    .page-game-reviews-slot-game-x .cons-column {
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-slot-game-x .hero-title {
        font-size: 2em;
    }

    .page-game-reviews-slot-game-x .hero-description {
        font-size: 1em;
    }

    .page-game-reviews-slot-game-x .section-title {
        font-size: 1.8em;
    }

    .page-game-reviews-slot-game-x .sub-title {
        font-size: 1.3em;
    }

    .page-game-reviews-slot-game-x .btn-large {
        padding: 12px 20px;
        font-size: 1.1em;
    }
}