/* style/resources-fun88-security-review.css */
.page-resources-fun88-security-review-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.page-resources-fun88-security-review-hero {
    background: linear-gradient(135deg, #0A2463 0%, #E3BA2E 100%);
    color: #FFFFFF;
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 40px;
}

.page-resources-fun88-security-review-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-resources-fun88-security-review-paragraph {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

.page-resources-fun88-security-review-hero .page-resources-fun88-security-review-paragraph {
    color: #f0f0f0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-fun88-security-review-cta-button {
    display: inline-block;
    background-color: #E3BA2E;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-fun88-security-review-cta-button:hover {
    background-color: #f5cb5f;
    transform: translateY(-2px);
}

.page-resources-fun88-security-review-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.page-resources-fun88-security-review-section-title {
    font-size: 2em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E3BA2E;
    padding-bottom: 10px;
}

.page-resources-fun88-security-review-subsection-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-fun88-security-review-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-fun88-security-review-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.8;
}

.page-resources-fun88-security-review-list-item {
    margin-bottom: 10px;
}

.page-resources-fun88-security-review-quote {
    background-color: #f8f8f8;
    border-left: 5px solid #E3BA2E;
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

.page-resources-fun88-security-review-button {
    display: inline-block;
    background-color: #0A2463;
    color: #FFFFFF;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease;
}

.page-resources-fun88-security-review-button:hover {
    background-color: #1a3a7c;
}

.page-resources-fun88-security-review-return-link-wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.page-resources-fun88-security-review-return-link {
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-fun88-security-review-return-link:hover {
    color: #E3BA2E;
    text-decoration: underline;
}

.page-resources-fun88-security-review-keyword {
    font-weight: bold;
    color: #0A2463;
}

.page-resources-fun88-security-review-faq-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.page-resources-fun88-security-review-faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.page-resources-fun88-security-review-faq-item:last-child {
    border-bottom: none;
}

.page-resources-fun88-security-review-faq-question {
    font-size: 1.3em;
    color: #0A2463;
    margin-bottom: 10px;
}

.page-resources-fun88-security-review-faq-answer {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 768px) {
    .page-resources-fun88-security-review-title {
        font-size: 2em;
    }
    .page-resources-fun88-security-review-section-title {
        font-size: 1.6em;
    }
    .page-resources-fun88-security-review-subsection-title {
        font-size: 1.3em;
    }
    .page-resources-fun88-security-review-paragraph {
        font-size: 1em;
    }
    .page-resources-fun88-security-review-cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-fun88-security-review-hero {
        padding: 40px 15px;
    }
    .page-resources-fun88-security-review-title {
        font-size: 1.8em;
    }
    .page-resources-fun88-security-review-section-title {
        font-size: 1.4em;
    }
    .page-resources-fun88-security-review-subsection-title {
        font-size: 1.2em;
    }
    .page-resources-fun88-security-review-cta-button {
        width: 100%;
        box-sizing: border-box;
    }
}