/* style/industry-news-industry-company-updates.css */
.page-industry-news-industry-company-updates {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

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

/* Hero Section */
.page-industry-news-industry-company-updates__hero-section {
    background: linear-gradient(135deg, #0A2463, #1A3B8A);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-industry-company-updates__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    line-height: 1.2;
}

.page-industry-news-industry-company-updates__hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-industry-news-industry-company-updates__hero-description {
    font-size: 1.1em;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #c0c0c0;
}

.page-industry-news-industry-company-updates__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2463;
    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-industry-news-industry-company-updates__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

/* Section Titles */
.page-industry-news-industry-company-updates__section-title {
    font-size: 2.5em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-industry-news-industry-company-updates__section-description {
    font-size: 1.1em;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

/* Latest News Section */
.page-industry-news-industry-company-updates__latest-news {
    padding: 80px 0;
    background-color: #fff;
}

.page-industry-news-industry-company-updates__news-article {
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-industry-news-industry-company-updates__article-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    object-fit: cover;
}

.page-industry-news-industry-company-updates__article-title {
    font-size: 1.8em;
    color: #0A2463;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-industry-news-industry-company-updates__article-meta {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 15px;
}

.page-industry-news-industry-company-updates__article-content {
    font-size: 1em;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}

.page-industry-news-industry-company-updates__read-more {
    display: inline-block;
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 5px;
}

.page-industry-news-industry-company-updates__read-more:hover {
    color: #e6c200;
    border-color: #e6c200;
}

/* Industry Insights Section */
.page-industry-news-industry-company-updates__industry-insights {
    padding: 80px 0;
    background-color: #eaf1f7;
}

.page-industry-news-industry-company-updates__insight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-industry-news-industry-company-updates__insight-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
}

.page-industry-news-industry-company-updates__insight-item:hover {
    transform: translateY(-5px);
}

.page-industry-news-industry-company-updates__insight-image {
    width: 100%;
    max-width: 250px;
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 5px;
}

.page-industry-news-industry-company-updates__insight-title {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-industry-news-industry-company-updates__insight-content {
    font-size: 0.95em;
    color: #555;
    text-align: left;
}

/* Partner Spotlight Section */
.page-industry-news-industry-company-updates__partner-spotlight {
    padding: 80px 0;
    background-color: #fff;
}

.page-industry-news-industry-company-updates__partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-industry-news-industry-company-updates__partner-item {
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-industry-news-industry-company-updates__partner-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 20px;
}

.page-industry-news-industry-company-updates__partner-name {
    font-size: 1.6em;
    color: #0A2463;
    margin-bottom: 10px;
    font-weight: bold;
}

.page-industry-news-industry-company-updates__partner-content {
    font-size: 0.95em;
    color: #555;
    text-align: left;
}

/* Call to Action Section */
.page-industry-news-industry-company-updates__cta-section {
    background: linear-gradient(45deg, #0A2463, #1A3B8A);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-industry-news-industry-company-updates__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-industry-news-industry-company-updates__cta-description {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px auto;
    color: #e0e0e0;
}

.page-industry-news-industry-company-updates__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-industry-news-industry-company-updates__cta-button--primary {
    background-color: #FFD700;
    color: #0A2463;
    border: 2px solid #FFD700;
}

.page-industry-news-industry-company-updates__cta-button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-industry-news-industry-company-updates__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-industry-news-industry-company-updates__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A2463;
}

/* Responsible Gambling Section */
.page-industry-news-industry-company-updates__responsible-gambling {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.page-industry-news-industry-company-updates__responsible-list {
    list-style: none;
    padding: 0;
    margin: 40px auto;
    max-width: 800px;
    text-align: left;
}

.page-industry-news-industry-company-updates__responsible-list li {
    background-color: #fff;
    border-left: 5px solid #0A2463;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-industry-news-industry-company-updates__responsible-list li p {
    margin: 0;
    color: #444;
    font-size: 1em;
}

.page-industry-news-industry-company-updates__responsible-list li p strong {
    color: #0A2463;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-industry-company-updates__hero-title {
        font-size: 2.5em;
    }

    .page-industry-news-industry-company-updates__hero-subtitle {
        font-size: 1.2em;
    }

    .page-industry-news-industry-company-updates__section-title {
        font-size: 2em;
    }

    .page-industry-news-industry-company-updates__news-article {
        padding: 20px;
    }

    .page-industry-news-industry-company-updates__article-title {
        font-size: 1.5em;
    }

    .page-industry-news-industry-company-updates__insight-grid,
    .page-industry-news-industry-company-updates__partner-grid {
        grid-template-columns: 1fr;
    }

    .page-industry-news-industry-company-updates__cta-title {
        font-size: 2.2em;
    }

    .page-industry-news-industry-company-updates__cta-description {
        font-size: 1em;
    }

    .page-industry-news-industry-company-updates__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-industry-news-industry-company-updates__cta-button {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-industry-news-industry-company-updates__hero-title {
        font-size: 2em;
    }

    .page-industry-news-industry-company-updates__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-industry-company-updates__section-title {
        font-size: 1.8em;
    }
}