/* style/news-latest-industry-trends.css */
:root {
  --primary-color: #003366;
  --secondary-color: #FFCC00;
  --text-color-dark-bg: #ffffff;
  --text-color-light-bg: #333333;
  --card-bg-dark-mode: rgba(255, 255, 255, 0.1);
  --card-bg-light-mode: #ffffff;
  --border-color: #e0e0e0;
}

.page-news-latest-industry-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark-bg); /* Body background is dark, so text should be light */
  background-color: transparent; /* Inherit from shared.css body */
}