/* style/news.css */
/* Base styles for .page-news scope */
.page-news {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main, #F2FFF6); /* Default text color for dark background */
    background: var(--page-bg, #08160F); /* Ensure consistency with body bg */
}

/* Hero Section */
.page-news__hero-section {
    position: relative;
    padding-top: 10px; /* Adhering to fixed header spacing rule */
    padding-bottom: 60px;
    color: var(--text-main, #F2FFF6);
    text-align: center;
    overflow: hidden;
}