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

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

.page-news-updates-regulatory-changes__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Deeper blue gradient */
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-news-updates-regulatory-changes__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-news-updates-regulatory-changes__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFCC00; /* Golden yellow for emphasis */
    position: relative;
    z-index: 1;
}

.page-news-updates-regulatory-changes__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #e0e0e0;
}

.page-news-updates-regulatory-changes__hero-button {
    display: inline-block;
    background-color: #FFCC00; /* Golden yellow */
    color: #003366; /* Deep sea blue for text */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
    border: 2px solid #FFCC00;
}

.page-news-updates-regulatory-changes__hero-button:hover {
    background-color: #e6b800; /* Slightly darker yellow on hover */
    transform: translateY(-3px);
}

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

.page-news-updates-regulatory-changes__article {
    font-size: 1.1em;
    color: #444;
}

.page-news-updates-regulatory-changes__heading {
    font-size: 2.2em;
    color: #003366; /* Deep sea blue */
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFCC00; /* Golden yellow underline */
    padding-bottom: 10px;
    font-weight: bold;
}

.page-news-updates-regulatory-changes__sub-heading {
    font-size: 1.6em;
    color: #004d99; /* Slightly lighter blue */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-news-updates-regulatory-changes__article p {
    margin-bottom: 1em;
    line-height: 1.8;
}

.page-news-updates-regulatory-changes__article a {
    color: #004d99;
    text-decoration: none;
    font-weight: 600;
}

.page-news-updates-regulatory-changes__article a:hover {
    text-decoration: underline;
    color: #FFCC00;
}

.page-news-updates-regulatory-changes__list,
.page-news-updates-regulatory-changes__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1.5em;
    color: #555;
}

.page-news-updates-regulatory-changes__ordered-list {
    list-style-type: decimal;
}

.page-news-updates-regulatory-changes__list li,
.page-news-updates-regulatory-changes__ordered-list li {
    margin-bottom: 0.8em;
    line-height: 1.6;
}

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

.page-news-updates-regulatory-changes__image--full-width {
    width: 100%;
}

.page-news-updates-regulatory-changes__image--medium {
    max-width: 70%;
}

.page-news-updates-regulatory-changes__cta-section {
    background-color: #003366;
    color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-news-updates-regulatory-changes__cta-text {
    font-size: 1.5em;
    margin-bottom: 30px;
    font-weight: 300;
    color: #e0e0e0;
}

.page-news-updates-regulatory-changes__cta-text a {
    color: #FFCC00;
    text-decoration: none;
    font-weight: bold;
}

.page-news-updates-regulatory-changes__cta-text a:hover {
    text-decoration: underline;
}

.page-news-updates-regulatory-changes__button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-news-updates-regulatory-changes__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
}

.page-news-updates-regulatory-changes__button--primary {
    background-color: #FFCC00;
    color: #003366;
    border-color: #FFCC00;
}

.page-news-updates-regulatory-changes__button--primary:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-news-updates-regulatory-changes__button--secondary {
    background-color: transparent;
    color: #FFCC00;
    border-color: #FFCC00;
}

.page-news-updates-regulatory-changes__button--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-3px);
}

.page-news-updates-regulatory-changes__related-articles {
    background-color: #f0f4f8;
    padding: 60px 0;
    text-align: center;
}

.page-news-updates-regulatory-changes__articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-news-updates-regulatory-changes__article-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-updates-regulatory-changes__article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.page-news-updates-regulatory-changes__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-news-updates-regulatory-changes__card-title {
    font-size: 1.4em;
    color: #003366;
    padding: 15px 20px 10px;
    margin: 0;
}

.page-news-updates-regulatory-changes__card-excerpt {
    font-size: 0.95em;
    color: #666;
    padding: 0 20px 15px;
    margin: 0;
}

.page-news-updates-regulatory-changes__card-link {
    display: inline-block;
    color: #004d99;
    text-decoration: none;
    font-weight: bold;
    padding: 0 20px 20px;
    transition: color 0.3s ease;
}

.page-news-updates-regulatory-changes__card-link:hover {
    color: #FFCC00;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-news-updates-regulatory-changes__hero-title {
        font-size: 2em;
    }

    .page-news-updates-regulatory-changes__hero-subtitle {
        font-size: 1em;
    }

    .page-news-updates-regulatory-changes__hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-news-updates-regulatory-changes__heading {
        font-size: 1.8em;
    }

    .page-news-updates-regulatory-changes__sub-heading {
        font-size: 1.4em;
    }

    .page-news-updates-regulatory-changes__article {
        font-size: 1em;
    }

    .page-news-updates-regulatory-changes__cta-section {
        padding: 40px 20px;
    }

    .page-news-updates-regulatory-changes__cta-text {
        font-size: 1.2em;
    }

    .page-news-updates-regulatory-changes__button-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-news-updates-regulatory-changes__button {
        width: 80%;
        max-width: 300px;
    }

    .page-news-updates-regulatory-changes__image--medium {
        max-width: 90%;
    }

    .page-news-updates-regulatory-changes__articles-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-news-updates-regulatory-changes__hero-title {
        font-size: 1.8em;
    }

    .page-news-updates-regulatory-changes__hero-subtitle {
        font-size: 0.9em;
    }

    .page-news-updates-regulatory-changes__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-news-updates-regulatory-changes__heading {
        font-size: 1.6em;
    }

    .page-news-updates-regulatory-changes__sub-heading {
        font-size: 1.2em;
    }

    .page-news-updates-regulatory-changes__cta-section {
        padding: 30px 15px;
    }

    .page-news-updates-regulatory-changes__cta-text {
        font-size: 1em;
    }
}