/* style/resources-888bet-login-faq.css */
.page-resources-888bet-login-faq {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

.page-resources-888bet-login-faq__hero {
    background: linear-gradient(135deg, #0A2463 0%, #1A3E7D 100%);
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-888bet-login-faq__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,blue_gold_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-888bet-login-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.page-resources-888bet-login-faq__title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-888bet-login-faq__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-888bet-login-faq__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-888bet-login-faq__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-888bet-login-faq__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-resources-888bet-login-faq__article-body {
    max-width: 800px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-888bet-login-faq__intro-text {
    font-size: 1.1em;
    margin-bottom: 40px;
    line-height: 1.8;
    color: #555;
}

.page-resources-888bet-login-faq__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-888bet-login-faq__back-link:hover {
    color: #FFD700;
}

.page-resources-888bet-login-faq__heading {
    font-size: 2em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-888bet-login-faq__article-body p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #444;
}

.page-resources-888bet-login-faq__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-888bet-login-faq__list li {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.6;
}

.page-resources-888bet-login-faq__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-888bet-login-faq__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-888bet-login-faq__image-caption {
    font-style: italic;
    color: #777;
    margin-top: 10px;
    font-size: 0.9em;
}

.page-resources-888bet-login-faq__conclusion-text {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    text-align: center;
    color: #0A2463;
}

.page-resources-888bet-login-faq__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}

.page-resources-888bet-login-faq__cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #0A2463;
    font-weight: bold;
}

.page-resources-888bet-login-faq__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-888bet-login-faq__title {
        font-size: 2.5em;
    }

    .page-resources-888bet-login-faq__subtitle {
        font-size: 1.1em;
    }

    .page-resources-888bet-login-faq__heading {
        font-size: 1.8em;
    }

    .page-resources-888bet-login-faq__article-body {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-888bet-login-faq__title {
        font-size: 2em;
    }

    .page-resources-888bet-login-faq__subtitle {
        font-size: 1em;
    }

    .page-resources-888bet-login-faq__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-888bet-login-faq__heading {
        font-size: 1.5em;
    }

    .page-resources-888bet-login-faq__article-body {
        padding: 15px;
    }

    .page-resources-888bet-login-faq__cta-bottom p {
        font-size: 1.1em;
    }

    .page-resources-888bet-login-faq__cta-button--large {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}