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

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

.page-industry-news-trends-gambling-regulations__hero {
    background: linear-gradient(135deg, #004AAD 0%, #0028ff 100%); /* Adjusted gradient for better contrast */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-industry-news-trends-gambling-regulations__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.page-industry-news-trends-gambling-regulations__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.page-industry-news-trends-gambling-regulations__hero-title .highlight {
    color: #FFD700;
}

.page-industry-news-trends-gambling-regulations__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-industry-news-trends-gambling-regulations__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 1;
}

.page-industry-news-trends-gambling-regulations__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-industry-news-trends-gambling-regulations__section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-industry-news-trends-gambling-regulations__section:nth-of-type(even) {
    background-color: #f2f7fc; /* Light blue tint for alternating sections */
}

.page-industry-news-trends-gambling-regulations__section-title {
    font-size: 2.5em;
    color: #004AAD;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-industry-news-trends-gambling-regulations__section p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #555;
}

.page-industry-news-trends-gambling-regulations__section ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.page-industry-news-trends-gambling-regulations__section ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.page-industry-news-trends-gambling-regulations__section h3 {
    font-size: 1.8em;
    color: #004AAD;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-industry-news-trends-gambling-regulations__grid-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.page-industry-news-trends-gambling-regulations__grid-item {
    background-color: #fdfdfd;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-trends-gambling-regulations__grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.page-industry-news-trends-gambling-regulations__grid-item .page-industry-news-trends-gambling-regulations__item-title {
    color: #004AAD;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page-industry-news-trends-gambling-regulations__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    display: block;
}

.page-industry-news-trends-gambling-regulations__content-image--large {
    max-width: 80%;
    margin: 40px auto 0 auto;
}

.page-industry-news-trends-gambling-regulations__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #004AAD;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
    border: 2px solid transparent;
}

.page-industry-news-trends-gambling-regulations__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    border-color: #b39700;
}

.page-industry-news-trends-gambling-regulations__cta-button--secondary {
    background-color: #004AAD;
    color: #FFD700;
    border-color: #FFD700;
    margin-left: 15px;
}

.page-industry-news-trends-gambling-regulations__cta-button--secondary:hover {
    background-color: #003a8d;
    color: #e6c200;
    border-color: #e6c200;
}

.page-industry-news-trends-gambling-regulations__cta-buttons-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment {
    background-color: #004AAD;
    color: #e0e0e0;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment .page-industry-news-trends-gambling-regulations__section-title {
    color: #FFD700;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment .page-industry-news-trends-gambling-regulations__section-title::after {
    background-color: #fff;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment h3 {
    color: #FFD700;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment p {
    color: #e0e0e0;
}

.page-industry-news-trends-gambling-regulations__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-trends-gambling-regulations__feature-item {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-industry-news-trends-gambling-regulations__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-industry-news-trends-gambling-regulations__feature-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #FFD700;
}

.page-industry-news-trends-gambling-regulations__feature-item p {
    font-size: 1em;
    color: #c0c0c0;
}

.page-industry-news-trends-gambling-regulations .keyword {
    color: #004AAD;
    font-weight: bold;
}

.page-industry-news-trends-gambling-regulations__onebet-commitment .keyword {
    color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-industry-news-trends-gambling-regulations__hero-title {
        font-size: 2.8em;
    }
    .page-industry-news-trends-gambling-regulations__hero-subtitle {
        font-size: 1.2em;
    }
    .page-industry-news-trends-gambling-regulations__section-title {
        font-size: 2em;
    }
    .page-industry-news-trends-gambling-regulations__grid-2-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-industry-news-trends-gambling-regulations__hero {
        padding: 80px 0;
    }
    .page-industry-news-trends-gambling-regulations__hero-title {
        font-size: 2.2em;
    }
    .page-industry-trends-gambling-regulations__hero-subtitle {
        font-size: 1em;
    }
    .page-industry-news-trends-gambling-regulations__section {
        padding: 40px 0;
    }
    .page-industry-news-trends-gambling-regulations__section-title {
        font-size: 1.8em;
    }
    .page-industry-news-trends-gambling-regulations__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-trends-gambling-regulations__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-industry-news-trends-gambling-regulations__cta-buttons-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-industry-news-trends-gambling-regulations__features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-industry-news-trends-gambling-regulations__hero-title {
        font-size: 1.8em;
    }
    .page-industry-news-trends-gambling-regulations__hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-trends-gambling-regulations__section-title {
        font-size: 1.5em;
    }
    .page-industry-news-trends-gambling-regulations__section p,
    .page-industry-news-trends-gambling-regulations__section ul li {
        font-size: 0.95em;
    }
}