/* style/resources-tips-for-paradise-game.css */

/* General Styling for the page */
.page-resources-tips-for-paradise-game {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text color for light body background */
  background-color: #ffffff;
}

.page-resources-tips-for-paradise-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section (Introduction for resource page) */
.page-resources-tips-for-paradise-game__hero-section {
  background-color: #017439; /* Use solid primary color */
  background-image: linear-gradient(135deg, #017439 0%, #005f2e 100%); /* Darker gradient for text contrast */
  padding: 60px 0;
  text-align: center;
  position: relative;
  /* Fixed header offset */
  padding-top: var(--header-offset, 120px);
}

.page-resources-tips-for-paradise-game__hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-tips-for-paradise-game__main-title {
  font-size: 3.2em;
  color: #ffffff; /* White text on dark background */
  margin-bottom: 20px;
  line-height: 1.2;
}