.page-resources-how-to-access-bong88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #1a1a2e; /* Inherited from shared, but for clarity */
}

.page-resources-how-to-access-bong88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-how-to-access-bong88__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 600px;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
    overflow: hidden;
    background-color: #017439; /* Primary brand color for hero */
    color: #ffffff;
}

.page-resources-how-to-access-bong88__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2; /* Subtle background image */
}

.page-resources-how-to-access-bong88__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-resources-how-to-access-bong88__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.page-resources-how-to-access-bong88__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-how-to-access-bong88__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* Section Titles */
.page-resources-how-to-access-bong88__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff; /* Default for dark sections */
    font-weight: bold;
}

.page-resources-how-to-access-bong88__light-bg .page-resources-how-to-access-bong88__section-title {
    color: #017439; /* For light background sections */
}

.page-resources-how-to-access-bong88__sub-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #017439; /* Default for light sections */
}

.page-resources-how-to-access-bong88__dark-bg .page-resources-how-to-access-bong88__sub-title {
    color: #ffffff; /* For dark sections */
}

.page-resources-how-to-access-bong88__text-block {
    margin-bottom: 15px;
    color: #f0f0f0; /* Default for dark sections */
}

.page-resources-how-to-access-bong88__light-bg .page-resources-how-to-access-bong88__text-block {
    color: #333333; /* For light background sections */
}

.page-resources-how-to-access-bong88__keyword {
    font-weight: bold;
    color: #FFFF00; /* Highlight keywords */
}

/* General Sections */
.page-resources-how-to-access-bong88__intro-section,
.page-resources-how-to-access-bong88__identify-link-section,
.page-resources-how-to-access-bong88__access-guide-section,
.page-resources-how-to-access-bong88__products-section,
.page-resources-how-to-access-bong88__faq-section {
    background-color: #ffffff; /* Light background */
    color: #333333;
    padding: 60px 0;
}

.page-resources-how-to-access-bong88__why-secure-section,
.page-resources-how-to-access-bong88__latest-links-section,
.page-resources-how-to-access-bong88__registration-section,
.page-resources-how-to-access-bong88__support-section,
.page-resources-how-to-access-bong88__cta-section {
    background-color: #1a1a2e; /* Dark background, matching body */
    color: #ffffff;
    padding: 60px 0;
}

/* Grid Layout */
.page-resources-how-to-access-bong88__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

/* Flex Layout */
.page-resources-how-to-access-bong88__flex-container {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-resources-how-to-access-bong88__flex-container--reverse {
    flex-direction: row-reverse;
}

.page-resources-how-to-access-bong88__text-content {
    flex: 1;
}

.page-resources-how-to-access-bong88__image-wrapper {
    flex: 1;
    min-width: 300px; /* Ensure image wrapper has a minimum width */
}

.page-resources-how-to-access-bong88__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Minimum image size */
    min-height: 200px;
}

.page-resources-how-to-access-bong88__image-wrapper--full-width {
    flex: none; /* Override flex for full width image */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Cards */
.page-resources-how-to-access-bong88__card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark sections */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
}

.page-resources-how-to-access-bong88__light-bg .page-resources-how-to-access-bong88__card {
    background-color: #f8f8f8; /* Light grey for light sections */
    color: #333333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-access-bong88__card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #017439;
    font-weight: bold;
}

.page-resources-how-to-access-bong88__dark-bg .page-resources-how-to-access-bong88__card-title {
    color: #ffffff; /* White for dark cards */
}

.page-resources-how-to-access-bong88__card-text {
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Lists */
.page-resources-how-to-access-bong88__list,
.page-resources-how-to-access-bong88__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0; /* Default for dark sections */
}

.page-resources-how-to-access-bong88__light-bg .page-resources-how-to-access-bong88__list,
.page-resources-how-to-access-bong88__light-bg .page-resources-how-to-access-bong88__ordered-list {
    color: #333333; /* For light background sections */
}

.page-resources-how-to-access-bong88__ordered-list {
    list-style-type: decimal;
}

.page-resources-how-to-access-bong88__list li,
.page-resources-how-to-access-bong88__ordered-list li {
    margin-bottom: 10px;
}

.page-resources-how-to-access-bong88__list-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #017439;
}

/* Buttons */
.page-resources-how-to-access-bong88__btn-primary,
.page-resources-how-to-access-bong88__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    margin-top: 20px;
    margin-right: 15px;
    box-sizing: border-box;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Ensure word breaks */
}

.page-resources-how-to-access-bong88__btn-primary {
    background-color: #017439;
    color: #ffffff;
    border: 2px solid #017439;
}

.page-resources-how-to-access-bong88__btn-primary:hover {
    background-color: #005f2c;
    border-color: #005f2c;
}

.page-resources-how-to-access-bong88__btn-secondary {
    background-color: transparent;
    color: #017439;
    border: 2px solid #017439;
}

.page-resources-how-to-access-bong88__btn-secondary:hover {
    background-color: #017439;
    color: #ffffff;
}

/* Specific button styles from requirements */
.page-resources-how-to-access-bong88__registration-section .page-resources-how-to-access-bong88__btn-primary,
.page-resources-how-to-access-bong88__registration-section .page-resources-how-to-access-bong88__btn-secondary {
    background-color: #C30808; /* Red for Register/Login */
    color: #FFFF00; /* Yellow text */
    border-color: #C30808;
}

.page-resources-how-to-access-bong88__registration-section .page-resources-how-to-access-bong88__btn-primary:hover,
.page-resources-how-to-access-bong88__registration-section .page-resources-how-to-access-bong88__btn-secondary:hover {
    background-color: #a10707; /* Darker red on hover */
    border-color: #a10707;
}

/* Link list */
.page-resources-how-to-access-bong88__link-list-container {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
}

.page-resources-how-to-access-bong88__link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.page-resources-how-to-access-bong88__link-item {
    background-color: #017439;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    flex-grow: 1;
    text-align: center;
    max-width: 300px;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-how-to-access-bong88__link-item:hover {
    background-color: #005f2c;
}


/* FAQ Section */
.page-resources-how-to-access-bong88__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-how-to-access-bong88__faq-item {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #333333;
}

.page-resources-how-to-access-bong88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #eee;
    color: #017439;
    border-bottom: 1px solid #ddd;
    list-style: none; /* For details/summary */
}

.page-resources-how-to-access-bong88__faq-question::-webkit-details-marker {
    display: none;
}

.page-resources-how-to-access-bong88__faq-qtext {
    flex-grow: 1;
}

.page-resources-how-to-access-bong88__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-resources-how-to-access-bong88__faq-item[open] .page-resources-how-to-access-bong88__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-how-to-access-bong88__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: #555;
    border-top: 1px solid #eee;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-how-to-access-bong88__hero-title {
        font-size: 2.8em;
    }
    .page-resources-how-to-access-bong88__section-title {
        font-size: 2em;
    }
    .page-resources-how-to-access-bong88__sub-title {
        font-size: 1.5em;
    }
    .page-resources-how-to-access-bong88__flex-container {
        flex-direction: column;
    }
    .page-resources-how-to-access-bong88__flex-container--reverse {
        flex-direction: column; /* Revert to column for smaller screens */
    }
    .page-resources-how-to-access-bong88__image-wrapper {
        order: -1; /* Image above text for default flex-direction */
    }
    .page-resources-how-to-access-bong88__flex-container--reverse .page-resources-how-to-access-bong88__image-wrapper {
        order: 0; /* Image below text for reversed flex-direction */
    }
}

@media (max-width: 768px) {
    .page-resources-how-to-access-bong88__hero-section {
        min-height: 400px;
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-resources-how-to-access-bong88__hero-title {
        font-size: 2em;
    }
    .page-resources-how-to-access-bong88__hero-description {
        font-size: 1em;
    }
    .page-resources-how-to-access-bong88__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-resources-how-to-access-bong88__sub-title {
        font-size: 1.3em;
    }
    .page-resources-how-to-access-bong88__btn-primary,
    .page-resources-how-to-access-bong88__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-right: 0;
        margin-bottom: 15px; /* Stack buttons */
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-how-to-access-bong88__link-list {
        flex-direction: column;
        gap: 10px;
    }
    .page-resources-how-to-access-bong88__link-item {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Mobile image responsiveness */
    .page-resources-how-to-access-bong88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    /* Mobile video responsiveness (if any, though not in this specific page) */
    .page-resources-how-to-access-bong88 video,
    .page-resources-how-to-access-bong88__video {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
      display: block !important;
    }
    
    .page-resources-how-to-access-bong88__video-section,
    .page-resources-how-to-access-bong88__video-container,
    .page-resources-how-to-access-bong88__video-wrapper {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden !important;
    }
}