/* style/resources-zo88-game-safety-guide.css */
.page-resources-zo88-game-safety-guide {
    font-family: 'Arial', sans-serif;
    color: #E2E8F0; /* Light text for dark background */
    background-color: #1A202C; /* Main brand color */
    line-height: 1.6;
    padding: 20px 0;
}

.page-resources-zo88-game-safety-guide .article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #2D3748; /* Slightly lighter dark background for content */
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-resources-zo88-game-safety-guide .article-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-resources-zo88-game-safety-guide .article-title {
    font-size: 2.5rem;
    color: #FFD700; /* Auxiliary brand color */
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-resources-zo88-game-safety-guide .article-meta {
    font-size: 0.9rem;
    color: #A0AEC0;
}

.page-resources-zo88-game-safety-guide .article-hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-zo88-game-safety-guide .article-section {
    margin-bottom: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-zo88-game-safety-guide .section-title {
    font-size: 1.8rem;
    color: #FFD700;
    margin-bottom: 15px;
    border-left: 4px solid #FFD700;
    padding-left: 10px;
}

.page-resources-zo88-game-safety-guide .subsection-title {
    font-size: 1.4rem;
    color: #CBD5E0;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-zo88-game-safety-guide p {
    margin-bottom: 1em;
    font-size: 1.05rem;
    color: #E2E8F0;
}

.page-resources-zo88-game-safety-guide ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1em;
    color: #E2E8F0;
}

.page-resources-zo88-game-safety-guide ul li {
    margin-bottom: 0.5em;
}

.page-resources-zo88-game-safety-guide strong {
    color: #FFD700;
}

.page-resources-zo88-game-safety-guide .article-image {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-zo88-game-safety-guide .cta-wrapper {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-resources-zo88-game-safety-guide .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin: 0 10px;
}

.page-resources-zo88-game-safety-guide .btn-primary {
    background-color: #FFD700;
    color: #1A202C;
    border: 2px solid #FFD700;
}

.page-resources-zo88-game-safety-guide .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-zo88-game-safety-guide .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-zo88-game-safety-guide .btn-secondary:hover {
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
}

.page-resources-zo88-game-safety-guide .return-link {
    text-align: center;
    margin-top: 40px;
}

.page-resources-zo88-game-safety-guide .btn-text-icon {
    background: none;
    border: none;
    color: #A0AEC0;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.page-resources-zo88-game-safety-guide .btn-text-icon svg {
    margin-right: 8px;
    color: #A0AEC0;
}

.page-resources-zo88-game-safety-guide .btn-text-icon:hover {
    color: #FFD700;
    background-color: rgba(255, 215, 0, 0.05);
}

.page-resources-zo88-game-safety-guide .btn-text-icon:hover svg {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-zo88-game-safety-guide .article-container {
        padding: 15px;
    }

    .page-resources-zo88-game-safety-guide .article-title {
        font-size: 2rem;
    }

    .page-resources-zo88-game-safety-guide .section-title {
        font-size: 1.5rem;
    }

    .page-resources-zo88-game-safety-guide .subsection-title {
        font-size: 1.2rem;
    }

    .page-resources-zo88-game-safety-guide .btn {
        padding: 10px 20px;
        font-size: 1rem;
        margin: 10px 0;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .page-resources-zo88-game-safety-guide .cta-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-resources-zo88-game-safety-guide .article-title {
        font-size: 1.7rem;
    }

    .page-resources-zo88-game-safety-guide p, .page-resources-zo88-game-safety-guide ul li {
        font-size: 0.95rem;
    }
}