/* style/resources-fi88-vietnam-guide.css */

/* Base styles for the page content */
.page-resources-fi88-vietnam-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: transparent; /* Body background handled by shared.css */
}

/* --- Utility Classes --- */
.page-resources-fi88-vietnam-guide__dark-bg {
    background-color: #0A2463; /* Primary brand color */
    color: #ffffff;
}

.page-resources-fi88-vietnam-guide__light-bg {
    background-color: #f8f9fa; /* Light background for contrast */
    color: #333333; /* Dark text for light background */
}

.page-resources-fi88-vietnam-guide__dark-text-list li {
    color: #ffffff; /* Ensure list items in dark sections are white */
}

.page-resources-fi88-vietnam-guide__center-align {
    text-align: center;
}

/* --- Section Styling --- */
.page-resources-fi88-vietnam-guide__section {
    padding: 60px 20px;
    margin-bottom: 20px;
}

.page-resources-fi88-vietnam-guide__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Add some padding for content */
}

.page-resources-fi88-vietnam-guide__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Auxiliary brand color for titles */
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-resources-fi88-vietnam-guide__section-intro {
    font-size: 1.1em;
    margin-bottom: 40px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Hero Section --- */
.page-resources-fi88-vietnam-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-bottom: 60px; /* Adjust as needed */
    padding-left: 20px;
    padding-right: 20px;
}

.page-resources-fi88-vietnam-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
    color: #ffffff;
}

.page-resources-fi88-vietnam-guide__hero-title {
    font-size: 3.8em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 900;
}

.page-resources-fi88-vietnam-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}