/* style/latest-news-responsible-gaming-initiatives.css */
.page-latest-news-responsible-gaming-initiatives {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-latest-news-responsible-gaming-initiatives__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-latest-news-responsible-gaming-initiatives__hero-section {
    background-color: #1A2E44; /* Main brand color */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-latest-news-responsible-gaming-initiatives__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 46, 68, 0.9), rgba(231, 194, 0, 0.3)); /* Gradient with main and accent color */
    z-index: 0;
}

.page-latest-news-responsible-gaming-initiatives__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-latest-news-responsible-gaming-initiatives__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.page-latest-news-responsible-gaming-initiatives__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.9);
}

.page-latest-news-responsible-gaming-initiatives__cta-button {
    display: inline-block;
    background-color: #E7C200; /* Accent brand color */
    color: #1A2E44; /* Dark text on accent */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-latest-news-responsible-gaming-initiatives__cta-button:hover {
    background-color: #d4b000;
    transform: translateY(-2px);
}

.page-latest-news-responsible-gaming-initiatives__cta-button.--secondary {
    background-color: #1A2E44;
    color: #E7C200;
    border: 2px solid #E7C200;
    margin-left: 20px;
}

.page-latest-news-responsible-gaming-initiatives__cta-button.--secondary:hover {
    background-color: #0f1c2a;
    border-color: #d4b000;
}

.page-latest-news-responsible-gaming-initiatives__content-section {
    padding: 60px 0;
    background-color: #fff;
}

.page-latest-news-responsible-gaming-initiatives__section-title {
    font-size: 2.5em;
    color: #1A2E44;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.page-latest-news-responsible-gaming-initiatives__subsection-title {
    font-size: 1.8em;
    color: #1A2E44;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-latest-news-responsible-gaming-initiatives__content-section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-latest-news-responsible-gaming-initiatives__list {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 1.1em;
    color: #555;
}

.page-latest-news-responsible-gaming-initiatives__list li {
    margin-bottom: 10px;
}

.page-latest-news-responsible-gaming-initiatives__image-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-latest-news-responsible-gaming-initiatives__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-latest-news-responsible-gaming-initiatives__conclusion {
    font-size: 1.2em;
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
    color: #1A2E44;
}

.page-latest-news-responsible-gaming-initiatives .highlight {
    color: #E7C200;
}

.page-latest-news-responsible-gaming-initiatives__button-group {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-latest-news-responsible-gaming-initiatives__hero-title {
        font-size: 2.8em;
    }
    .page-latest-news-responsible-gaming-initiatives__hero-subtitle {
        font-size: 1.1em;
    }
    .page-latest-news-responsible-gaming-initiatives__section-title {
        font-size: 2em;
    }
    .page-latest-news-responsible-gaming-initiatives__subsection-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-latest-news-responsible-gaming-initiatives__hero-section {
        padding: 80px 0;
    }
    .page-latest-news-responsible-gaming-initiatives__hero-title {
        font-size: 2.2em;
    }
    .page-latest-news-responsible-gaming-initiatives__hero-subtitle {
        font-size: 1em;
    }
    .page-latest-news-responsible-gaming-initiatives__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-latest-news-responsible-gaming-initiatives__cta-button.--secondary {
        margin-left: 0;
        margin-top: 15px;
        display: block;
    }
    .page-latest-news-responsible-gaming-initiatives__button-group .page-latest-news-responsible-gaming-initiatives__cta-button {
        display: block;
        margin: 0 auto 15px auto;
    }
    .page-latest-news-responsible-gaming-initiatives__section-title {
        font-size: 1.8em;
    }
    .page-latest-news-responsible-gaming-initiatives__subsection-title {
        font-size: 1.3em;
    }
    .page-latest-news-responsible-gaming-initiatives__content-section p,
    .page-latest-news-responsible-gaming-initiatives__list li {
        font-size: 0.95em;
    }
    .page-latest-news-responsible-gaming-initiatives__list {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .page-latest-news-responsible-gaming-initiatives__hero-section {
        padding: 60px 0;
    }
    .page-latest-news-responsible-gaming-initiatives__hero-title {
        font-size: 1.8em;
    }
    .page-latest-news-responsible-gaming-initiatives__hero-subtitle {
        font-size: 0.9em;
    }
    .page-latest-news-responsible-gaming-initiatives__cta-button {
        width: 100%;
        box-sizing: border-box;
    }
    .page-latest-news-responsible-gaming-initiatives__section-title {
        font-size: 1.5em;
    }
    .page-latest-news-responsible-gaming-initiatives__subsection-title {
        font-size: 1.1em;
    }
    .page-latest-news-responsible-gaming-initiatives__list {
        padding-left: 15px;
    }
}