.page-resources-by88-club-safety-fairness {
    font-family: 'Arial', sans-serif;
    color: #f5e6ce; /* Light text for dark background, ensuring contrast */
    background-color: #0A1931;
    line-height: 1.6;
}

.page-resources-by88-club-safety-fairness__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-by88-club-safety-fairness__hero {
    background: linear-gradient(135deg, #0A1931, #212d40);
    padding: 80px 0;
    text-align: center;
    color: #FFD700;
}

.page-resources-by88-club-safety-fairness__title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    line-height: 1.2;
}

.page-resources-by88-club-safety-fairness__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #f5e6ce;
}

.page-resources-by88-club-safety-fairness__keyword {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-by88-club-safety-fairness__button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A1931;
    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;
    border: none;
    cursor: pointer;
}

.page-resources-by88-club-safety-fairness__button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-by88-club-safety-fairness__button--download {
    margin-top: 20px;
}

.page-resources-by88-club-safety-fairness__content-wrapper {
    padding: 60px 0;
}

.page-resources-by88-club-safety-fairness__article-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1em;
    color: #f5e6ce;
}

.page-resources-by88-club-safety-fairness__article-content p {
    margin-bottom: 1.5em;
}

.page-resources-by88-club-safety-fairness__heading2 {
    font-size: 2.2em;
    color: #FFD700;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-by88-club-safety-fairness__heading3 {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-resources-by88-club-safety-fairness__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    display: block; /* Ensure it's a block element for centering */
}

.page-resources-by88-club-safety-fairness__image--centered {
    margin-left: auto;
    margin-right: auto;
}

.page-resources-by88-club-safety-fairness__link {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-by88-club-safety-fairness__link:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-resources-by88-club-safety-fairness__faq {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 215, 0, 0.3);
    padding-top: 20px;
}

.page-resources-by88-club-safety-fairness__faq-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.15);
}

.page-resources-by88-club-safety-fairness__faq-item:last-child {
    border-bottom: none;
}

.page-resources-by88-club-safety-fairness__faq-question {
    font-size: 1.3em;
    color: #FFD700;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-right: 30px;
}

.page-resources-by88-club-safety-fairness__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-by88-club-safety-fairness__faq-question.active::after {
    transform: rotate(45deg);
}

.page-resources-by88-club-safety-fairness__faq-answer {
    font-size: 1em;
    color: #f5e6ce;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0;
    padding-left: 15px;
}

.page-resources-by88-club-safety-fairness__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
    padding-top: 10px;
}

.page-resources-by88-club-safety-fairness__return-link-container {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.3);
}

.page-resources-by88-club-safety-fairness__return-link {
    display: inline-block;
    background-color: #0A1931;
    color: #FFD700;
    padding: 12px 25px;
    border: 2px solid #FFD700;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-by88-club-safety-fairness__return-link:hover {
    background-color: #FFD700;
    color: #0A1931;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-by88-club-safety-fairness__title {
        font-size: 2.5em;
    }

    .page-resources-by88-club-safety-fairness__subtitle {
        font-size: 1.2em;
    }

    .page-resources-by88-club-safety-fairness__heading2 {
        font-size: 1.8em;
    }

    .page-resources-by88-club-safety-fairness__heading3 {
        font-size: 1.4em;
    }

    .page-resources-by88-club-safety-fairness__article-content {
        font-size: 1em;
    }

    .page-resources-by88-club-safety-fairness__button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-by88-club-safety-fairness__hero {
        padding: 60px 0;
    }

    .page-resources-by88-club-safety-fairness__title {
        font-size: 2em;
    }

    .page-resources-by88-club-safety-fairness__subtitle {
        font-size: 1em;
    }

    .page-resources-by88-club-safety-fairness__heading2 {
        font-size: 1.5em;
    }

    .page-resources-by88-club-safety-fairness__heading3 {
        font-size: 1.2em;
    }

    .page-resources-by88-club-safety-fairness__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}