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

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

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

.page-news-updates-industry-regulations__hero-section {
    background: linear-gradient(135deg, #003366, #1a4d80); /* Darker blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.page-news-updates-industry-regulations__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

.page-news-updates-industry-regulations__hero-title .highlight {
    color: #FFCC00; /* Accent color for GEMWIN */
}

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

.page-news-updates-industry-regulations__cta-button {
    display: inline-block;
    background-color: #FFCC00; /* Accent color for CTA */
    color: #003366; /* Dark blue text for contrast */
    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-news-updates-industry-regulations__cta-button:hover {
    background-color: #e6b800; /* Slightly darker yellow on hover */
    transform: translateY(-3px);
}

.page-news-updates-industry-regulations__cta-button--secondary {
    background-color: #003366; /* Primary color for secondary CTA */
    color: #FFCC00; /* Accent color text for contrast */
    border: 2px solid #FFCC00;
    margin-left: 20px;
}

.page-news-updates-industry-regulations__cta-button--secondary:hover {
    background-color: #002244; /* Darker blue on hover */
    border-color: #e6b800;
}

.page-news-updates-industry-regulations__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-news-updates-industry-regulations__article {
    font-size: 1.1em;
    color: #333333;
}

.page-news-updates-industry-regulations__article-heading {
    font-size: 2.2em;
    color: #003366; /* Primary color for headings */
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: bold;
    border-bottom: 3px solid #FFCC00; /* Accent border for emphasis */
    padding-bottom: 10px;
}

.page-news-updates-industry-regulations__sub-heading {
    font-size: 1.8em;
    color: #003366; /* Primary color for sub-headings */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-news-updates-industry-regulations__article p {
    margin-bottom: 1.5em;
}

.page-news-updates-industry-regulations__list,
.page-news-updates-industry-regulations__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
    color: #444444;
}

.page-news-updates-industry-regulations__numbered-list {
    list-style-type: decimal;
}

.page-news-updates-industry-regulations__list li,
.page-news-updates-industry-regulations__numbered-list li {
    margin-bottom: 0.8em;
}

.page-news-updates-industry-regulations__image {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 30px auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-news-updates-industry-regulations__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.page-news-updates-industry-regulations__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-news-updates-industry-regulations__article::after {
    content: '';
    display: table;
    clear: both;
}

.page-news-updates-industry-regulations__inline-cta {
    display: inline-block;
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.page-news-updates-industry-regulations__inline-cta:hover {
    color: #FFCC00;
}

.page-news-updates-industry-regulations__inline-link {
    color: #003366;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-news-updates-industry-regulations__inline-link:hover {
    color: #FFCC00;
}

.page-news-updates-industry-regulations__cta-group {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-news-updates-industry-regulations__hero-title {
        font-size: 2.5em;
    }
    .page-news-updates-industry-regulations__hero-subtitle {
        font-size: 1.2em;
    }
    .page-news-updates-industry-regulations__article-heading {
        font-size: 1.8em;
    }
    .page-news-updates-industry-regulations__sub-heading {
        font-size: 1.5em;
    }
    .page-news-updates-industry-regulations__image--left,
    .page-news-updates-industry-regulations__image--right {
        float: none;
        margin: 20px auto;
    }
    .page-news-updates-industry-regulations__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .page-news-updates-industry-regulations__hero-section {
        padding: 80px 0;
    }
    .page-news-updates-industry-regulations__hero-title {
        font-size: 2em;
    }
    .page-news-updates-industry-regulations__hero-subtitle {
        font-size: 1em;
    }
    .page-news-updates-industry-regulations__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-news-updates-industry-regulations__article-heading {
        font-size: 1.6em;
    }
    .page-news-updates-industry-regulations__sub-heading {
        font-size: 1.3em;
    }
    .page-news-updates-industry-regulations__article {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-news-updates-industry-regulations__hero-title {
        font-size: 1.8em;
    }
    .page-news-updates-industry-regulations__hero-subtitle {
        font-size: 0.9em;
    }
    .page-news-updates-industry-regulations__cta-button,
    .page-news-updates-industry-regulations__cta-button--secondary {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
    .page-news-updates-industry-regulations__cta-group {
        flex-direction: column;
        align-items: center;
    }
    .page-news-updates-industry-regulations__article-heading {
        font-size: 1.4em;
    }
    .page-news-updates-industry-regulations__sub-heading {
        font-size: 1.1em;
    }
}