.page-resources-responsible-gaming {
    padding-top: var(--header-offset, 120px); /* Desktop padding for fixed header */
    background-color: #f8f8f8; /* Light background for content area */
    color: #333333; /* Dark text for light background */
    font-family: 'Arial', sans-serif; /* Using Arial as a common sans-serif font */
    line-height: 1.6;
    text-align: left;
}

.page-resources-responsible-gaming__hero-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px; /* Ensure hero section has a minimum height */
}

.page-resources-responsible-gaming__hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: none; /* Ensure no filter is applied */
}

.page-resources-responsible-gaming__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff; /* White text for hero overlay */
    max-width: 900px;
    padding: 30px;
    background-color: rgba(0, 0, 128, 0.85); /* Dark blue overlay with transparency */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-responsible-gaming__hero-title {
    font-size: 3.2em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
    line-height: 1.2;
}

.page-resources-responsible-gaming__hero-description {
    font-size: 1.3em;
    margin-bottom: 35px;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-responsible-gaming__button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #000080; /* Dark blue text */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    min-width: 220px; /* Ensure buttons are large enough */
    min-height: 55px;
    line-height: 25px; /* Adjust line-height for vertical centering */
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    margin: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-responsible-gaming__button:hover {
    background-color: #b39700; /* Darker gold on hover */
    color: #ffffff;
    transform: translateY(-3px);
}

.page-resources-responsible-gaming__button--secondary {
    background-color: #000080; /* Dark blue button */
    color: #FFD700; /* Gold text */
}

.page-resources-responsible-gaming__button--secondary:hover {
    background-color: #000066;
    color: #FFD700;
}

.page-resources-responsible-gaming__content-wrapper {
    max-width: 850px; /* Content width for readability */
    margin: 0 auto;
    padding: 50px 30px;
    background-color: #ffffff; /* White background for article */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.page-resources-responsible-gaming__section-title {
    font-size: 2.6em;
    color: #000080; /* Dark blue for section titles */
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFD700; /* Gold underline */
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.page-resources-responsible-gaming__sub-section-title {
    font-size: 1.8em;
    color: #000080;
    margin-top: 35px;
    margin-bottom: 18px;
    font-weight: 600;
}

.page-resources-responsible-gaming__paragraph {
    margin-bottom: 20px;
    font-size: 1.15em;
    line-height: 1.7;
}

.page-resources-responsible-gaming__list {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-resources-responsible-gaming__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.6;
}

.page-resources-responsible-gaming__quote-block {
    background-color: #fff8e1; /* Light gold background for quotes */
    border-left: 6px solid #FFD700;
    padding: 20px 25px;
    margin: 30px 0;
    font-style: italic;
    color: #333333;
    font-size: 1.1em;
    border-radius: 5px;
}

.page-resources-responsible-gaming__image-container {
    text-align: center;
    margin: 40px 0;
}

.page-resources-responsible-gaming__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    filter: none; /* Ensure no filter is applied */
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
}

.page-resources-responsible-gaming__faq-list {
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.page-resources-responsible-gaming__faq-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.page-resources-responsible-gaming__faq-question {
    font-size: 1.3em;
    color: #000080;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.page-resources-responsible-gaming__faq-question::after {
    content: '+';
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-responsible-gaming__faq-item--active .page-resources-responsible-gaming__faq-question::after {
    content: '-';
    transform: rotate(180deg);
}

.page-resources-responsible-gaming__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-resources-responsible-gaming__faq-item--active .page-resources-responsible-gaming__faq-answer {
    max-height: 200px; /* Adjust as needed for content */
    padding-top: 15px;
}

.page-resources-responsible-gaming__call-to-action {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background-color: #000080; /* Dark blue background */
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-responsible-gaming__call-to-action .page-resources-responsible-gaming__paragraph {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-responsible-gaming {
        padding-top: 0; /* shared.css will handle body padding */
    }
    .page-resources-responsible-gaming__hero-section {
        min-height: 300px;
    }
    .page-resources-responsible-gaming__hero-content {
        padding: 20px;
    }
    .page-resources-responsible-gaming__hero-title {
        font-size: 2.2em;
    }
    .page-resources-responsible-gaming__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }
    .page-resources-responsible-gaming__button {
        min-width: unset;
        width: 100%;
        display: block;
        margin: 10px 0;
        padding: 12px 20px;
        font-size: 1.1em;
    }
    .page-resources-responsible-gaming__content-wrapper {
        padding: 30px 15px;
    }
    .page-resources-responsible-gaming__section-title {
        font-size: 2em;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .page-resources-responsible-gaming__sub-section-title {
        font-size: 1.5em;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .page-resources-responsible-gaming__paragraph,
    .page-resources-responsible-gaming__list-item,
    .page-resources-responsible-gaming__faq-question,
    .page-resources-responsible-gaming__quote-block,
    .page-resources-responsible-gaming__call-to-action .page-resources-responsible-gaming__paragraph {
        font-size: 1em;
    }
    .page-resources-responsible-gaming__content-image {
        max-width: 100%;
        height: auto;
    }
    /* Ensure all images within content area are responsive and not smaller than 200px */
    .page-resources-responsible-gaming img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Enforce min size even on mobile */
        min-height: 200px; /* Enforce min size even on mobile */
    }
}