/* style/resources-how-to-choose-jj88-games.css */

.page-resources-how-to-choose-jj88-games {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-resources-how-to-choose-jj88-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-how-to-choose-jj88-games__hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-how-to-choose-jj88-games__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-resources-how-to-choose-jj88-games__hero-section h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-jj88-games__hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-how-to-choose-jj88-games__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-how-to-choose-jj88-games__section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-resources-how-to-choose-jj88-games__section--dark {
    background-color: #e6eef5; /* Lighter shade of main color for contrast */
    color: #003366;
}

.page-resources-how-to-choose-jj88-games__section--dark h2,
.page-resources-how-to-choose-jj88-games__section--dark h3 {
    color: #001a33;
}

.page-resources-how-to-choose-jj88-games__section h2 {
    font-size: 2.5em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-how-to-choose-jj88-games__section h2::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-radius: 2px;
}

.page-resources-how-to-choose-jj88-games__section h3 {
    font-size: 1.8em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-how-to-choose-jj88-games__section p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-resources-how-to-choose-jj88-games__section ul {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-jj88-games__section li {
    margin-bottom: 8px;
    font-size: 1.05em;
    color: #555;
}

.page-resources-how-to-choose-jj88-games__image-small {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-jj88-games__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #003366;
    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;
    margin-top: 20px;
    border: 2px solid #FFD700;
}

.page-resources-how-to-choose-jj88-games__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-how-to-choose-jj88-games__cta-button--secondary {
    background-color: #003366;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-resources-how-to-choose-jj88-games__cta-button--secondary:hover {
    background-color: #001a33;
    color: #fff;
}

.page-resources-how-to-choose-jj88-games__inline-link {
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

.page-resources-how-to-choose-jj88-games__inline-link:hover {
    color: #FFD700;
}

.page-resources-how-to-choose-jj88-games__faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-choose-jj88-games__faq-item h3 {
    color: #003366;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-how-to-choose-jj88-games__faq-item p {
    color: #555;
    margin-bottom: 0;
}

.page-resources-how-to-choose-jj88-games__call-to-action {
    background-color: #003366;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.page-resources-how-to-choose-jj88-games__call-to-action h2 {
    color: #FFD700;
    font-size: 2.8em;
    margin-bottom: 20px;
}

.page-resources-how-to-choose-jj88-games__call-to-action h2::after {
    background-color: #FFD700;
}

.page-resources-how-to-choose-jj88-games__call-to-action p {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-resources-how-to-choose-jj88-games__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-how-to-choose-jj88-games__hero-section h1 {
        font-size: 2.5em;
    }

    .page-resources-how-to-choose-jj88-games__hero-section p {
        font-size: 1em;
    }

    .page-resources-how-to-choose-jj88-games__section h2 {
        font-size: 2em;
    }

    .page-resources-how-to-choose-jj88-games__section h3 {
        font-size: 1.5em;
    }

    .page-resources-how-to-choose-jj88-games__cta-button {
        padding: 12px 25px;
        font-size: 1em;
        margin-left: 0;
        margin-top: 15px;
    }

    .page-resources-how-to-choose-jj88-games__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-resources-how-to-choose-jj88-games__cta-button--secondary {
        margin-left: 0;
    }

    .page-resources-how-to-choose-jj88-games__call-to-action h2 {
        font-size: 2em;
    }

    .page-resources-how-to-choose-jj88-games__call-to-action p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-how-to-choose-jj88-games__hero-section {
        padding: 60px 15px;
    }

    .page-resources-how-to-choose-jj88-games__section {
        padding: 40px 0;
    }

    .page-resources-how-to-choose-jj88-games__container {
        padding: 15px;
    }
}