/* style/resources-game-selection-guide.css */

/* --- Base Styles --- */
.page-resources-game-selection-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f8f8; /* Light background for the main content area */
}