/* style/news-regulatory-changes-asia.css */
.page-news-regulatory-changes-asia {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text color for dark background */
    background-color: #0A192F; /* Main dark background */
    line-height: 1.6;
}

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

.page-news-regulatory-changes-asia__hero {
    background: linear-gradient(135deg, #0A192F, #1e3a5f); /* Dark blue gradient */
    color: #FFD700; /* Gold text for hero */
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.page-news-regulatory-changes-asia__hero-content {
    flex: 1;
    max-width: 600px;
    z-index: 1;
    padding-left: 20px;
}

.page-news-regulatory-changes-asia__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #FFD700; /* Gold */
}

.page-news-regulatory-changes-asia__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f5e6d0; /* Light text */
}

.page-news-regulatory-changes-asia__hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-right: 20px;
}

.page-news-regulatory-changes-asia__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-news-regulatory-changes-asia__section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-news-regulatory-changes-asia__section:last-of-type {
    border-bottom: none;
}

.page-news-regulatory-changes-asia__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-news-regulatory-changes-asia__subsection-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-news-regulatory-changes-asia p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #e0e0e0; /* Slightly lighter text for paragraphs */
}

.page-news-regulatory-changes-asia strong {
    color: #FFD700; /* Gold for emphasis */
}

.page-news-regulatory-changes-asia ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page-news-regulatory-changes-asia ul li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-news-regulatory-changes-asia__content-image {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-news-regulatory-changes-asia__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #0A192F; /* Dark blue 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;
    margin-top: 20px;
}

.page-news-regulatory-changes-asia__cta-button:hover {
    background-color: #e6c200; /* Darker gold */
    transform: translateY(-3px);
}

.page-news-regulatory-changes-asia__cta-button--primary {
    background-color: #FFD700;
    color: #0A192F;
}

.page-news-regulatory-changes-asia__cta-button--primary:hover {
    background-color: #e6c200;
}

.page-news-regulatory-changes-asia__cta-button--secondary {
    background-color: #0A192F;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-news-regulatory-changes-asia__cta-button--secondary:hover {
    background-color: #1e3a5f;
    color: #FFD700;
    border-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-news-regulatory-changes-asia__hero {
        flex-direction: column;
        text-align: center;
        padding: 60px 20px;
    }

    .page-news-regulatory-changes-asia__hero-content {
        padding-left: 0;
        max-width: 100%;
    }

    .page-news-regulatory-changes-asia__hero-image-wrapper {
        padding-right: 0;
        margin-top: 40px;
    }

    .page-news-regulatory-changes-asia__hero-title {
        font-size: 2.5em;
    }

    .page-news-regulatory-changes-asia__hero-subtitle {
        font-size: 1.1em;
    }

    .page-news-regulatory-changes-asia__section-title {
        font-size: 2em;
    }

    .page-news-regulatory-changes-asia__subsection-title {
        font-size: 1.5em;
    }

    .page-news-regulatory-changes-asia p, .page-news-regulatory-changes-asia ul li {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-news-regulatory-changes-asia__hero {
        padding: 40px 15px;
    }

    .page-news-regulatory-changes-asia__hero-title {
        font-size: 2em;
    }

    .page-news-regulatory-changes-asia__hero-subtitle {
        font-size: 1em;
    }

    .page-news-regulatory-changes-asia__section {
        padding: 40px 0;
    }

    .page-news-regulatory-changes-asia__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-news-regulatory-changes-asia__subsection-title {
        font-size: 1.3em;
    }

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

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

    .page-news-regulatory-changes-asia__section-title {
        font-size: 1.5em;
    }

    .page-news-regulatory-changes-asia__subsection-title {
        font-size: 1.2em;
    }

    .page-news-regulatory-changes-asia__content-image {
        max-width: 95%;
    }
}