/* style/resources-responsible-gambling-guide.css */
.page-resources-responsible-gambling-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-responsible-gambling-guide__hero-section {
    background: linear-gradient(135deg, #007BFF, #4da3ff);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-responsible-gambling-guide__container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-responsible-gambling-guide__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-resources-responsible-gambling-guide__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-responsible-gambling-guide__back-link {
    display: inline-block;
    color: #FFC107;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #FFC107;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 20px;
}

.page-resources-responsible-gambling-guide__back-link:hover {
    background-color: #FFC107;
    color: #007BFF;
}

.page-resources-responsible-gambling-guide__content-section {
    padding: 60px 0;
}

.page-resources-responsible-gambling-guide__article-wrapper {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-responsible-gambling-guide__article {
    max-width: 750px;
    margin: 0 auto;
}

.page-resources-responsible-gambling-guide__article p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    line-height: 1.7;
}

.page-resources-responsible-gambling-guide__section-title {
    font-size: 2em;
    color: #007BFF;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.page-resources-responsible-gambling-guide__subsection-title {
    font-size: 1.5em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-responsible-gambling-guide__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
}

.page-resources-responsible-gambling-guide__list li {
    font-size: 1.05em;
    margin-bottom: 0.8em;
    color: #555;
}

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

.page-resources-responsible-gambling-guide__inline-link {
    color: #007BFF;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-responsible-gambling-guide__inline-link:hover {
    color: #FFC107;
}

.page-resources-responsible-gambling-guide__cta-button {
    display: inline-block;
    background-color: #FFC107;
    color: #007BFF;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    border: 2px solid #FFC107;
}

.page-resources-responsible-gambling-guide__cta-button:hover {
    background-color: #007BFF;
    color: #FFC107;
    border-color: #007BFF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-responsible-gambling-guide__hero-title {
        font-size: 2em;
    }
    .page-resources-responsible-gambling-guide__hero-description {
        font-size: 1em;
    }
    .page-resources-responsible-gambling-guide__article-wrapper {
        padding: 20px;
    }
    .page-resources-responsible-gambling-guide__article p,
    .page-resources-responsible-gambling-guide__list li {
        font-size: 1em;
    }
    .page-resources-responsible-gambling-guide__section-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-guide__subsection-title {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .page-resources-responsible-gambling-guide__hero-section {
        padding: 60px 0;
    }
    .page-resources-responsible-gambling-guide__hero-title {
        font-size: 1.8em;
    }
    .page-resources-responsible-gambling-guide__hero-description {
        font-size: 0.9em;
    }
    .page-resources-responsible-gambling-guide__back-link,
    .page-resources-responsible-gambling-guide__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-responsible-gambling-guide__article-wrapper {
        padding: 15px;
    }
    .page-resources-responsible-gambling-guide__section-title {
        font-size: 1.5em;
    }
    .page-resources-responsible-gambling-guide__subsection-title {
        font-size: 1.2em;
    }
}