.page-resources-jilibet-com-safety-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #FFFFFF; /* Ensure consistency with body background */
    padding-top: var(--header-offset, 120px); /* Fixed header offset for PC and mobile */
}

.page-resources-jilibet-com-safety-guide__hero-section {
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-resources-jilibet-com-safety-guide__hero-container-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-resources-jilibet-com-safety-guide__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-jilibet-com-safety-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
    border-radius: 10px;
}

.page-resources-jilibet-com-safety-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.page-resources-jilibet-com-safety-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #F0F0F0;
}

.page-resources-jilibet-com-safety-guide__cta-button {
    display: inline-block;
    background-color: #FCBC45; /* Login button color */
    color: #000000;
    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-jilibet-com-safety-guide__cta-button:hover {
    background-color: #FFD700;
    transform: translateY(-2px);
}

.page-resources-jilibet-com-safety-guide__content-area {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.page-resources-jilibet-com-safety-guide__article-wrapper {
    padding: 20px;
}

.page-resources-jilibet-com-safety-guide__section-title {
    font-size: 2.5em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-resources-jilibet-com-safety-guide__sub-section-title {
    font-size: 1.8em;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FCBC45;
    padding-bottom: 5px;
}

.page-resources-jilibet-com-safety-guide__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-jilibet-com-safety-guide__content-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure min display size */
    min-height: 200px; /* Ensure min display size */
    object-fit: cover;
}

.page-resources-jilibet-com-safety-guide__learn-more-link {
    display: inline-block;
    color: #000000;
    background-color: #FCBC45;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-jilibet-com-safety-guide__learn-more-link:hover {
    background-color: #FFD700;
}

.page-resources-jilibet-com-safety-guide__bullet-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-resources-jilibet-com-safety-guide__bullet-list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-jilibet-com-safety-guide__list-item-strong {
    color: #000000;
}

.page-resources-jilibet-com-safety-guide__final-cta {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.page-resources-jilibet-com-safety-guide__cta-button--large {
    font-size: 1.2em;
    padding: 18px 35px;
    margin-bottom: 20px;
}

.page-resources-jilibet-com-safety-guide__back-to-resources-link {
    display: inline-block;
    color: #000000;
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-jilibet-com-safety-guide__back-to-resources-link:hover {
    background-color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-jilibet-com-safety-guide {
        padding-top: var(--header-offset, 80px); /* Adjust for mobile header */
    }

    .page-resources-jilibet-com-safety-guide__hero-section {
        min-height: 400px;
    }

    .page-resources-jilibet-com-safety-guide__hero-title {
        font-size: 2.2em;
    }

    .page-resources-jilibet-com-safety-guide__hero-description {
        font-size: 1em;
    }

    .page-resources-jilibet-com-safety-guide__content-area {
        margin: 20px auto;
        padding: 15px;
    }

    /* Ensure images are responsive and do not cause overflow */
    .page-resources-jilibet-com-safety-guide img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Maintain minimum display size for content images */
        min-height: 200px;
    }

    .page-resources-jilibet-com-safety-guide__section-title {
        font-size: 2em;
    }

    .page-resources-jilibet-com-safety-guide__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-jilibet-com-safety-guide__paragraph {
        font-size: 1em;
    }

    .page-resources-jilibet-com-safety-guide__cta-button,
    .page-resources-jilibet-com-safety-guide__cta-button--large {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-jilibet-com-safety-guide__hero-section {
        min-height: 300px;
    }

    .page-resources-jilibet-com-safety-guide__hero-title {
        font-size: 1.8em;
    }

    .page-resources-jilibet-com-safety-guide__hero-description {
        font-size: 0.9em;
    }

    .page-resources-jilibet-com-safety-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-jilibet-com-safety-guide__sub-section-title {
        font-size: 1.3em;
    }
}