/* style/resources-industry-news-update.css */

/* Base styles for the page content */
.page-resources-industry-news-update {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark background */
    background-color: var(--black-color); /* From shared.css, assumed dark */
}

.page-resources-industry-news-update__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Hero Section */
.page-resources-industry-news-update__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 15px;
    background-color: #26A9E0; /* Brand primary color for hero */
    color: #FFFFFF;
    overflow: hidden;
    padding-top: var(--header-offset, 120px); /* Fixed header offset */
}

.page-resources-industry-news-update__hero-content {
    max-width: 800px;
    z-index: 1;
    margin-bottom: 40px;
}