/* style/resources-latest-bong88-links.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-color: #C30808;
    --login-color: #C30808;
    --register-login-font-color: #FFFF00;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #ffffff;
    --bg-dark: #017439;
}

.page-resources-latest-bong88-links {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

.page-resources-latest-bong88-links__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-latest-bong88-links__hero-section {
    background-color: var(--bg-dark);
    color: var(--text-light);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 0; /* Assuming shared.css handles body padding-top */
}

.page-resources-latest-bong88-links__hero-section .page-resources-latest-bong88-links__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 80px 20px;
}

.page-resources-latest-bong88-links__hero-content {
    flex: 1;
    text-align: left;
}

.page-resources-latest-bong88-links__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--text-light);
}

.page-resources-latest-bong88-links__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--text-light);
}

.page-resources-latest-bong88-links__hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources-latest-bong88-links__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-resources-latest-bong88-links__section {
    padding: 60px 0;
}

.page-resources-latest-bong88-links__light-bg {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-resources-latest-bong88-links__dark-bg {
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-resources-latest-bong88-links__text-contrast-fix {
    color: var(--text-light) !important;
}

.page-resources-latest-bong88-links__section-title {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
    color: inherit;
}

.page-resources-latest-bong88-links__content {
    font-size: 1.05em;
    line-height: 1.7;
}

.page-resources-latest-bong88-links__content p {
    margin-bottom: 15px;
}

.page-resources-latest-bong88-links__content h3 {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: inherit;
}

/* Lists */
.page-resources-latest-bong88-links__list,
.page-resources-latest-bong88-links__numbered-list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: inherit;
}

.page-resources-latest-bong88-links__numbered-list {
    list-style: decimal;
}

.page-resources-latest-bong88-links__list-item {
    margin-bottom: 10px;
    color: inherit;
}

.page-resources-latest-bong88-links__list-item a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.page-resources-latest-bong88-links__list-item a:hover {
    color: var(--primary-color);
}

/* CTA Buttons */
.page-resources-latest-bong88-links__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-resources-latest-bong88-links__cta-button {
    display: inline-block;
    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;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: center;
    min-width: 180px;
}

.page-resources-latest-bong88-links__btn-primary {
    background-color: var(--register-color);
    color: var(--register-login-font-color);
    border: 2px solid var(--register-color);
}

.page-resources-latest-bong88-links__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
    transform: translateY(-2px);
}

.page-resources-latest-bong88-links__btn-secondary {
    background-color: transparent;
    color: var(--register-login-font-color);
    border: 2px solid var(--register-login-font-color);
}

.page-resources-latest-bong88-links__btn-secondary:hover {
    background-color: var(--register-login-font-color);
    color: var(--register-color);
    transform: translateY(-2px);
}

.page-resources-latest-bong88-links__button-group--single .page-resources-latest-bong88-links__cta-button {
    min-width: 250px;
}

/* Content Images */
.page-resources-latest-bong88-links__content-image-wrapper {
    margin: 30px auto;
    text-align: center;
    max-width: 800px;
}

.page-resources-latest-bong88-links__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

/* Products Grid */
.page-resources-latest-bong88-links__products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-latest-bong88-links__game-card {
    background-color: var(--secondary-color);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: var(--text-dark);
}

.page-resources-latest-bong88-links__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-latest-bong88-links__game-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-resources-latest-bong88-links__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-resources-latest-bong88-links__game-title {
    font-size: 1.5em;
    margin: 15px 15px 10px;
    color: var(--primary-color);
}

.page-resources-latest-bong88-links__game-description {
    font-size: 0.95em;
    padding: 0 15px 20px;
    color: var(--text-dark);
}

/* FAQ Section */
.page-resources-latest-bong88-links__faq-item {
    background-color: var(--secondary-color);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    color: var(--text-dark);
}

.page-resources-latest-bong88-links__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: bold;
    cursor: pointer;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transition: background-color 0.3s ease;
}

.page-resources-latest-bong88-links__faq-question:hover {
    background-color: #f0f0f0;
}

.page-resources-latest-bong88-links__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-resources-latest-bong88-links__faq-item.active .page-resources-latest-bong88-links__faq-toggle {
    transform: rotate(45deg);
}

.page-resources-latest-bong88-links__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 25px;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 1em;
    color: var(--text-dark);
}

.page-resources-latest-bong88-links__faq-item.active .page-resources-latest-bong88-links__faq-answer {
    max-height: 1000px !important; /* Sufficiently large to show content */
    padding: 15px 25px 25px;
}

/* Contact Info */
.page-resources-latest-bong88-links__contact-info {
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
}

.page-resources-latest-bong88-links__contact-info p {
    margin-bottom: 10px;
}

/* Final CTA Section */
.page-resources-latest-bong88-links__final-cta {
    text-align: center;
    padding: 80px 0;
}

.page-resources-latest-bong88-links__final-cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-latest-bong88-links__hero-section .page-resources-latest-bong88-links__container {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .page-resources-latest-bong88-links__hero-content {
        text-align: center;
    }

    .page-resources-latest-bong88-links__hero-title {
        font-size: 2.8em;
    }

    .page-resources-latest-bong88-links__hero-image-wrapper {
        margin-top: 30px;
    }

    .page-resources-latest-bong88-links__section-title {
        font-size: 2em;
    }

    .page-resources-latest-bong88-links__products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-latest-bong88-links__hero-section {
        padding: 40px 0;
    }

    .page-resources-latest-bong88-links__hero-section .page-resources-latest-bong88-links__container {
        padding: 40px 15px;
        gap: 20px;
    }

    .page-resources-latest-bong88-links__hero-title {
        font-size: 2.2em !important;
    }

    .page-resources-latest-bong88-links__hero-description {
        font-size: 1em !important;
    }

    /* General Content Area padding/sizing */
    .page-resources-latest-bong88-links__container {
        padding: 0 15px !important;
    }

    .page-resources-latest-bong88-links__section {
        padding: 40px 0 !important;
    }

    .page-resources-latest-bong88-links__section-title {
        font-size: 1.8em !important;
        margin-bottom: 30px !important;
    }

    .page-resources-latest-bong88-links__content,
    .page-resources-latest-bong88-links__content p,
    .page-resources-latest-bong88-links__content li {
        font-size: 0.95em !important;
        line-height: 1.6 !important;
    }

    /* Universal Image & Container Rules */
    .page-resources-latest-bong88-links img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-resources-latest-bong88-links__content-image-wrapper {
        margin: 20px auto !important;
    }

    .page-resources-latest-bong88-links__content-image {
        border-radius: 6px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    /* Product Grid */
    .page-resources-latest-bong88-links__products-grid {
        grid-template-columns: 1fr !important; /* Single column layout for games */
        gap: 20px !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .page-resources-latest-bong88-links__game-card {
        border-radius: 8px !important;
    }

    .page-resources-latest-bong88-links__game-image {
        height: 180px !important;
    }

    .page-resources-latest-bong88-links__game-title {
        font-size: 1.3em !important;
        margin: 12px 15px 8px !important;
    }

    .page-resources-latest-bong88-links__game-description {
        font-size: 0.9em !important;
        padding: 0 15px 15px !important;
    }

    /* Buttons and Button Containers */
    .page-resources-latest-bong88-links__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px !important;
        margin-top: 30px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 0 15px;
    }

    .page-resources-latest-bong88-links__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        min-width: unset !important;
    }

    .page-resources-latest-bong88-links__button-group--single .page-resources-latest-bong88-links__cta-button {
        min-width: unset !important;
    }

    /* FAQ Section */
    .page-resources-latest-bong88-links__faq-item {
        margin-bottom: 10px !important;
        border-radius: 6px !important;
    }

    .page-resources-latest-bong88-links__faq-question {
        padding: 15px 20px !important;
        font-size: 1em !important;
    }

    .page-resources-latest-bong88-links__faq-toggle {
        font-size: 1.3em !important;
    }

    .page-resources-latest-bong88-links__faq-answer {
        padding: 10px 20px 20px !important;
        font-size: 0.95em !important;
    }

    /* Contact Info */
    .page-resources-latest-bong88-links__contact-info {
        font-size: 1em !important;
        margin-top: 20px !important;
    }

    /* Final CTA Section */
    .page-resources-latest-bong88-links__final-cta {
        padding: 60px 0 !important;
    }

    .page-resources-latest-bong88-links__final-cta-description {
        font-size: 1.1em !important;
        margin-bottom: 30px !important;
        padding: 0 15px !important;
    }
}