.page-news {
    font-family: Arial, sans-serif;
    background-color: var(--site-bg, #0A0A0A); /* Fallback to #0A0A0A if --site-bg not defined */
    color: #FFF6D6; /* Main text color for dark background */
    line-height: 1.6;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
}