/* style/gambling-news-industry-updates.css */

.page-gambling-news-industry-updates {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-gambling-news-industry-updates__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-gambling-news-industry-updates__hero {
    background: linear-gradient(135deg, #003366, #1a4d80);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-gambling-news-industry-updates__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFCC00; /* Contrast with dark blue background */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-industry-updates__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #e0e0e0; /* Good contrast */
}

.page-gambling-news-industry-updates__hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    max-height: 100%;
    width: auto;
    z-index: 0;
}

.page-gambling-news-industry-updates__hero .page-gambling-news-industry-updates__container {
    position: relative;
    z-index: 1;
}

.page-gambling-news-industry-updates__section {
    padding: 60px 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.page-gambling-news-industry-updates__section:nth-of-type(even) {
    background-color: #fff;
}

.page-gambling-news-industry-updates__section-title {
    font-size: 2.2em;
    color: #003366;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-gambling-news-industry-updates__section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #FFCC00;
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-gambling-news-industry-updates__subsection-title {
    font-size: 1.6em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFCC00;
    padding-left: 15px;
}

.page-gambling-news-industry-updates__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-gambling-news-industry-updates__list li {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFCC00"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #555; /* Good contrast with light background */
}

.page-gambling-news-industry-updates__list li strong {
    color: #003366;
}

.page-gambling-news-industry-updates__btn {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366; /* Good contrast with yellow background */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 1em;
}

.page-gambling-news-industry-updates__btn:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-gambling-news-industry-updates__btn--primary {
    background-color: #FFCC00;
    color: #003366;
}

.page-gambling-news-industry-updates__btn--primary:hover {
    background-color: #e6b800;
}

.page-gambling-news-industry-updates__cta-buttons {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-gambling-news-industry-updates__image {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-industry-updates__image--left {
    float: left;
    margin-right: 30px;
}

.page-gambling-news-industry-updates__image--right {
    float: right;
    margin-left: 30px;
}

.page-gambling-news-industry-updates__section p {
    margin-bottom: 15px;
    color: #444; /* Good contrast */
}

.page-gambling-news-industry-updates__faq-item {
    background-color: #f0f0f0;
    border-left: 4px solid #003366;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-gambling-news-industry-updates__faq-question {
    font-size: 1.3em;
    color: #003366;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-gambling-news-industry-updates__faq-answer {
    color: #555;
    margin-bottom: 0;
}

/* Clear floats for images */
.page-gambling-news-industry-updates__section::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-gambling-news-industry-updates__hero-title {
        font-size: 2em;
    }
    .page-gambling-news-industry-updates__hero-description {
        font-size: 1em;
    }
    .page-gambling-news-industry-updates__section-title {
        font-size: 1.8em;
    }
    .page-gambling-news-industry-updates__subsection-title {
        font-size: 1.4em;
    }
    .page-gambling-news-industry-updates__image--left,
    .page-gambling-news-industry-updates__image--right {
        float: none;
        margin: 20px auto;
    }
    .page-gambling-news-industry-updates__btn {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .page-gambling-news-industry-updates__hero {
        padding: 60px 0;
    }
    .page-gambling-news-industry-updates__hero-title {
        font-size: 1.5em;
    }
    .page-gambling-news-industry-updates__hero-description {
        font-size: 0.9em;
    }
    .page-gambling-news-industry-updates__section {
        padding: 40px 0;
    }
    .page-gambling-news-industry-updates__section-title {
        font-size: 1.5em;
    }
    .page-gambling-news-industry-updates__subsection-title {
        font-size: 1.2em;
    }
    .page-gambling-news-industry-updates__list li {
        font-size: 0.9em;
    }
    .page-gambling-news-industry-updates__faq-question {
        font-size: 1.1em;
    }
    .page-gambling-news-industry-updates__faq-answer {
        font-size: 0.9em;
    }
}