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

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

.page-latest-news-responsible-gambling-initiatives__hero {
    background: linear-gradient(135deg, #003366 0%, #004080 100%); /* Dark blue gradient */
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.page-latest-news-responsible-gambling-initiatives__hero-content {
    z-index: 1;
    max-width: 800px;
    margin-bottom: 30px;
}

.page-latest-news-responsible-gambling-initiatives__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFCC00; /* Gold for emphasis */
    line-height: 1.2;
}

.page-latest-news-responsible-gambling-initiatives__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-latest-news-responsible-gambling-initiatives__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.15;
}

.page-latest-news-responsible-gambling-initiatives__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1.1);
}

.page-latest-news-responsible-gambling-initiatives__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Gold */
    color: #003366; /* Dark blue text on gold */
    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;
    border: none;
    cursor: pointer;
}

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

.page-latest-news-responsible-gambling-initiatives__section {
    padding: 60px 0;
    background-color: #FFFFFF;
    border-bottom: 1px solid #eee;
}

.page-latest-news-responsible-gambling-initiatives__section:nth-of-type(even) {
    background-color: #f0f4f7;
}

.page-latest-news-responsible-gambling-initiatives__section-title {
    font-size: 2.5em;
    color: #003366; /* Dark blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-latest-news-responsible-gambling-initiatives__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00; /* Gold underline */
    border-radius: 2px;
}

.page-latest-news-responsible-gambling-initiatives__intro-section p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 20px;
    color: #444;
}

.page-latest-news-responsible-gambling-initiatives__pillars-section .page-latest-news-responsible-gambling-initiatives__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-latest-news-responsible-gambling-initiatives__grid-item {
    background-color: #fdfdfd;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-latest-news-responsible-gambling-initiatives__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-latest-news-responsible-gambling-initiatives__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 8px rgba(0, 51, 102, 0.2));
}

.page-latest-news-responsible-gambling-initiatives__item-title {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-latest-news-responsible-gambling-initiatives__grid-item p {
    font-size: 1em;
    color: #555;
}

.page-latest-news-responsible-gambling-initiatives__tools-section ul,
.page-latest-news-responsible-gambling-initiatives__commitment-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.page-latest-news-responsible-gambling-initiatives__tools-section li,
.page-latest-news-responsible-gambling-initiatives__commitment-section li {
    background-color: #fdfdfd;
    border-left: 5px solid #FFCC00; /* Gold accent */
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    font-size: 1.1em;
    color: #333;
    line-height: 1.5;
}

.page-latest-news-responsible-gambling-initiatives__tools-section li strong,
.page-latest-news-responsible-gambling-initiatives__commitment-section li strong {
    color: #003366;
}

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

.page-latest-news-responsible-gambling-initiatives__image-wrapper--center {
    display: flex;
    justify-content: center;
}

.page-latest-news-responsible-gambling-initiatives__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-latest-news-responsible-gambling-initiatives__advice-section .page-latest-news-responsible-gambling-initiatives__ordered-list {
    list-style: decimal;
    padding-left: 30px;
    margin-bottom: 30px;
}

.page-latest-news-responsible-gambling-initiatives__advice-section .page-latest-news-responsible-gambling-initiatives__ordered-list li {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #444;
}

.page-latest-news-responsible-gambling-initiatives__cta-section {
    background-color: #003366; /* Dark blue background */
    color: #FFFFFF;
    text-align: center;
    padding: 80px 0;
}

.page-latest-news-responsible-gambling-initiatives__cta-section .page-latest-news-responsible-gambling-initiatives__section-title {
    color: #FFCC00; /* Gold title on dark blue */
}

.page-latest-news-responsible-gambling-initiatives__cta-section .page-latest-news-responsible-gambling-initiatives__section-title::after {
    background-color: #FFCC00;
}

.page-latest-news-responsible-gambling-initiatives__cta-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #E0E0E0;
}

.page-latest-news-responsible-gambling-initiatives__cta-button--secondary {
    background-color: #FFCC00;
    color: #003366;
}

.page-latest-news-responsible-gambling-initiatives__cta-button--secondary:hover {
    background-color: #e6b800;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-latest-news-responsible-gambling-initiatives__hero-title {
        font-size: 2.5em;
    }
    .page-latest-news-responsible-gambling-initiatives__hero-subtitle {
        font-size: 1.2em;
    }
    .page-latest-news-responsible-gambling-initiatives__section-title {
        font-size: 2em;
    }
    .page-latest-news-responsible-gambling-initiatives__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .page-latest-news-responsible-gambling-initiatives__grid-item {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .page-latest-news-responsible-gambling-initiatives__hero {
        padding: 60px 0;
    }
    .page-latest-news-responsible-gambling-initiatives__hero-title {
        font-size: 2em;
    }
    .page-latest-news-responsible-gambling-initiatives__hero-subtitle {
        font-size: 1em;
    }
    .page-latest-news-responsible-gambling-initiatives__section {
        padding: 40px 0;
    }
    .page-latest-news-responsible-gambling-initiatives__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-latest-news-responsible-gambling-initiatives__cta-section {
        padding: 60px 0;
    }
    .page-latest-news-responsible-gambling-initiatives__cta-section p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-latest-news-responsible-gambling-initiatives__hero-title {
        font-size: 1.8em;
    }
    .page-latest-news-responsible-gambling-initiatives__hero-subtitle {
        font-size: 0.9em;
    }
    .page-latest-news-responsible-gambling-initiatives__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-latest-news-responsible-gambling-initiatives__section-title {
        font-size: 1.5em;
    }
    .page-latest-news-responsible-gambling-initiatives__grid-item {
        padding: 20px;
    }
    .page-latest-news-responsible-gambling-initiatives__item-title {
        font-size: 1.4em;
    }
    .page-latest-news-responsible-gambling-initiatives__tools-section li,
    .page-latest-news-responsible-gambling-initiatives__commitment-section li,
    .page-latest-news-responsible-gambling-initiatives__advice-section .page-latest-news-responsible-gambling-initiatives__ordered-list li {
        font-size: 0.95em;
    }
}