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

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

.page-industry-news-latest-gambling-regulations__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004488 100%);
    color: #ffffff;
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-latest-gambling-regulations__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.6" numOctaves="3" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/><feBlend in="SourceGraphic" in2="BackgroundImage" mode="multiply"/></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

.page-industry-news-latest-gambling-regulations__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.page-industry-news-latest-gambling-regulations__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-industry-news-latest-gambling-regulations__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.page-industry-news-latest-gambling-regulations__content-section {
    padding: 60px 0;
}

.page-industry-news-latest-gambling-regulations__article {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-industry-news-latest-gambling-regulations__heading {
    font-size: 2em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-industry-news-latest-gambling-regulations__sub-heading {
    font-size: 1.5em;
    color: #004488;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-industry-news-latest-gambling-regulations__article p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.8;
    color: #444;
}

.page-industry-news-latest-gambling-regulations__list {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-industry-news-latest-gambling-regulations__list-item {
    margin-bottom: 10px;
    color: #555;
}

.page-industry-news-latest-gambling-regulations__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-latest-gambling-regulations__image--inline {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-industry-news-latest-gambling-regulations__link {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.page-industry-news-latest-gambling-regulations__link:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-industry-news-latest-gambling-regulations__keyword {
    color: #004488;
    font-weight: bold;
}

.page-industry-news-latest-gambling-regulations__call-to-action {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #f0f8ff;
    border-left: 5px solid #FFD700;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-industry-news-latest-gambling-regulations__call-to-action p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #003366;
}

.page-industry-news-latest-gambling-regulations__button {
    display: inline-block;
    background-color: #FFD700;
    color: #003366;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: 2px solid #FFD700;
}

.page-industry-news-latest-gambling-regulations__button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    color: #002244;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-latest-gambling-regulations__main-title {
        font-size: 2.2em;
    }

    .page-industry-news-latest-gambling-regulations__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-latest-gambling-regulations__heading {
        font-size: 1.8em;
    }

    .page-industry-news-latest-gambling-regulations__sub-heading {
        font-size: 1.3em;
    }

    .page-industry-news-latest-gambling-regulations__article {
        padding: 20px;
    }

    .page-industry-news-latest-gambling-regulations__button {
        padding: 10px 20px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-industry-news-latest-gambling-regulations__main-title {
        font-size: 1.8em;
    }

    .page-industry-news-latest-gambling-regulations__hero-section {
        padding: 60px 0 30px;
    }

    .page-industry-news-latest-gambling-regulations__content-section {
        padding: 30px 0;
    }

    .page-industry-news-latest-gambling-regulations__article p {
        font-size: 0.95em;
    }

    .page-industry-news-latest-gambling-regulations__list {
        padding-left: 10px;
    }
}