/* style/betting-platform-reviews-slot-games-evaluation.css */

/* Biến CSS */
:root {
    --page-888bet-primary: #0A2463;
    --page-888bet-secondary: #FFD700;
    --page-888bet-text-dark: #333333;
    --page-888bet-text-light: #ffffff;
    --page-888bet-background-light: #f9f9f9;
    --page-888bet-background-dark: #1a1a1a;
    --page-888bet-accent-gold: #FFC107;
    --page-888bet-border-color: #e0e0e0;
}

.page-betting-platform-reviews-slot-games-evaluation {
    font-family: 'Arial', sans-serif;
    color: var(--page-888bet-text-dark);
    line-height: 1.6;
    background-color: var(--page-888bet-background-light);
}

.page-betting-platform-reviews-slot-games-evaluation__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-betting-platform-reviews-slot-games-evaluation__section-title {
    font-size: 2.5em;
    color: var(--page-888bet-primary);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-betting-platform-reviews-slot-games-evaluation__hero {
    background: linear-gradient(135deg, var(--page-888bet-primary) 0%, #2A4F8F 100%);
    color: var(--page-888bet-text-light);
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.page-betting-platform-reviews-slot-games-evaluation__hero-content {
    max-width: 600px;
}

.page-betting-platform-reviews-slot-games-evaluation__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-888bet-secondary);
    line-height: 1.2;
}

.page-betting-platform-reviews-slot-games-evaluation__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    opacity: 0.9;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-button {
    display: inline-block;
    background-color: var(--page-888bet-secondary);
    color: var(--page-888bet-primary);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: 2px solid var(--page-888bet-secondary);
}

.page-betting-platform-reviews-slot-games-evaluation__cta-button:hover {
    background-color: var(--page-888bet-accent-gold);
    transform: translateY(-3px);
    border-color: var(--page-888bet-accent-gold);
}

.page-betting-platform-reviews-slot-games-evaluation__hero-image-wrapper {
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-betting-platform-reviews-slot-games-evaluation__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-betting-platform-reviews-slot-games-evaluation__intro,
.page-betting-platform-reviews-slot-games-evaluation__how-to-play,
.page-betting-platform-reviews-slot-games-evaluation__tips-strategy,
.page-betting-platform-reviews-slot-games-evaluation__responsible-gambling,
.page-betting-platform-reviews-slot-games-evaluation__faq,
.page-betting-platform-reviews-slot-games-evaluation__cta-bottom {
    padding: 60px 0;
}

.page-betting-platform-reviews-slot-games-evaluation__intro p,
.page-betting-platform-reviews-slot-games-evaluation__how-to-play p,
.page-betting-platform-reviews-slot-games-evaluation__tips-strategy p,
.page-betting-platform-reviews-slot-games-evaluation__responsible-gambling p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-betting-platform-reviews-slot-games-evaluation__image-full-width {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-platform-reviews-slot-games-evaluation__featured-games {
    background-color: var(--page-888bet-background-light);
    padding: 60px 0;
}

.page-betting-platform-reviews-slot-games-evaluation__game-card {
    display: flex;
    align-items: center;
    background-color: var(--page-888bet-text-light);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-platform-reviews-slot-games-evaluation__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-betting-platform-reviews-slot-games-evaluation__game-thumbnail {
    width: 250px;
    height: 180px;
    object-fit: cover;
    flex-shrink: 0;
    border-right: 1px solid var(--page-888bet-border-color);
}

.page-betting-platform-reviews-slot-games-evaluation__game-info {
    padding: 25px;
    flex-grow: 1;
}

.page-betting-platform-reviews-slot-games-evaluation__game-title {
    font-size: 1.8em;
    color: var(--page-888bet-primary);
    margin-bottom: 10px;
}

.page-betting-platform-reviews-slot-games-evaluation__game-meta {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 15px;
}

.page-betting-platform-reviews-slot-games-evaluation__game-description {
    font-size: 1em;
    color: var(--page-888bet-text-dark);
    margin-bottom: 20px;
}

.page-betting-platform-reviews-slot-games-evaluation__game-button {
    display: inline-block;
    background-color: var(--page-888bet-primary);
    color: var(--page-888bet-text-light);
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

.page-betting-platform-reviews-slot-games-evaluation__game-button:hover {
    background-color: #071a47;
}

.page-betting-platform-reviews-slot-games-evaluation__how-to-play ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
}

.page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li {
    counter-increment: item;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    font-size: 1.1em;
    color: var(--page-888bet-text-dark);
}

.page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--page-888bet-secondary);
    color: var(--page-888bet-primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
}

.page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li a {
    color: var(--page-888bet-primary);
    text-decoration: underline;
}

.page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li a:hover {
    color: #071a47;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-button--secondary {
    background-color: var(--page-888bet-primary);
    color: var(--page-888bet-text-light);
    border-color: var(--page-888bet-primary);
    margin-top: 20px;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-button--secondary:hover {
    background-color: #071a47;
    border-color: #071a47;
}

.page-betting-platform-reviews-slot-games-evaluation__tips-strategy ul {
    list-style: none;
    padding: 0;
}

.page-betting-platform-reviews-slot-games-evaluation__tips-strategy ul li {
    background-color: var(--page-888bet-text-light);
    border-left: 5px solid var(--page-888bet-secondary);
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.1em;
}

.page-betting-platform-reviews-slot-games-evaluation__faq-item {
    background-color: var(--page-888bet-text-light);
    border: 1px solid var(--page-888bet-border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-betting-platform-reviews-slot-games-evaluation__faq-question {
    font-size: 1.3em;
    color: var(--page-888bet-primary);
    padding: 18px 25px;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f4f7;
    transition: background-color 0.3s ease;
}

.page-betting-platform-reviews-slot-games-evaluation__faq-question::after {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: var(--page-888bet-secondary);
}

.page-betting-platform-reviews-slot-games-evaluation__faq-question.active::after {
    content: '-';
}

.page-betting-platform-reviews-slot-games-evaluation__faq-question:hover {
    background-color: #e6edf2;
}

.page-betting-platform-reviews-slot-games-evaluation__faq-answer {
    padding: 0 25px 15px;
    font-size: 1.05em;
    color: var(--page-888bet-text-dark);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-betting-platform-reviews-slot-games-evaluation__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding: 0 25px 25px;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-bottom {
    background-color: var(--page-888bet-primary);
    color: var(--page-888bet-text-light);
    text-align: center;
    padding: 80px 0;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-bottom-content h2 {
    color: var(--page-888bet-secondary);
    font-size: 2.8em;
    margin-bottom: 20px;
}

.page-betting-platform-reviews-slot-games-evaluation__cta-bottom-content p {
    font-size: 1.2em;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-betting-platform-reviews-slot-games-evaluation__hero {
        flex-direction: column;
        text-align: center;
        padding: 80px 20px;
    }

    .page-betting-platform-reviews-slot-games-evaluation__hero-title {
        font-size: 2.8em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__hero-image-wrapper {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin-top: 40px;
    }

    .page-betting-platform-reviews-slot-games-evaluation__game-card {
        flex-direction: column;
        text-align: center;
    }

    .page-betting-platform-reviews-slot-games-evaluation__game-thumbnail {
        width: 100%;
        height: 220px;
        border-right: none;
        border-bottom: 1px solid var(--page-888bet-border-color);
    }

    .page-betting-platform-reviews-slot-games-evaluation__game-info {
        padding: 20px;
    }

    .page-betting-platform-reviews-slot-games-evaluation__game-title {
        font-size: 1.6em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__section-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-betting-platform-reviews-slot-games-evaluation__hero-title {
        font-size: 2.2em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__hero-description {
        font-size: 1em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__section-title {
        font-size: 1.8em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__intro,
    .page-betting-platform-reviews-slot-games-evaluation__how-to-play,
    .page-betting-platform-reviews-slot-games-evaluation__tips-strategy,
    .page-betting-platform-reviews-slot-games-evaluation__responsible-gambling,
    .page-betting-platform-reviews-slot-games-evaluation__faq,
    .page-betting-platform-reviews-slot-games-evaluation__cta-bottom {
        padding: 40px 0;
    }

    .page-betting-platform-reviews-slot-games-evaluation__intro p,
    .page-betting-platform-reviews-slot-games-evaluation__how-to-play p,
    .page-betting-platform-reviews-slot-games-evaluation__tips-strategy p,
    .page-betting-platform-reviews-slot-games-evaluation__responsible-gambling p {
        font-size: 1em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li {
        padding-left: 40px;
        font-size: 1em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__how-to-play ol li::before {
        width: 30px;
        height: 30px;
        font-size: 1em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-betting-platform-reviews-slot-games-evaluation__faq-answer {
        font-size: 0.95em;
        padding: 0 20px 15px;
    }

    .page-betting-platform-reviews-slot-games-evaluation__cta-bottom-content h2 {
        font-size: 2em;
    }

    .page-betting-platform-reviews-slot-games-evaluation__cta-bottom-content p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-betting-platform-reviews-slot-games-evaluation__hero-title {
        font-size: 1.8em;
    }
    .page-betting-platform-reviews-slot-games-evaluation__section-title {
        font-size: 1.5em;
    }
    .page-betting-platform-reviews-slot-games-evaluation__game-title {
        font-size: 1.4em;
    }
    .page-betting-platform-reviews-slot-games-evaluation__faq-question {
        font-size: 1em;
    }
    .page-betting-platform-reviews-slot-games-evaluation__cta-bottom-content h2 {
        font-size: 1.8em;
    }
}