/* style/resources-responsible-gambling-888slot.css */

.page-resources-responsible-gambling-888slot {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Light gray for general text on dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
    font-size: 1rem;
}

.page-resources-responsible-gambling-888slot__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-responsible-gambling-888slot__hero {
    background: linear-gradient(135deg, #0A192F 0%, #1A2E4B 100%);
    color: #FFFFFF;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

.page-resources-responsible-gambling-888slot__hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.page-resources-responsible-gambling-888slot__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Accent color for title */
    line-height: 1.2;
}

.page-resources-responsible-gambling-888slot__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #C0C0C0;
}

.page-resources-responsible-gambling-888slot__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Accent color for button */
    color: #0A192F;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
}

.page-resources-responsible-gambling-888slot__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-responsible-gambling-888slot__hero-image-container {
    width: 100%;
    max-width: 900px;
    margin-top: 40px;
}

.page-resources-responsible-gambling-888slot__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-responsible-gambling-888slot__section {
    padding: 60px 0;
    background-color: #12233D; /* Slightly lighter dark background for sections */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-responsible-gambling-888slot__section:nth-of-type(even) {
    background-color: #0A192F;
}

.page-resources-responsible-gambling-888slot__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-responsible-gambling-888slot__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-resources-responsible-gambling-888slot__importance p,
.page-resources-responsible-gambling-888slot__tools p,
.page-resources-responsible-gambling-888slot__problem-gambling p,
.page-resources-responsible-gambling-888slot__support p,
.page-resources-responsible-gambling-888slot__tips p,
.page-resources-responsible-gambling-888slot__commitment p {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px auto;
    font-size: 1.1em;
    color: #C0C0C0;
}

.page-resources-responsible-gambling-888slot__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-resources-responsible-gambling-888slot__grid-item {
    background-color: #1A2E4B;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-resources-responsible-gambling-888slot__grid-item:hover {
    transform: translateY(-5px);
}

.page-resources-responsible-gambling-888slot__grid-title {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling-888slot__grid-item p {
    font-size: 1em;
    color: #E0E0E0;
}

.page-resources-responsible-gambling-888slot__image-full-width {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.page-resources-responsible-gambling-888slot__feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.page-resources-responsible-gambling-888slot__feature-item {
    background-color: #1A2E4B;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.page-resources-responsible-gambling-888slot__feature-item:hover {
    transform: translateY(-5px);
}

.page-resources-responsible-gambling-888slot__feature-title {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling-888slot__feature-item p {
    text-align: left;
    font-size: 1em;
    color: #E0E0E0;
    margin: 0;
}

.page-resources-responsible-gambling-888slot__list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 40px auto;
}

.page-resources-responsible-gambling-888slot__list li {
    background-color: #1A2E4B;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    font-size: 1.05em;
    color: #E0E0E0;
    position: relative;
    padding-left: 50px;
}

.page-resources-responsible-gambling-888slot__list li::before {
    content: '✔';
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page-resources-responsible-gambling-888slot__support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-responsible-gambling-888slot__support-item {
    background-color: #1A2E4B;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.page-resources-responsible-gambling-888slot__support-title {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling-888slot__support-item p {
    font-size: 1em;
    color: #E0E0E0;
    margin-bottom: 20px;
}

.page-resources-responsible-gambling-888slot__support-link {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.page-resources-responsible-gambling-888slot__support-link:hover {
    background-color: #e6c200;
}

.page-resources-responsible-gambling-888slot__ordered-list {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding: 0;
    max-width: 900px;
    margin: 40px auto;
}

.page-resources-responsible-gambling-888slot__ordered-list li {
    background-color: #1A2E4B;
    margin-bottom: 15px;
    padding: 20px 25px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    font-size: 1.05em;
    color: #E0E0E0;
    position: relative;
    padding-left: 60px;
}

.page-resources-responsible-gambling-888slot__ordered-list li::before {
    counter-increment: my-awesome-counter;
    content: counter(my-awesome-counter) ". ";
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 20px;
    top: 20px;
}

.page-resources-responsible-gambling-888slot__ordered-list li strong {
    color: #FFD700;
}

.page-resources-responsible-gambling-888slot__faq-item {
    background-color: #1A2E4B;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-responsible-gambling-888slot__faq-question {
    color: #FFD700;
    font-size: 1.4em;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-responsible-gambling-888slot__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-resources-responsible-gambling-888slot__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-responsible-gambling-888slot__faq-answer {
    color: #E0E0E0;
    font-size: 1.0em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    margin-top: 0;
    padding-top: 0;
}

.page-resources-responsible-gambling-888slot__faq-answer.open {
    max-height: 200px; /* Adjust as needed */
    opacity: 1;
    margin-top: 15px;
    padding-top: 5px;
}

.page-resources-responsible-gambling-888slot__cta {
    background: linear-gradient(45deg, #0A192F, #1A2E4B);
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-resources-responsible-gambling-888slot__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-resources-responsible-gambling-888slot__cta-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #C0C0C0;
}

.page-resources-responsible-gambling-888slot__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A192F;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 10;
    position: relative;
}

.page-resources-responsible-gambling-888slot__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-responsible-gambling-888slot__cta-image {
    position: absolute;
    bottom: 0;
    right: -10%;
    width: 400px;
    height: auto;
    opacity: 0.3;
    transform: rotate(15deg);
    filter: grayscale(100%);
    z-index: 1;
    display: none; /* Hide by default for smaller screens */
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .page-resources-responsible-gambling-888slot__hero {
        flex-direction: row;
        text-align: left;
        padding: 100px 0;
    }
    .page-resources-responsible-gambling-888slot__hero-content {
        flex: 1;
        padding-right: 40px;
        text-align: left;
    }
    .page-resources-responsible-gambling-888slot__hero-image-container {
        flex: 1;
        margin-top: 0;
    }
    .page-resources-responsible-gambling-888slot__importance p,
    .page-resources-responsible-gambling-888slot__tools p,
    .page-resources-responsible-gambling-888slot__problem-gambling p,
    .page-resources-responsible-gambling-888slot__support p,
    .page-resources-responsible-gambling-888slot__tips p,
    .page-resources-responsible-gambling-888slot__commitment p {
        text-align: left;
    }
    .page-resources-responsible-gambling-888slot__feature-item {
        flex: 1 1 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
    }
    .page-resources-responsible-gambling-888slot__cta-image {
        display: block; /* Show on larger screens */
    }
}

@media (max-width: 767px) {
    .page-resources-responsible-gambling-888slot__hero-title {
        font-size: 2.2em;
    }
    .page-resources-responsible-gambling-888slot__hero-subtitle {
        font-size: 1em;
    }
    .page-resources-responsible-gambling-888slot__section-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-888slot__grid-item,
    .page-resources-responsible-gambling-888slot__feature-item,
    .page-resources-responsible-gambling-888slot__support-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .page-resources-responsible-gambling-888slot__list li,
    .page-resources-responsible-gambling-888slot__ordered-list li {
        padding-left: 45px;
        font-size: 0.95em;
    }
    .page-resources-responsible-gambling-888slot__ordered-list li::before {
        left: 15px;
        top: 15px;
    }
    .page-resources-responsible-gambling-888slot__cta-title {
        font-size: 2em;
    }
    .page-resources-responsible-gambling-888slot__cta-description {
        font-size: 1em;
    }
    .page-resources-responsible-gambling-888slot__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-responsible-gambling-888slot__importance p,
    .page-resources-responsible-gambling-888slot__tools p,
    .page-resources-responsible-gambling-888slot__problem-gambling p,
    .page-resources-responsible-gambling-888slot__support p,
    .page-resources-responsible-gambling-888slot__tips p,
    .page-resources-responsible-gambling-888slot__commitment p {
        text-align: left;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-responsible-gambling-888slot__hero {
        padding: 60px 0;
    }
    .page-resources-responsible-gambling-888slot__hero-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-888slot__section-title {
        font-size: 1.6em;
    }
    .page-resources-responsible-gambling-888slot__grid-title,
    .page-resources-responsible-gambling-888slot__feature-title,
    .page-resources-responsible-gambling-888slot__support-title {
        font-size: 1.3em;
    }
    .page-resources-responsible-gambling-888slot__faq-question {
        font-size: 1.2em;
    }
    .page-resources-responsible-gambling-888slot__cta-title {
        font-size: 1.8em;
    }
}