/* style/news-latest-update.css */

/* Base styles for the page content, ensuring text visibility on shared body background */
.page-news-latest-update {
    color: #ffffff; /* Default text color for dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: transparent; /* Main content background is transparent to show body background */
}

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