/* style/resources-f88bet-popular-games-review.css */
.page-resources-f88bet-popular-games-review {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-f88bet-popular-games-review__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-f88bet-popular-games-review__hero-section {
    background-color: #0A192F;
    color: #f8f8f8;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-f88bet-popular-games-review__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.9), rgba(224, 185, 43, 0.2));
    z-index: 1;
}

.page-resources-f88bet-popular-games-review__hero-section > .page-resources-f88bet-popular-games-review__container {
    position: relative;
    z-index: 2;
}

.page-resources-f88bet-popular-games-review__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #f8f8f8;
    line-height: 1.2;
}

.page-resources-f88bet-popular-games-review__hero-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-f88bet-popular-games-review__section-title {
    font-size: 2.5em;
    color: #0A192F;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-f88bet-popular-games-review__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E0B92B;
    border-radius: 2px;
}

.page-resources-f88bet-popular-games-review__sub-title {
    font-size: 1.8em;
    color: #0A192F;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #E0B92B;
    padding-left: 15px;
}

.page-resources-f88bet-popular-games-review__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-f88bet-popular-games-review__paragraph--note {
    font-style: italic;
    color: #666;
    border-left: 3px solid #E0B92B;
    padding-left: 10px;
    margin-top: 30px;
}

.page-resources-f88bet-popular-games-review__highlight {
    color: #E0B92B;
}

.page-resources-f88bet-popular-games-review__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-resources-f88bet-popular-games-review__button--primary {
    background-color: #E0B92B;
    color: #0A192F;
    border: 2px solid #E0B92B;
}

.page-resources-f88bet-popular-games-review__button--primary:hover {
    background-color: #c9a524;
    border-color: #c9a524;
    transform: translateY(-2px);
}

.page-resources-f88bet-popular-games-review__button--secondary {
    background-color: transparent;
    color: #0A192F;
    border: 2px solid #0A192F;
    margin-left: 15px;
}

.page-resources-f88bet-popular-games-review__button--secondary:hover {
    background-color: #0A192F;
    color: #f8f8f8;
    transform: translateY(-2px);
}

.page-resources-f88bet-popular-games-review__content-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-f88bet-popular-games-review__content-section:nth-of-type(even) {
    background-color: #fcfcfc;
}

.page-resources-f88bet-popular-games-review__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-f88bet-popular-games-review__image--full-width {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-f88bet-popular-games-review__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-f88bet-popular-games-review__feature-item {
    background-color: #fcfcfc;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 5px solid #0A192F;
}

.page-resources-f88bet-popular-games-review__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-f88bet-popular-games-review__feature-title {
    font-size: 1.5em;
    color: #0A192F;
    margin-bottom: 15px;
}

.page-resources-f88bet-popular-games-review__feature-description {
    color: #555;
    font-size: 1em;
}

.page-resources-f88bet-popular-games-review__list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-resources-f88bet-popular-games-review__list-item {
    background-color: #eaf1f8;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #0A192F;
    font-size: 1.1em;
    border-left: 5px solid #E0B92B;
}

.page-resources-f88bet-popular-games-review__list-item strong {
    color: #0A192F;
}

.page-resources-f88bet-popular-games-review__cta-section {
    background-color: #0A192F;
    color: #f8f8f8;
    padding: 80px 0;
    text-align: center;
    margin-top: 40px;
}

.page-resources-f88bet-popular-games-review__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #f8f8f8;
}

.page-resources-f88bet-popular-games-review__cta-description {
    font-size: 1.3em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-resources-f88bet-popular-games-review__cta-buttons .page-resources-f88bet-popular-games-review__button--secondary {
    color: #f8f8f8;
    border-color: #f8f8f8;
}

.page-resources-f88bet-popular-games-review__cta-buttons .page-resources-f88bet-popular-games-review__button--secondary:hover {
    background-color: #f8f8f8;
    color: #0A192F;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-f88bet-popular-games-review__hero-title {
        font-size: 2.8em;
    }
    .page-resources-f88bet-popular-games-review__section-title {
        font-size: 2em;
    }
    .page-resources-f88bet-popular-games-review__cta-title {
        font-size: 2.5em;
    }
}

@media (max-width: 768px) {
    .page-resources-f88bet-popular-games-review__hero-title {
        font-size: 2.2em;
    }
    .page-resources-f88bet-popular-games-review__hero-description {
        font-size: 1em;
    }
    .page-resources-f88bet-popular-games-review__section-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-popular-games-review__sub-title {
        font-size: 1.5em;
    }
    .page-resources-f88bet-popular-games-review__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-resources-f88bet-popular-games-review__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-f88bet-popular-games-review__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-resources-f88bet-popular-games-review__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-resources-f88bet-popular-games-review__cta-buttons .page-resources-f88bet-popular-games-review__button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-f88bet-popular-games-review__hero-title {
        font-size: 1.8em;
    }
    .page-resources-f88bet-popular-games-review__hero-section {
        padding: 60px 0;
    }
    .page-resources-f88bet-popular-games-review__section-title {
        font-size: 1.5em;
    }
    .page-resources-f88bet-popular-games-review__paragraph {
        font-size: 0.95em;
    }
    .page-resources-f88bet-popular-games-review__cta-title {
        font-size: 2em;
    }
    .page-resources-f88bet-popular-games-review__cta-description {
        font-size: 1.1em;
    }
}